This website requires JavaScript.
Explore
Help
Sign In
mirror
/
DeepCreamPy
Watch
1
Star
0
Fork
0
You've already forked DeepCreamPy
mirror of
https://github.com/Deepshift/DeepCreamPy.git
synced
2024-11-29 05:10:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
23bc1fad44
DeepCreamPy
/
requirements.txt
7 lines
49 B
Plaintext
Raw
Normal View
History
Unescape
Escape
build: add dockerfile We add a Python 3 Dockerfile. Example usage: ```bash docker build -t dmb . && docker run dmb docker cp $(docker ps -alq):/app/decensor_output/ ./ ``` In addition we add `requirements.txt` and `.gitignore` files for convenience. Closes: https://github.com/deeppomf/DeepMindBreak/issues/6 Closes: https://github.com/deeppomf/DeepMindBreak/issues/7
2018-06-14 17:02:59 +00:00
Pillow
tqdm
scipy
pyamg
matplotlib
feat: pass whole images and auto-detect shapes We add auto-detection of mask shapes, enabling the ability to put whole images in the input folder. This is done through OpenCV by checking for large contours (>150) matching the mask color. Depends: https://github.com/deeppomf/DeepMindBreak/pull/8
2018-06-15 14:31:00 +00:00
opencv-python
Reference in New Issue
Copy Permalink