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
Hi everyone,
When I run Fastmot on my network that I train v3Tiny I get very big boundary boxes(Attaches video:fastmot_v3Tiny ), but when I run the same network on darknet everything is fine (Attaches video:yolov3Tiny).
It's important to note that this problem doesn't happen when I train yolov4Tiny.
The only difference between the networks Is image resize v4Tiny: (420,420) and v3Tiny(608,608) but I change the size in yolo.py
I hope someone can tell me what I do wrong?
Hi everyone,
When I run Fastmot on my network that I train v3Tiny I get very big boundary boxes(Attaches video:fastmot_v3Tiny ), but when I run the same network on darknet everything is fine (Attaches video:yolov3Tiny).
It's important to note that this problem doesn't happen when I train yolov4Tiny.
The only difference between the networks Is image resize v4Tiny: (420,420) and v3Tiny(608,608) but I change the size in yolo.py
I hope someone can tell me what I do wrong?
fastmot_v3Tiny.mp4
yolov3Tiny.mp4