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

Why not use .pb format weights? #36

Open
anonym24 opened this issue Sep 21, 2017 · 1 comment
Open

Why not use .pb format weights? #36

anonym24 opened this issue Sep 21, 2017 · 1 comment

Comments

@anonym24
Copy link

Why not use .pb format weights? (https://github.com/thtrieu/darkflow)

@APratham
Copy link

APratham commented Nov 6, 2017

According to me, weights is generated by the neural network itself during training. So to generate the weights file you would need to train the network on Darknet (as said in readme.md of this repo). Later on for the file to be usable by the Neural Net you need to convert it to a specific format (.ckpt). I guess if you could tweak the code to accept .pb instead, you can use the files

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