yuxuehui (余学辉)
yuxuehui (余学辉)
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](https://github.com/ucas-vg/PointTinyBenchmark/blob/master/TOV_mmdetection/README.md#download-and-project-setting) told.
The generate code can refer to [cocofmt.py](https://github.com/ucas-vg/PointTinyBenchmark/blob/master/TOV_mmdetection/mmdet/datasets/cocofmt.py#L321). It will run in evaluate step during the training stage.
OK,we will try to add a demo for this.
The code have been put in https://github.com/yinglang/huicv/blob/main/corner_dataset/corner_dataset_util.py Maybe the [example of cut TinyPerson dataset](https://github.com/ucas-vg/PointTinyBenchmark/blob/master/TOV_mmdetection/configs2/TinyPersonV2/TinyPersonV2.md#1-generate-corner-dataset) can help you.
Sorry for we do not write a specified code to test one picture, but maskrcnn benchmark have same example code , you can visit [them](https://github.com/facebookresearch/maskrcnn-benchmark/tree/master/demo). And we will consider to...
The detector in experiment's table in [here](https://github.com/ucas-vg/TinyBenchmark/tree/master/tiny_benchmark#experiment-) have link to it's config file, when you click on them with mouse.
Thanks for your remind, we will try to fixed the problem.
hi, you can have a try as follow: 1) run python tools/train.py or python tools/dist_train.sh in TOV_mmdetection directory instead of TOV_mmdetection/tools 2) put PYTHONPATH=.:$PYTHONPATH before python tools/train.py as ```sh PYTHONPATH=.:$PYTHONPATH...
I am not clear know your question. Do you want to do SM or MSM offline? cuase the SM and MSM we implement are online transform. what I mean online...
yes, there are some diff between them. For SM, it is just simple sample a target size and it may sample different size in different epoch. it means it is...