Open yuvaramsingh94 opened 5 years ago
I have changed
config.model.faster_rcnn.second_stage_post_processing.score_threshold = score_threshold
into config.model.faster_rcnn.second_stage_post_processing.batch_non_max_suppression.score_threshold = score_threshold
but the error still exists
@luzhen1412 I have encountered the same problem. did you get any solutions to that?
AttributeError: 'PostProcessing' object has no attribute 'score_threshold'
the pipeline.config file downloaded from your code has
score_threshold
insidebatch_non_max_suppression
block