Skip to content

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

Notifications You must be signed in to change notification settings

lzcstar/CV_ToolBox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

文件

  • 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%