暑期2020 OpenCV项目:数据增强

Posted OpenCV团队

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了暑期2020 OpenCV项目:数据增强相关的知识,希望对你有一定的参考价值。

IDEA: Data Augmentation

  • Description: 
    Deep learning networks are hungry for data and data augmentation is one of the easiest ways to increase data variation. Augmentation could be as simple image flipping, cropping and scaling on up to more complicated transformations such style transfer using another deep learning network. For computer vision problems, OpenCV is often used for reading images in most of training scenarios, so why we’d like to enhance data reading with simple to use data augmentation techniques as well.

  • Expected Outcomes:

    • These should in particular show use with PyTorch and TensorFlow.

    • Provide an API to apply single transformations to an Image or batch of Images, Rectangles (i.e. for ground truth for object detection), Masks.

    • Let users combine different transformations in the class object which can apply them with some probability.

    • Custom data transformations which can be included in the augmentation classes.

    • Things that help with data augmentation for training networks

    • Lighting functions

    • spherical or cylindrical views around a planar object

    • noise …

    • for 3D point clouds

    1. Analyze which image transformations are widely used for image classification, object detection, semantic and instance segmentation problems.

    2. Create a new OpenCV’s module (or use an existing one such datasets or dnn?) with at least the following functionality:

    3. Write tutorials targeting on Python wrappers due it’s the most popular language supported by different DL frameworks right now.

  • Skills Required: 
    Experience in image processing and deep learning networks training for computer vision problems.

  • Possible Mentors:  Intel OpenCV team member

  • Difficulty: Medium to Hard


感兴趣的同学可发邮件至admin@opencv.org.cn与我们沟通项目细节和方案,标题请注明暑期2020+姓名+申请项目具体报名流程请参考

以上是关于暑期2020 OpenCV项目:数据增强的主要内容,如果未能解决你的问题,请参考以下文章

2020年暑期项目

保存为灰色的增强图像(imgaug、imageio、opencv)

“开源软件供应链点亮计划 - 暑期 2020”公布结果 基于 ChubaoFS 开发的项目获得最佳质量奖

大数据学院2020年大学生暑期社会实践风采——胡亚蕾

数据增强——python opencv 找出图像中的最大轮廓并填充(生成mask)——python 轮廓内部填充

在 Python 多处理进程中运行较慢的 OpenCV 代码片段