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

Could you provide the code to generate the corner file annotation? #61

Open tg-Flipped opened 2 years ago

tg-Flipped commented 2 years ago

Hi authors: I want to use your code to train my dataset, and now i need to clip the images in my dataset to patches. Could you provide the code to generate the corner file annotations. Looking forward to your reply. Thanks!

yinglang commented 2 years ago

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 can help you.