-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
yolov4-tiny-3l issue resolved #325
base: master
Are you sure you want to change the base?
Conversation
@aditya-5842 could you explain how you generate the weights file for your tiny3L? Can I use any of the pre trained darknet ones (https://github.com/AlexeyAB/darknet/releases) ? |
Yes, you can use the pre-trained YOLO-Tiny model (https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v4_pre/yolov4-tiny.conv.29) to initialize the weights. |
|
Sorry, I could not give a detailed answer.
You can one of my trained model. This is for detecting the license-plate/s in image. |
thanks for the clarification! Very helpful. |
@aditya-5842 any reason why you changed the |
@ciklista Now I'm not sure I got the first two values of line 18. May be I did some google search and found these values. But it worked for me. NOTE: Initially, with line 17 as anchors, my YOLOV4-Tiny was not working. tensorflow-yolov4-tflite/core/config.py Lines 17 to 18 in 13e6adc
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a good job!
Thank you for the contribution, just tested and it's working! |
@aditya-5842 Thank you for your great work, I have a question about the depthwise separable convolution convert from weights to tflite, do you have any idea about this? |
Made the required changes to make the repo work for
yolov4-tiny-3l
.