shaunyuan22 / SODA-mmdetection

SODA-D Small Object Detection Toolbox and Benchmark
https://shaunyuan22.github.io/SODA/
Apache License 2.0
33 stars 8 forks source link

val_wo_ignore.json? #3

Closed lihualilee closed 1 year ago

lihualilee commented 1 year ago

请问这个json文件是怎么生成的呢?我看tools/img_split那个里面也并没有指明

lihualilee commented 1 year ago

python tools/img_split/sodad_split.py --cfgJson sodad_train.json --isVis 请问这个sodad_train.json也未看到提供

shaunyuan22 commented 1 year ago
  1. 写个脚本代码遍历json文件比如val.json,然后将其中的ignroe标注直接删除,然后保存json文件即可得到val._wo_ignore.sjon;
  2. sodad_train.json在tools/img_split文件夹内的split_configs中包含
Alexwong-1024 commented 12 months ago

请问这个json文件是怎么生成的呢?我看tools/img_split那个里面也并没有指明

请问您生成了val._wo_ignore.sjon这个文件吗?

15249989527 commented 10 months ago

您好,请问将原始soda数据集的图像进行split并加入segmentation信息的原因是什么?对检测效果有什么样的好处呢