Skip to content
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

Open
nisssal opened this issue Mar 15, 2018 · 13 comments
Open

How to train on custom dataset? #3

nisssal opened this issue Mar 15, 2018 · 13 comments

Comments

@nisssal
Copy link

nisssal commented Mar 15, 2018

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?

@giuliogamba
Copy link
Contributor

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.

@nisssal
Copy link
Author

nisssal commented Mar 21, 2018

Thank you. The .weights conversion script will be really helpful.

@riple
Copy link

riple commented Apr 13, 2018

What is the DL framework used in the training process for DoReFaNet? TensorFlow, Theano or MXNet?

@giuliogamba
Copy link
Contributor

Tensorpack on top of TensorFlow has been used for DorefaNet

@riple
Copy link

riple commented Apr 16, 2018

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?
Will you share the training scripts and converting scripts in the future?

@giuliogamba
Copy link
Contributor

Yes, we have planned to release those scripts

@wenxingsen
Copy link

When will it be released??
It's very urgent.

@blgpb
Copy link

blgpb commented Oct 15, 2018

Excuse me, when will it be released?

1 similar comment
@Ashsur
Copy link

Ashsur commented Jan 14, 2019

Excuse me, when will it be released?

@Kr0n0
Copy link

Kr0n0 commented Mar 6, 2019

Hi. Any plans for the scripts release dates? Thx.

@rafferino
Copy link

Hello, is the script still in progress or has the plan to release it to open-source changed?

@ussamazahid96
Copy link

For quantized dorefanet training in tensorpack please have a look at this repo.

For quantized dorefanet training in pytorch please have a look at this repo.

For quantized TinyYolo training (pytorch) please have a look at this

Thanks!

@mohitajais
Copy link

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

For quantized dorefanet training in tensorpack please have a look at this repo.

For quantized dorefanet training in pytorch please have a look at this repo.

For quantized TinyYolo training (pytorch) please have a look at this

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants