zhangming8 / CV_ToolBox

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

文件

  • 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

About

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


Languages

Language:Python 100.0%