Darkflow: How to generate .weight file from training

Created on 7 Mar 2017  Â·  7Comments  Â·  Source: thtrieu/darkflow

Hello

Actually I train tiny-yolo with my own datasets, but i don't figure out how to generate the .weight file

Thanks

wontfix

Most helpful comment

Does any one have the answer?

All 7 comments

Unless you are trying to do something with darknet, then there is no reason for a .weights file. In this repo, weights are saved using tensorflow checkpoints (see README). If you really want the .weights, I am sorry that the code does not support doing so, but you can certainly add that :)

@kamelbouyacoub Did you find a way to generate the .weight file from training ?

This would be a cool feature as darknet could then be later used for inference. From what I read, darknet is much faster than tensorflow.

While training the weights files are created in the backups folder.

On Nov 26, 2017, at 8:02 AM, frankist notifications@github.com wrote:

This would be a cool feature as darknet could then be later used for inference. From what I read, darknet is much faster than tensorflow.

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@manujnaman Not sure I understood your comment. I know we can use the ckpt files as continuation points for training and generate .pb files for tf. What I meant is to convert .ckpt files to .weights instead of .pb to use darknet directly.

Does any one have the answer?

I woüld like to know too!!!!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jubjamie picture jubjamie  Â·  4Comments

eugtanchik picture eugtanchik  Â·  4Comments

Khobzer picture Khobzer  Â·  5Comments

bareblackfoot picture bareblackfoot  Â·  5Comments

wonny2001 picture wonny2001  Â·  4Comments