Hi AVA team,
Is it possible to share the model checkpoint and config file instead of .pb file of your baseline faster RCNN Resnet101 model? We want to extract proposal features of this model, and it seems your .pb file is generated with old version of tensorflow and it doesn't output features.
There is a solution suggested in the following post, where they suggest to convert old tensorflow models to newer versions. The newer version will directly output proposal features. However such conversion can happen only with .checkpoint and .config files.
If it's not possible to share the checkpoints, can you shed some idea on how to obtain the proposal features?
-Vijay
INRIA