• Stars
    star
    340
  • Rank 123,596 (Top 3 %)
  • Language
    Python
  • Created about 6 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

data preprocess for cv, including data aug (general and cutout) for object detection, KITTI, COCO data to VOC

文件

  • DataAugForObjectDetection : 针对目标检测的增强脚本文件夹,增强方式包括
    • 裁剪(会改变bbox)
    • 平移(会改变bbox)
    • 旋转(会改变bbox)
    • 镜像(会改变bbox)
    • 改变亮度
    • 加噪声
    • cutout
  • KITTI_2_VOC : 将KITTI数据形式转换为VOC形式
  • VOC_2_COCO : 讲VOC形式数据转换为COCO格式
  • Attention : feature map Attention && channel attention (SE)

To_Do_List

  • GAN with LSR for data augment