deeppomf
8996c4204c
Update requirements.txt
2019-06-05 20:57:21 -04:00
deeppomf
8c91dac55a
Update requirements.txt
2019-06-05 20:50:59 -04:00
deeppomf
a88c457dcf
Update requirements.txt
2019-06-05 20:42:28 -04:00
deeppomf
8a0ba0ebb2
Update requirements.txt
2019-05-09 03:28:06 -04:00
deeppomf
b18f9dc89a
Update requirements.txt
2019-02-27 17:09:04 -05:00
deeppomf
6348a78310
update requirements
2018-10-21 18:43:04 -04:00
deeppomf
2acc28aad0
add requirements.txt
2018-10-20 18:09:03 -04:00
deeppomf
6bd08ddfa6
Purge the old files
2018-10-19 23:56:49 -04:00
SoftArmpit
9847a7f33f
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 16:59:22 +01:00
Soft Armpit
c698c124a9
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 18:22:18 +01:00