Daniel Gatis
722e23cc8d
add mask option and better gpu install
v2.0.4
2022-02-11 10:50:50 -03:00
Daniel Gatis
521e49a18a
fix U2NET_HOME
v2.0.3
2022-01-21 00:40:51 -03:00
Daniel Gatis
2bca04e2dd
fix docker img
v2.0.2
2022-01-20 19:45:02 -03:00
Daniel Gatis
9058355f7a
Merge branch 'main' of github-dgc.com:danielgatis/rembg
v2.0.1
2022-01-20 19:41:06 -03:00
Daniel Gatis
358d2e19bc
fix gpu
2022-01-20 19:40:55 -03:00
Daniel Gatis
17a9a2d088
Merge pull request #182 from 0xflotus/patch-1
...
chore: enabled syntax highlighting for html in readme
2022-01-20 19:23:09 -03:00
0xflotus
71596de062
chore: enabled syntax highlighting for html in readme
2022-01-20 23:19:46 +01:00
Daniel Gatis
c4ec5ed09f
async
v2.0.0
2022-01-20 19:07:09 -03:00
Daniel Gatis
7006d921e8
fix lint
2022-01-20 15:09:14 -03:00
Daniel Gatis
385d34da4a
refact
2022-01-20 15:05:45 -03:00
Daniel Gatis
1f6cce322f
fix lint
2022-01-20 11:32:01 -03:00
Daniel Gatis
034bac2388
fix lint
2022-01-20 01:55:58 -03:00
Daniel Gatis
147f1377ea
fix lint
2022-01-20 01:42:12 -03:00
Daniel Gatis
4d90e8e92e
refact server
2022-01-20 01:19:09 -03:00
Daniel Gatis
222f31dd31
refact server
2022-01-19 20:29:55 -03:00
Daniel Gatis
77b348d097
refact server
2022-01-19 20:17:50 -03:00
Daniel Gatis
c6e9802669
remove unused imports
2022-01-19 12:00:31 -03:00
Daniel Gatis
93651ff4fd
update requirements
2022-01-19 11:49:44 -03:00
Daniel Gatis
3b18bad858
add onnx
2022-01-19 11:48:05 -03:00
Daniel Gatis
1ab362eb38
Merge pull request #177 from JanPokorny/main
...
Fix Docker image
2022-01-10 17:38:40 -03:00
Jan Pokorny2
995d97c50e
Fix Docker image
2022-01-10 20:36:01 +01:00
Daniel Gatis
0a8258af30
fix project
v1.0.31
2022-01-09 16:02:01 -03:00
Daniel Gatis
5fe7858a55
fix project layout
2022-01-09 15:54:30 -03:00
Daniel Gatis
eba6b2dbf3
fix project layout
2022-01-09 15:53:13 -03:00
Daniel Gatis
0fd1236db4
fix project layout
2022-01-09 15:51:23 -03:00
Daniel Gatis
39e45f2e86
fix project layout
2022-01-09 15:32:16 -03:00
Daniel Gatis
bb747ea62f
add git action
2022-01-09 14:39:42 -03:00
Daniel Gatis
cb70fc0a73
fix lint
2022-01-09 14:25:21 -03:00
Daniel Gatis
c9a4313615
fix lint
2022-01-09 14:24:02 -03:00
Daniel Gatis
fe0823e513
fix build
2022-01-09 14:22:23 -03:00
Daniel Gatis
0fd9774d53
fix version
2022-01-09 13:45:09 -03:00
Daniel Gatis
80edc8e4e9
fix dockerfile
2022-01-09 12:47:43 -03:00
Daniel Gatis
eea1510c74
fix flow
2022-01-09 12:42:26 -03:00
Daniel Gatis
c0ebf1cede
fix lint
2022-01-09 12:40:53 -03:00
Daniel Gatis
f019481256
add auto tag
2022-01-09 12:20:34 -03:00
Daniel Gatis
9a6c336885
main
2022-01-09 11:07:19 -03:00
Daniel Gatis
d0b68059de
fix lint
2022-01-09 10:55:09 -03:00
Daniel Gatis
ea7769fad5
Merge pull request #162 from MadMaxInfinity/patch-1
...
Update server.py to support model parameter for POST method.
2022-01-05 17:05:03 -03:00
Daniel Gatis
d5bcc2f31b
Merge pull request #174 from DmitryKazakevich/resizing-image
...
add resizing image
2022-01-05 17:04:21 -03:00
DmitryKazakevich
84be65c551
add resizing image
2022-01-05 22:25:09 +03:00
MadMaxInfinity
e7ad582d0e
Update server.py
...
Use .values and not .args here too otherwise it only work with GET method...
2021-11-11 18:42:03 +01:00
Daniel Gatis
710fdfd54f
Merge pull request #159 from Lunarelements/master
...
Update documentation with help for JPEG image formats
2021-11-06 19:13:30 -03:00
Bradley Leonard
cb698a7244
Update documentation with help for JPEG image formats
2021-11-06 18:06:00 -04:00
Daniel Gatis
9405b96d80
fix model choices
2021-10-09 10:40:22 -03:00
Daniel Gatis
972f82ccbb
fix gitflow
2021-10-09 09:37:17 -03:00
Daniel Gatis
6138c49cda
Merge pull request #128 from nagy/use-std-hash
...
Use Python's stdlib to hash files
2021-10-09 08:53:24 -03:00
Daniel Gatis
9d16c4354a
Merge pull request #142 from cclauss/pyupgrade
...
Make black, isort, and pyupgrade mandatory tests
2021-10-09 08:52:36 -03:00
Daniel Gatis
ba8c87ac2d
Merge pull request #149 from vkosnar/patch-1
...
Hotfix spaces in URL in GET requests
2021-10-09 08:51:47 -03:00
vkosnar
5a9a690299
Hotfix spaces in URL in GET requests
...
Requests with URLs which included spaces were throwing Internal server errors because unquote_plus() was called before urlopen().
Fixed the most common occurence.
2021-10-09 08:56:34 +02:00
Christian Clauss
1d65ed251a
fixup! PEP8: Avoid bare exception
2021-09-30 22:56:05 +02:00