8000 GitHub - Abe404/im_mask: mask an image
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Abe404/im_mask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

im_mask

mask a folder of images with a folder of masks

Make sure you have python3 and pip installed (or conda etc)

To install the dependencies (if you use pip)

pip install -r requirements.txt

how to run (example)

python main.py --imagedir ./images --maskdir ./masks --outputdir ./masked

Extra information

usage: main.py [-h] --imagedir IMAGEDIR --maskdir MASKDIR --outputdir OUTPUTDIR

optional arguments:

-h, --help show this help message and exit

--imagedir IMAGEDIR location of directory containing images to mask

--maskdir MASKDIR location of directory where masks are located

--outputdir OUTPUTDIR location of directory where masked images will be saved

About

mask an image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0