-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detection on Custom Dataset #11
Comments
This may help you: WongKinYiu/PyTorch_YOLOv4#3 (comment) |
The training part is working fine. But detection results are different from the one I get using WongKinYiu/PyTorch_YOLOv4's detect.py for same weights with same confidence and nms threshold. |
Try to set the MAX_OUTPUT_BBOX_COUNT to a large value like 99999999. |
Hi,
Firstly, thanks for this great piece of work!
I would like to train YOLOv4-Tiny on my custom dataset and the use-case is to run the model on Jetson TX2. So, could you please tell, how can I train the model so that it remains compatible with this code (as you've mentioned in another repo that this doesn't work with AlexeyAB's model).
I have checked this WongKinYiu/PyTorch_YOLOv4 repo. But there isn't any support to train Tiny-YOLOv4.
I can train my model using Darknet/AlexeyAB's repo, so if you can share the necessary changes required to make it compatible, that will be great.
Either of the above will work.
Regards!
The text was updated successfully, but these errors were encountered: