Replies: 1 comment 1 reply
-
|
you should go for MobileNet models if you want model to be light weight and less resource intensive. also checkout this repo: https://github.com/Navodplayer1/MobileNet_96x96_greyscale_weights |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have been running resnet50 and want to increase speed for Jetson. I have raised this question before but training with the standard parameters for yolo and resnet (not changes to hyper params, only batch size , image input size and epochs).
After some testing with about 10 classes with transfer learning from a yolov5m its very clear that Yolo is extremely poor cases where there are one class dominating and it gives a lot of false positives.
For example, I have one class with 10'000 labels and another with only 5-600 labels. The second class is quite similar in shape but still very distinct to the eye. Resnet picks about 75% while yolo on the same dataset and training material catch about 19%.
My question is, which parameters should I start tweaking for yolo? IoU perhaps?? I have looked at the parameters available but not very sure about the effect each parameter will have...
Any help would do...
Beta Was this translation helpful? Give feedback.
All reactions