Skip to content

takurooo/Python_RandomErasingSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python_RandomErasingSimulator

Simulation for Random Erasing Data Augmentation.

sample

Requirement

  • PIL
  • numpy
  • matplotlib

Usage

python main.py

Open a window as below. sample1

File dialog open when you push open button.
You should select a jpeg file.

sample2

widget name Description
Slider sh Erasing area max ratio. min ratio is 0.02.
Slider r1 Erasing aspect min ratio. max ratio is 1/r1.
Slider interval Display interval (sec)
Button open Select jpeg file to display.
Button quit Quit simulation.
Button start Start RandomErasing.
Button stop Stop RandomErasing.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages