PSIS icon indicating copy to clipboard operation
PSIS copied to clipboard

Data Augmentation for Object Detection via Progressive and Selective Instance-Switching

Results 5 PSIS issues
Sort by recently updated
recently updated
newest added

I want to aug pascal voc use the psis , but I cant do it, can you help me?

Hi, I liked your "Data Augmentation for Object Detection via Progressive and Selective Instance-Switching" paper, so I decided to implement some of your methods. I have some questions about selective...

我看到你的config文件夹里面有mmdetection格式的配置文件,请问一下,采用你论文里面的数据增强策略对于faster rcnn在coco数据集上有明显的提升吗?应该怎么添加你的数据增强策略到mmdetection里面呢?

https://github.com/Hwang64/PSIS/blob/master/extract_annotation_pair.py#L37 in this line, function ann2img is not defined nor imported.

Thanks for your GREAT job! I wonder how the selective re-sampling strategy works? In the first stage in the "drop-pick", how dose the instance number of maximum classes reduces? Does...