Git Product home page Git Product logo

ssd_data_augment's Introduction

#ssd中用到了比较独特的数据增强方法,尤其是随机裁剪和之前的方式不太一样,现在通过读源码,用python重新实现了一遍,先记下来

#同为数据增强,ssd的用法有点不太一样,特别是random crop随机裁剪 ssd的方法有放大有缩小

随机裁剪的时候也并没有太多的考虑目标主体是否落在了裁剪框里面,比如一个人的图片,如果神展开四肢,这个人的ground truth会比较大,但就目标来讲,有点稀疏矩阵的感觉。

所以,代码jaccard就是再次实现这个方法(单纯的预处理)。

ssd_data_augment's People

Contributors

lidc54 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.