ucas-vg / PointTinyBenchmark

Point based and tiny object detection and localization code set of UCAS-VG
http://vision.ucas.ac.cn/sources
MIT License
654 stars 80 forks source link

How is your_result.json file calculated? #50

Closed Chadhui closed 3 years ago

yinglang commented 3 years ago

It's reuslt file which record all detection results on test set as here said.

Noramlly the output result of MaskRCNN Benchmark and mmdetection is same as the format.

Chadhui commented 3 years ago

Is this result.json file the same as the result.json file needed to calculate the map value of the coco dataset?

yinglang commented 3 years ago

yes, it should be same.