face-alignment-training icon indicating copy to clipboard operation
face-alignment-training copied to clipboard

How can I get the whole Network structure of FAN ?

Open colacool opened this issue 5 years ago • 1 comments

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!

colacool avatar Aug 09 '18 08:08 colacool

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.

WaterCube001 avatar Aug 26 '19 09:08 WaterCube001