You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Why not use .pb format weights? (https://github.com/thtrieu/darkflow)
The text was updated successfully, but these errors were encountered: