PointTinyBenchmark
PointTinyBenchmark copied to clipboard
Could you please provide the evaluation code of CPR?
I would like to test the point-box-level MAP. However, I can not find the evaluation code.
Hi ,the evaluation code have been put in https://github.com/yinglang/huicv/blob/main/evaluation/location_evaluation.py. And as to install it , you may need to clone huicv into your TOV_mmdetection directory as install told.
Hi, I'm curious how to generate exp/latest_result.json
The generate code can refer to cocofmt.py. It will run in evaluate step during the training stage.