I am having a strange error (whom there is no an entry in the specs file).
Running a fasterrcnn training with the attached spec file, but I am getting this error:
assert 0 < self.infer_rpn_post_nms_top_N < self.infer_rpn_pre_nms_top_N, '''
AssertionError:
Inference RPN post NMS should be positive and less than Inference RPN pre NMS top N
got 1200(pre) and 0(post)
The documentation does not mention any rpn_pre_nms_top_N in the inference config!
Removing the inference config does not help either because it will read bot (pre and post) as 0 and therefore assert an error.