GithubHelp home page GithubHelp logo

gouthamreddykotapalle / image-dataset-augmentor Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 1.0 200 KB

C++ Final Project

License: MIT License

CMake 1.69% Makefile 0.82% C++ 97.49%
cpp cplusplus augmentor jpeglib libjpeg

image-dataset-augmentor's People

Contributors

gouthamreddykotapalle avatar mingen-pan avatar shubhmsinha avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

shubhmsinha

image-dataset-augmentor's Issues

Performance

I could see that our library is considerable slow when compared to the python library. I was wondering how we will handle the comparisions ๐Ÿ˜…?

Porbability vs randomness

Each manipulation function is now handling the randomness of the operation using min and max facrtors. So as per the current design, each of the output images go through all the operations in the pipeline. (for example, when probability is 1).

But now, when each manipulation function takes an additional probability parameter, how will this effect our output and what design will we be following here?

jpeg.h - wrapper code for jpeglib.h

Using the jpeg.h and jpeg.cpp wrapper code for simplicity since it is a wrapper written in STL around the jpeglib.h data structures that use c-style representations. This is a wrapper library around the commonly used licensed libjpeg/jpeglib.h library for reading and writing jpeg files.

We can use the image class mentioned in this library for the Image objects in our Augmentor class. There is a sample shrink/expand function as well in the main.cpp file. We can take inspiration from this function and build the other image manipulation APIs.

Sampling multiple images and saving has bugs

@mingen-pan Need your help resolving the bug. The code is in goutham_dev branch.

So when I have invert probability=0.1 and have given only 2 images in my pipeline (batch images). The code fails to run and errors out. But it works with probability=1.0

Performance TODO

  1. Multi-threading support
  2. Pushdown optimzation (lazy evaluations)

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.