Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

How can I get the whole Network structure of FAN ? #22

Open
colacool opened this issue Aug 9, 2018 · 1 comment
Open

How can I get the whole Network structure of FAN ? #22

colacool opened this issue Aug 9, 2018 · 1 comment

Comments

@colacool
Copy link

colacool commented Aug 9, 2018

I have tried your python code of FAN which actually has a very good result. But I have a visualize problem. Sorry that i am unfamiliar with lua and torch. I have tried python-graphviz in your project in FAN in python but I failed with getting "NoneType" pdf which contained nothing.
Could you give a whole visualized network structure with some specific values like netscope of Caffe or Tensorboard of tensorflow?
I mean the network of 2D face feature structure is OK, all structure is best!

@WaterCube001
Copy link

Hi, I used:
graph.dot(model.fg, 'MODEL', 'myMODEL')  in the ./modelfan.lua
to visualize the fan model. I get the architecture graph(.svg format) of fan. However, it is a huge one and hard to capture as a explicit image. By the way, for .svg format, it must be opened in a browser. Thx.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants