zimratK

Results 1 comments of zimratK

Hi! I have solved the issue by calling merge_cfg_from_file(path_to_config) before initializing the Generalized_RCNN: ```python from rcnn.core.config import cfg, merge_cfg_from_file from rcnn.modeling.model_builder import Generalized_RCNN from utils.net import convert_bn2affine_model from utils.checkpointer import...