xggIoU / centernet_tensorflow_wilderface_voc

This is the unofficial implementation of the "CenterNet:Objects as Points".Just a simple try with self-modified shufflenetv2 and yolov3.If you want better results, you need more experiments.
MIT License
111 stars 24 forks source link

VOC2012 annotation text file #12

Open rafikg opened 4 years ago

rafikg commented 4 years ago

https://github.com/xggIoU/centernet_tensorflow_wilderface_voc/blob/0a8eb8738c56a16b9fdfa2db981ff9c745bd7663/img2tfrecords_detection/img2tfrecords_pad.py#L116

你能分享一下这个文件吗?

xggIoU commented 4 years ago

已经分享上传了voc的目标bbox标签(没做任何数据增强的,这个得自己完成,我本来就没做这个工作),在img2tfrecords_detection文件里。

rafikg commented 4 years ago

对不起,我不明白。 我认为voc2012_train_bbox.txt是Pascal Voc的注释文件。 但是,原始的pascal voc注释是xml格式而不是 .txt。 所以,我认为你编写了一个脚本来将 .xml转换为* .txt。 所以,我要求这个脚本或文件。 非常感谢

xggIoU commented 4 years ago

脚本以上传,很多开源项目里都能见到解析Voc,coco等label的脚本。这是我自己参考写的脚本,希望有帮助。