You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The basic hyper parameters and environment were not changed. and same image
batch-size : 1
image size : 800x800
image : gray scaled Satellite image
Number of objects : 7
pretrained : coco2017 by yolov3 and v5
code : ultralytics pytorch code for v3 and v5
result
yolov3 : 40.7/1.4/42.2 ms inference/NMS/total
yolov5 : 71.8/1.2/73.0 ms inference/NMS/total
mAP
yolov3 : 0.707, 0.436
yolov5 : 0.785, 0.552
Additional context
When I studied the yolo series, I think that v5 should be faster than v3 not only in performance but also in inference speed. And I did several experiments by k-folding the data currently in use. But the result was always yolov3 faster. Other kinds of data were the same when I did the experiment. I would like to know why this is happening.
The text was updated successfully, but these errors were encountered:
❔Question
The basic hyper parameters and environment were not changed. and same image
batch-size : 1
image size : 800x800
image : gray scaled Satellite image
Number of objects : 7
pretrained : coco2017 by yolov3 and v5
code : ultralytics pytorch code for v3 and v5
result
yolov3 : 40.7/1.4/42.2 ms inference/NMS/total
yolov5 : 71.8/1.2/73.0 ms inference/NMS/total
mAP
yolov3 : 0.707, 0.436
yolov5 : 0.785, 0.552
Additional context
When I studied the yolo series, I think that v5 should be faster than v3 not only in performance but also in inference speed. And I did several experiments by k-folding the data currently in use. But the result was always yolov3 faster. Other kinds of data were the same when I did the experiment. I would like to know why this is happening.
The text was updated successfully, but these errors were encountered: