forked fromsusheelsk/image-background-removal
- Notifications
You must be signed in to change notification settings - Fork0
noderaider/image-background-removal
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This script removes the background from an input image. You can read more about segmentationhere
The script setup.sh downloads the trained model and sets it up so that the seg.py script can understand.
./setup.sh
Go ahead and use the script as specified below, to execute fast but lower accuracy model:
python3 seg.py sample.jpg sample.png
For better accuracy, albiet a slower approach, go ahead and try :
python3 seg.py sample.jpg sample.png 1
tensorflow, PIL
About
No description, website, or topics provided.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- Python86.3%
- Shell13.7%

