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 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 in config directory, but it looks like these are for train, test etc. The documentation in the convert_pkl_to_pb.py says to copy / create a new yaml based of lib/core/config.py but I am not sure what options would go in this yaml file. Is there a sample yaml config file available?
I tried to convert mask r-cnn pkl file to caffe2 pb file with the
convert_pkl_to_pb.pyscript. I am confused what to pass in for --cfg option. There are several yaml files that are inconfigdirectory, but it looks like these are for train, test etc. The documentation in theconvert_pkl_to_pb.pysays to copy / create a new yaml based oflib/core/config.pybut I am not sure what options would go in this yaml file. Is there a sample yaml config file available?