kienduynguyen/BoxeR

How to use the retrained model to evaluate on my own test dataset

Closed this issue · 2 comments

when i evaluate on my own test dataset, the evaluation looks not work. I just changed the data path on config file.
2022-07-26T10:17:57 INFO: Total Parameters: 39696075. Trained Parameters: 39696075
2022-07-26T10:17:57 INFO: Starting inference on test set
2022-07-26T10:17:57 INFO: Evaluation time. Running on full test set...
2022-07-26T10:19:01 INFO: progress on test: 0/0,
: --------------------, update: 0, epoch: 0, max_update: 0, num_image: 873
2022-07-26T10:19:02 INFO: The inference finished!

If you wanna see the COCO metrics evaluation, you should set it to val mode. The test mode generates a json file that can be used to submit to the COCO server.

thanks a lot. I calculated the metrics I needed from the output JSON file.