pjreddie / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
25.86k stars 21.33k forks source link

Is there any way to visualize the network structure? #254

Open tsycnh opened 7 years ago

tsycnh commented 7 years ago

Like a script to generate a picture of the structure of the cfg file.

TheMikeyR commented 7 years ago

Not in this repo yet, maybe this is what you are looking for? https://twitter.com/genekogan/status/852111806218752000

TheMikeyR commented 7 years ago

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.

tsycnh commented 7 years ago

@TheMikeyR Thanks, the visualize param is quite useful. Howerver I cannot log in a twitter website, is there another related link?

TheMikeyR commented 7 years ago

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