tencent-ml-images icon indicating copy to clipboard operation
tencent-ml-images copied to clipboard

请问下这里的图片数据标注格式要怎么转换成vgg 标注的json文件格式呢?

Open 100cm opened this issue 5 years ago • 3 comments

如题,我想通过mask rcnn 进行训练,但是貌似文档里没找到怎么使用标注的?

100cm avatar Oct 19 '18 02:10 100cm

@100cm Hi, you can refer to 'data/tfrecord.py', where we have read the annotations from the 'train_urls.txt'. Based on that, you can save the image and annotations to json format. However, if you also use Tensorflow, tfrecord may be the better format for data loading.

wubaoyuan avatar Oct 19 '18 03:10 wubaoyuan

@wubaoyuan demo picture seems 404 now.

100cm avatar Oct 19 '18 08:10 100cm

@100cm You mean the urls in 'train_urls_tiny.txt'? They still works. Copy the url to your web browser, and you should see the picture.

wubaoyuan avatar Oct 19 '18 08:10 wubaoyuan