YOLO_tensorflow icon indicating copy to clipboard operation
YOLO_tensorflow copied to clipboard

Why not use .pb format weights?

Open anonym24 opened this issue 8 years ago • 1 comments
trafficstars

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

anonym24 avatar Sep 21 '17 08:09 anonym24

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

APratham avatar Nov 06 '17 04:11 APratham