Commit Graph

247 Commits

Author SHA1 Message Date
deeppomf
08d8e8cfc9 add support for mosaic decensors from the command line 2018-10-20 23:46:56 -04:00
deeppomf
a66dc2e9ac update README 2018-10-20 18:51:03 -04:00
deeppomf
feaecbc662 update install instructions 2018-10-20 18:12:38 -04:00
deeppomf
692ca517fe update README 2018-10-20 18:09:33 -04:00
deeppomf
2acc28aad0 add requirements.txt 2018-10-20 18:09:03 -04:00
deeppomf
4ba2adb0c6 update README 2018-10-20 17:38:44 -04:00
deeppomf
e2a67d6b39 update 2018-10-20 14:35:43 -04:00
deeppomf
a80c0dcd2c update 2018-10-20 05:08:28 -04:00
deeppomf
59ebf74ab3 update dependencies 2018-10-20 03:35:45 -04:00
deeppomf
41133c1f3d add better zoom images 2018-10-20 03:27:09 -04:00
deeppomf
110922676a explain coloring mistakes more 2018-10-20 03:23:26 -04:00
deeppomf
346affb093 add spacing 2018-10-20 03:18:57 -04:00
deeppomf
a1b3fcf484 add spacing 2018-10-20 03:18:30 -04:00
deeppomf
0fd7814f6b explain coloring mistakes 2018-10-20 03:17:33 -04:00
deeppomf
3a27de74d1 update 2018-10-20 02:10:26 -04:00
deeppomf
1f51ad8c84 update 2018-10-20 01:30:20 -04:00
deeppomf
4f9bef39c4 update 2018-10-20 01:29:39 -04:00
deeppomf
df53f5446c update 2018-10-20 01:27:53 -04:00
deeppomf
740d6590c5 Add spacing 2018-10-20 00:44:15 -04:00
deeppomf
86f71d5d38 Add spacing 2018-10-20 00:43:56 -04:00
deeppomf
649f515f71 update README 2018-10-20 00:42:48 -04:00
deeppomf
5ddfbfd2cd Rename project 2018-10-20 00:30:35 -04:00
deeppomf
d88f77a157 add input output folders 2018-10-20 00:26:41 -04:00
deeppomf
a6f60f4784 remove model name restriction 2018-10-20 00:11:40 -04:00
deeppomf
40d3a50d45 Add files 2018-10-20 00:11:20 -04:00
deeppomf
44031fb53b Add new README 2018-10-20 00:00:04 -04:00
deeppomf
6bd08ddfa6 Purge the old files 2018-10-19 23:56:49 -04:00
deeppomf
be82bde1e1 Updated README 2018-09-23 00:06:49 -04:00
deeppomf
1d41c70a84 Announcement for V2 2018-09-23 00:04:25 -04:00
deeppomf
875a271713 update dependencies 2018-07-16 12:25:02 -04:00
deeppomf
bf08476968 updated README instructions 2018-07-01 17:20:53 -04:00
deeppomf
f25b16fcfe updated README instructions 2018-07-01 17:13:46 -04:00
deeppomf
64270fa7ad update 2018-06-20 20:18:53 -04:00
deeppomf
24fff957fe Merge branch 'master' of https://github.com/deeppomf/DeepMindBreak 2018-06-19 20:02:03 -04:00
deeppomf
23bc1fad44 update 2018-06-19 20:01:18 -04:00
deeppomf
f403726edb
Delete .gitignore 2018-06-19 19:59:59 -04:00
deeppomf
2815499238
Merge pull request #9 from SoftArmpit/automatic-shape-detection
feat: pass whole images and auto-detect shapes
2018-06-19 15:48:32 -04:00
deeppomf
56ca434ba6
Merge pull request #8 from SoftArmpit/add-dockerfile
build: add dockerfile
2018-06-19 15:46:57 -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
deeppomf
c38cc156b0 Merge branch 'master' of https://github.com/deeppomf/DeepMindBreak 2018-04-30 17:39:18 -04:00
deeppomf
d5c09954f4 Removed unused folder 2018-04-30 17:39:00 -04:00
deep pomf
8c8204cf45 fix #5 2018-04-11 18:12:28 -04:00
deeppomf
349845a818 update README 2018-03-19 12:21:36 -04:00
deep pomf
0baa81b7c5 clarified requirements 2018-03-15 16:35:33 -04:00
deep pomf
b0e90b4583 updated to reflect new pretrained model 2018-03-15 16:32:56 -04:00
deep pomf
e3e59c4e45 remove stray space 2018-03-15 16:30:03 -04:00
deep pomf
19e2711da7 tweaked format 2018-03-15 16:29:31 -04:00
deep pomf
e231ba7435 fixed license details 2018-03-15 16:00:13 -04:00
deep pomf
359accbb3c added more license details 2018-03-15 15:56:42 -04:00