Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature to generate objects (ie. alpha-masked objects from png imgs) #259

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Apr 12, 2022

  1. Add feature to generate objects (ie. alpha-masked objects from png im…

    …ages)
    
    to aid AI training for object localization.
    
    To generate a sample dataset, run:
    
    run.py -c 60 -b 100 --text_color black -num -let -id images -w 200 -w 300 -wd 600 -k 20 -rk -d 3 -na 3 -bl 2 -rbl -i /tmp/alpha.txt -it object
    
    where /tmp/alpha.txt is a listing of png files like the follwing:
    
    /tmp/car.png
    /tmp/person.png
    /tmp/banana.png
    Your Name committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    6dfd862 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb1de8d View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    f5ce82e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. do not try to create quasicbackground when length or width of image i…

    …s equal to 1 pix width, a scenario that causes division by zero
    Your Name committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    cfc3d74 View commit details
    Browse the repository at this point in the history