yolov7 icon indicating copy to clipboard operation
yolov7 copied to clipboard

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

Results 383 yolov7 issues
Sort by recently updated
recently updated
newest added

Feel free to check it out :smile: https://github.com/mikel-brostrom/Yolov7_StrongSORT_OSNet

Hi, I'm still reading through the paper and am a beginner in CV concepts, but I was wondering what YOLOv7's architecture consists of (e.g. backbone, neck, head)? Thank you!

File "yolov7-main\models\experimental.py", line 241, in attempt_load attempt_download(w) File "yolov7-main\utils\google_utils.py", line 30, in attempt_download tag = subprocess.check_output('git tag', shell=True).decode().split()[-1] IndexError: list index out of range Running python test.py --data data/coco.yaml --img...

İn detect.py and want to save response(--nosave parameter is false), the saved directory in videos and streaming is not printed. When I mention this issue I'm creat #457 this pr

İn detect.py and want to save response(--nosave parameter is false), the saved directory in videos and streaming is not printed. When I mention this issue I'm creat this pr

We need to **increase the mAP** of our system on **custom dataset**. Kindly suggest some options to increase the accuracy of the model.

I have tested yolov7 vs yolov5 inference time and I got these results: 60ms yolov5 vs 15ms yolov7 : Nvidia V100 16Gb 20ms yolov5 vs 20ms yolov7 : Nvidia Jetson...

I trained yolov7 with my dataset following this command `python -m torch.distributed.launch --nproc_per_node 4 --master_port 9527 train.py --workers 8 --device 0,1,2,3 --sync-bn --batch-size 128 --data data/coco.yaml --img 640 640 --cfg...

I trained 300 epochs and chose the last model. model : YOLOv7-X weight file name : best_299.pt but, An error occurs at this location. in Re-parameterization.ipynb model.nc = ckpt['model'].nc ![스크린샷,...

For yolov4, @AlexeyAB suggests to do the following modification in order to detect objects smaller 16px: " for training for small objects (smaller than 16x16 after the image is resized...