323 Commits

Author SHA1 Message Date
Daniel Gatis
77ce4d7c4e fix mypy v2.0.19 2022-04-22 23:31:11 -03:00
Daniel Gatis
7a4935a01e add more models v2.0.18 2022-04-22 18:35:18 -03:00
Daniel Gatis
84a21b4175 add more models v2.0.17 2022-04-21 22:38:06 -03:00
Daniel Gatis
738cf156af add more models 2022-04-21 22:32:12 -03:00
Daniel Gatis
1aab8c8bbb
Update README.md 2022-04-20 13:56:09 -03:00
Daniel Gatis
201c6f3772 fix python version v2.0.16 2022-04-20 13:33:22 -03:00
Daniel Gatis
f19ec10e4b fix python version v2.0.15 2022-04-20 13:25:23 -03:00
Daniel Gatis
8bc16273bc fix python version v2.0.14 2022-04-20 10:03:05 -03:00
Daniel Gatis
92e768c3fa fix alpha matting v2.0.13 2022-04-18 13:13:46 -03:00
Daniel Gatis
f72fe5fd1e fix lint v2.0.12 2022-04-16 18:28:38 -03:00
Daniel Gatis
4ce48973b2 fix lint 2022-04-16 18:26:48 -03:00
Daniel Gatis
ca97ce4e59 add watch mode 2022-04-16 18:17:14 -03:00
Daniel Gatis
8ac82eb54e fix isort 2022-04-05 15:09:24 -03:00
Daniel Gatis
e903480465 fix lint 2022-04-05 15:07:22 -03:00
Daniel Gatis
5ceb38126f
Merge pull request #213 from carlogrisetti/main
Expand FastAPI documentation
2022-04-05 14:56:17 -03:00
Carlo Grisetti
0405f9a3c7 Fix Only Mask parameter 2022-04-05 15:30:47 +02:00
Carlo Grisetti
1e66d8b24b Fix description 2022-04-05 15:29:09 +02:00
Carlo Grisetti
40a742dd53 Route parameters documentation 2022-04-05 15:25:09 +02:00
Carlo Grisetti
57e8dabb21 CommonQueryParameters documentation 2022-04-05 15:21:26 +02:00
Carlo Grisetti
6c9a7c1864 Expand FastAPI documentation
It will be accessible at http://127.0.0.1:5000/docs by default
2022-04-05 14:57:42 +02:00
Daniel Gatis
ce1d5076c1
Update requirements.txt v2.0.11 2022-03-26 11:10:15 -03:00
Daniel Gatis
fa1840a2dc Merge branch 'main' of github-dgc.com:danielgatis/rembg v2.0.10 2022-03-13 11:54:32 -03:00
Daniel Gatis
f264c105d4 add np array support 2022-03-13 11:54:20 -03:00
Daniel Gatis
667a2c55af
Merge pull request #205 from danielgatis/dependabot/pip/pillow-9.0.1
Bump pillow from 9.0.0 to 9.0.1
2022-03-12 13:41:16 -03:00
dependabot[bot]
2d74592070
Bump pillow from 9.0.0 to 9.0.1
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.0.0...9.0.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-12 00:45:52 +00:00
Daniel Gatis
e67c6407dd refact v2.0.9 2022-03-10 11:50:05 -03:00
Daniel Gatis
baccbae0c8
Merge pull request #203 from runa91/main
a fix for number of threads in cluster infrastructure
2022-03-10 11:48:17 -03:00
runa91
c0eb38cdc4
handle case that OMP_NUM_THREADS does not exist 2022-03-10 15:22:57 +01:00
runa91
17340088d4
a fix for number of threads in cluster infrastructure 2022-03-10 14:02:35 +01:00
Daniel Gatis
f98163d793 fix hashing v2.0.8 2022-03-06 22:27:21 -03:00
Daniel Gatis
a351881de2
Merge pull request #198 from iory/pretrainedmodel
Fixed downloading pretrained model file
2022-03-06 22:21:46 -03:00
iory
b9c0deb4a3 Fixed download pretrained model file 2022-03-07 10:10:44 +09:00
Daniel Gatis
c914e77a7f fix lint v2.0.7 2022-03-05 11:01:38 -03:00
Daniel Gatis
7f10d21720 fix lint 2022-03-05 10:52:00 -03:00
Daniel Gatis
7627254b51
Merge pull request #197 from iory/main
Enable PIL.Image input
2022-03-05 10:27:19 -03:00
iory
fe8028229d If PIL.Image is entered, PIL.Image will be the return value 2022-03-01 19:45:25 +09:00
iory
194215c792 Enable PIL.Image input 2022-03-01 16:26:00 +09:00
Daniel Gatis
6c1360a461
Merge pull request #194 from coskunyceyhun/patch-1
gdown version upgraded from 4.2.0 to 4.3.1
v2.0.6
2022-02-22 08:22:59 -03:00
Ceyhun Yaser Coşkun
882def6f71
gdown version upgraded from 4.2.0 to 4.3.1
The 4.2.0 version of package gdown was not able to download the u2net model. Problem resolved after upgrading version to 4.3.1.

Error Message: Cannot retrieve the public link of the file. You may need to change the permission to 'Anyone with the link', or have had many accesses.
2022-02-22 12:29:18 +03:00
Daniel Gatis
0b2bbd9d80 fix lint v2.0.5 2022-02-11 10:51:59 -03:00
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