319 Commits

Author SHA1 Message Date
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