-
Notifications
You must be signed in to change notification settings - Fork 115
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
How to train on custom dataset? #3
Comments
Hi, I guess you are talking about Darknet training. First you will need to instrument Darknet to perform training on reduced precision weights and activations. The modified version used for this repo has not been open-sourced yet. Once the training on your dataset achieves the desired accuracy, you can export the .weights file into the .bin used in this example. The script to performe that will be released in the near future. |
Thank you. The .weights conversion script will be really helpful. |
What is the DL framework used in the training process for DoReFaNet? TensorFlow, Theano or MXNet? |
Tensorpack on top of TensorFlow has been used for DorefaNet |
If you use different frameworks for the 2 demo networks, you must have different scripts to covert the weight parameters to a unified form for the FPGA. Is this right? |
Yes, we have planned to release those scripts |
When will it be released?? |
Excuse me, when will it be released? |
1 similar comment
Excuse me, when will it be released? |
Hi. Any plans for the scripts release dates? Thx. |
Hello, is the script still in progress or has the plan to release it to open-source changed? |
Hello, I want to implement quantized tiny yolo on FPGA. I found this link useful -https://github.com/mohdumar644/TinyYOLO-BNN. I have tried to implement quantized Tiny Yolo training (PyTorch) from this link. My question is how the quantization is working in tiny yolo layers. I am getting very low detection accuracy on the PASCAL VOC test set using this quantized model. Please Help
|
Hi,
Could you please give us directions to train this to our own data set?
Or is it possible to train this network on original yolo implementation and covert the .weights files to the required format? Any script?
The text was updated successfully, but these errors were encountered: