This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Description
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?