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

test #6

Open
DIAMONDWHILE opened this issue Apr 17, 2018 · 4 comments
Open

test #6

DIAMONDWHILE opened this issue Apr 17, 2018 · 4 comments

Comments

@DIAMONDWHILE
Copy link

This is a very powerful experiment.
Excuse me! in vivado hls , what should I do if I want to detect object for my model ?

@giuliogamba
Copy link
Contributor

Hi,

I'm not sure what the question is. In general, if you want to train your own network, you will need to instrument Darknet to perform training on reduced precision weights and activations, or wait for the modified version used for this repo to be open-sourced.
Then youcan export the .weights file into the .bin used in this example. The script to perform that will also be released when the modified darknet will be released.

@DIAMONDWHILE
Copy link
Author

excuse me
Where is the batch normalization code and activation function code in vivado?

@giuliogamba
Copy link
Contributor

Hi,

there is no explicit batch normalization in this implementation. We perform activation+batch normalization by mean of thresholds comparison as in here.

@DIAMONDWHILE
Copy link
Author

If I want to implement my MODEL on PYNQ

  1. I will export the .weights file to .bin.
  2. Execute the script.
    Is that right ?

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

2 participants