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
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: