yolov4-tiny-3l issue resolved#325
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 |
|
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.