DetectionMetrics icon indicating copy to clipboard operation
DetectionMetrics copied to clipboard

Update COCODatasetReader.cpp

Open sleep-404 opened this issue 4 years ago • 1 comments

Currently COCODatasetReader searches for an "annotation" member in the config file and returns "Invalid Annotations file Passed" exceptions, which it should do, if Evaluator calls the functions as in that case annotations are necessary but it does the same when Detector calls the reader function which it should not as Detector just runs the model on the Dataset.

sleep-404 avatar Dec 16 '19 17:12 sleep-404

Hi, I am interested in this issue. Would passing along a separate marker( bool variable) be enough to avoid this problem? The marker would certify whether the annotations are necessary or not.

hmrishavbandy avatar Mar 29 '20 15:03 hmrishavbandy