Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
 
 
Go to file
Kin-Yiu, Wong 4ebeeca405
mask code
fix https://github.com/WongKinYiu/yolov7/issues/855
2022-09-28 16:58:35 +08:00
cfg Create yolov7-mask.yaml 2022-08-10 11:26:23 +08:00
data Create hyp.scratch.mask.yaml 2022-08-10 11:23:31 +08:00
deploy/triton-inference-server Add Triton Inference Server deployment (#346) 2022-07-29 01:01:59 +03:00
figure Add files via upload 2022-08-10 11:27:32 +08:00
inference/images Support dynamic batch for TensorRT and onnxruntime (#329) 2022-07-29 01:01:43 +03:00
models mask code 2022-09-28 16:58:35 +08:00
paper main code 2022-07-25 15:56:41 +08:00
scripts
tools main code 2022-08-09 15:23:42 +08:00
utils Update general.py 2022-08-10 11:25:30 +08:00
.gitignore update gitignore (#461) 2022-08-09 09:28:28 +03:00
LICENSE.md Create LICENSE.md 2022-07-07 08:13:49 +03:00
README.md Update README.md 2022-08-10 11:34:28 +08:00
detect.py minor fix 2022-08-06 01:45:25 +03:00
export.py Add grid concat and fuse such operators (#389) 2022-08-09 07:26:05 +03:00
hubconf.py added cpu parameter support (#423) 2022-08-06 00:10:21 +03:00
requirements.txt Added requirements.txt 2022-07-09 02:26:32 +03:00
test.py main code 2022-07-11 15:30:56 +08:00
train.py Added param loss_ota for hyp.yaml, to disable OTA for faster training 2022-08-09 07:48:28 +03:00
train_aux.py Fixed a bug for Hyperparameters Evolution. (#344) 2022-07-28 22:09:52 +03:00

README.md

Official YOLOv7

Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors

Instance segmentaion code is partially based on BlendMask.

Testing

yolov7-mask.pt

[scripts]

Citation

@article{wang2022yolov7,
  title={{YOLOv7}: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors},
  author={Wang, Chien-Yao and Bochkovskiy, Alexey and Liao, Hong-Yuan Mark},
  journal={arXiv preprint arXiv:2207.02696},
  year={2022}
}

Acknowledgements

Expand