-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Help in converting pkl to pb file (FPN not supported) #134
Comments
you should take a look at this :https://github.com/facebookresearch/Detectron/blob/master/tools/convert_pkl_to_pb.py |
in here it says that FPN is not supported , so actually most models can't be converted , or is there a hack I don't know of ? |
I think |
Actually my first try was with FPN_on set on True
and I still get the assertion error :
|
Sorry, I misunderstood the code. You are right.@Bendidi Hope someone else can explain it. |
We are working on FPN support (the |
Do you have a rough estimation of the timeline about this FPN support with standard Caffe2 c++? Thanks a ton! |
I'm also interested in transfer the pkl file to pb. Want to know what is the current status on this. Thanks! |
If #372 is merged it should close this issue. |
I am facing issue in getting mask, lost mask in the conversion. How can i get mask as well? Help appreciated, thanks :) |
how to convert a .pb to .pkl format? |
I tried to convert mask r-cnn pkl file to caffe2 pb file with the
convert_pkl_to_pb.py
script. I am confused what to pass in for --cfg option. There are several yaml files that are inconfig
directory, but it looks like these are for train, test etc. The documentation in theconvert_pkl_to_pb.py
says to copy / create a new yaml based oflib/core/config.py
but I am not sure what options would go in this yaml file. Is there a sample yaml config file available?The text was updated successfully, but these errors were encountered: