285 Commits

Author SHA1 Message Date
Daniel Gatis
4eb79878dc
Update README.md 2020-11-13 01:17:43 -03:00
Daniel Gatis
b3417e96c3
Update README.md 2020-11-09 14:56:50 -03:00
Daniel Gatis
b6cfd4b045 update versions 2020-11-09 14:53:35 -03:00
Daniel Gatis
8d5e4aba5d add a cache for models 2020-11-07 16:49:54 -03:00
Daniel Gatis
20fa62da03
Update README.md 2020-10-20 21:00:40 -03:00
Daniel Gatis
01f1769493 add alpha matting 2020-10-09 15:36:25 -03:00
Daniel Gatis
135550812c
Update setup.py 2020-10-09 14:58:47 -03:00
Daniel Gatis
e0f7abd5e1
Update README.md 2020-10-09 14:58:13 -03:00
Daniel Gatis
361a458cab
Update README.md 2020-10-09 14:46:45 -03:00
Daniel Gatis
043b4b0fcd
Update README.md 2020-10-09 14:45:56 -03:00
Daniel Gatis
215cb3e934 add alpha matting 2020-10-09 14:41:49 -03:00
Daniel Gatis
df748667e6
Merge pull request #16 from mythofleader/master
fix typo
2020-10-08 10:21:53 -03:00
mythofleader
f2ad91e1de fix typo 2020-10-08 17:20:09 +09:00
Daniel Gatis
390454f2e8 typo 2020-09-16 19:32:31 -03:00
Daniel Gatis
dc72f37e5f refactoring 2020-09-12 09:29:22 -03:00
Daniel Gatis
26fc23e579
Update setup.py 2020-09-01 12:51:21 -03:00
Daniel Gatis
17336f660f
Merge pull request #6 from mowshon/patch-1
Fix the TypeError: expected CUDA (got CPU) error
2020-09-01 12:50:00 -03:00
Student B
5960eb7539
Fix the TypeError: expected CUDA (got CPU) error
The error is because the model is on GPU while your input image is on CPU. We have to make sure that they are both on GPU or CPU.
2020-09-01 12:20:52 +03:00
Daniel Gatis
20dfeb2ac1
Update README.md 2020-09-01 00:57:33 -03:00
Daniel Gatis
4d09a60261 pump version 2020-08-28 21:09:11 -03:00
Daniel Gatis
279a50bdf8
Merge pull request #5 from rcrvano/master
Support for sending file with POST request
2020-08-28 21:08:10 -03:00
Ivan Sidorov
3faee05cb0 Support for sending file with POST request 2020-08-28 14:24:24 +08:00
Ivan Sidorov
6398b0058f Support for sending file with POST request 2020-08-28 14:23:40 +08:00
Ivan Sidorov
cbeffe5ccd Support for sending file with POST request 2020-08-28 14:19:04 +08:00
Daniel Gatis
39257c4502 fix model download 2020-08-19 20:36:21 -03:00
Daniel Gatis
1478c5845c fix issue #2 2020-08-19 10:32:38 -03:00
Daniel Gatis
28100b3a52 fix flask logger 2020-08-16 21:25:13 -03:00
Daniel Gatis
7d76274d89 remove unused imports 2020-08-12 20:08:47 -03:00
Daniel Gatis
ea0bb6c4f4 remove unused imports 2020-08-12 20:04:42 -03:00
Daniel Gatis
5f5118577b
Update setup.py 2020-08-12 12:21:07 -03:00
Daniel Gatis
c8d0b1ea13
Update README.md 2020-08-11 10:26:13 -03:00
Daniel Gatis
39dffcdbfb
Merge pull request #1 from 0xflotus/patch-1
fixed small error
2020-08-11 10:17:56 -03:00
0xflotus
8e8ef15c09
Update README.md 2020-08-11 10:01:55 +02:00
0xflotus
6c0e5d1e2d
fixed small error 2020-08-11 10:01:09 +02:00
Daniel Gatis
7fb6683169 initial v0.0.0 2020-08-10 16:32:38 -03:00