NicholasZollo
NicholasZollo
I tried running batch size 1 inference, it increased the inference time for both but it did not make yolov7 run faster than yolov5m still. Is my method of speed...
using the pretrained weights (except yolov7-tiny) on coco 2017 dataset w/ telsa t4 gpu: yolov5: python val.py --data data/coco.yaml --weights [model] --batch-size 1 --imgsz 640 --task speed --device 0 yolov5n:...
To fix this issue, when running the export.py I set the --imgsz to the size that was used in training, then changed the mOutputRow and mOutputColumn after that (version I...