Open tsycnh opened 7 years ago
Not in this repo yet, maybe this is what you are looking for? https://twitter.com/genekogan/status/852111806218752000
You should be able to see the activations for each layer using ./darknet visualize cfg/yolo.cfg yolo.weights
but it is just a binary matrix saved as an image and I guess you want to see how the network is connected like what caffe and tensorflow is producnig? Which unfortunately is not available yet.
@TheMikeyR Thanks, the visualize param is quite useful. Howerver I cannot log in a twitter website, is there another related link?
Here is the link from the twitter post https://github.com/mrzl/ofxDarknet/tree/master/example-features and he types the following in his post with an included: "you can now visualize layers & classify images ~60fps w/ ofxDarknet. real-time feature extraction in @openframeworks " Here is the video he included in the post https://gfycat.com/gifs/detail/PleasingLonelyHackee
Like a script to generate a picture of the structure of the cfg file.