286 Commits

Author SHA1 Message Date
Daniel Gatis
dc45a477b2 refactoring 2023-04-20 21:42:48 -03:00
Daniel Gatis
1ca14ce058 refactoring 2023-04-20 21:39:13 -03:00
Daniel Gatis
1e311331e6
Merge pull request #431 from Flippchen/main
Added support for Facebook''s Segment Anything
2023-04-20 13:50:50 -03:00
Flippchen
394ab21ab9 fix pylint 2023-04-20 12:47:14 +02:00
Flippchen
d7828b0369 added input for remove function 2023-04-20 12:39:57 +02:00
Flippchen
3bdc06dff6 order pylint 2023-04-20 11:43:47 +02:00
Flippchen
72d1c6c64c reordered imports 2023-04-20 11:41:07 +02:00
Flippchen
ff38b9a377 fix lint and refactored normalizing 2023-04-20 11:36:20 +02:00
Flippchen
bb3c58f411 fix lint 2023-04-20 11:31:15 +02:00
Flippchen
106254c42d edited session factory to support models with more than one model 2023-04-20 11:21:45 +02:00
Flippchen
83976f416b added Segment Anything model class 2023-04-20 11:18:50 +02:00
Flippchen
939e3896ef updated onnxruntime to support new models 2023-04-20 11:16:34 +02:00
Daniel Gatis
658ab42259 fix lint v2.0.32 2023-03-31 13:01:17 -03:00
Daniel Gatis
54cf4f8c11 add color bg param 2023-03-31 12:52:16 -03:00
Daniel Gatis
a9e1f08036
Merge pull request #414 from Flippchen/main
Add background color functionality to the remove function
2023-03-31 12:25:47 -03:00
Daniel Gatis
44cf91929e
Update README.md 2023-03-30 00:26:50 -03:00
Flippchen
f5837a1799 fix pylint 2023-03-29 13:24:26 +02:00
Flippchen
ab425e8f13 added CLI Support 2023-03-29 13:20:30 +02:00
Flippchen
09726ab919 added source to readme 2023-03-29 11:18:02 +02:00
Flippchen
6862af72d8 fixed Lint 2023-03-29 11:09:04 +02:00
Flippchen
6d5d0865fd added image background feature 2023-03-29 11:05:48 +02:00
Daniel Gatis
820e49e600 fix isort v2.0.31 2023-03-28 23:24:17 -03:00
Daniel Gatis
96ce3cce56 fix lint 2023-03-28 23:17:47 -03:00
Daniel Gatis
f602f49bea fix readme 2023-03-28 23:15:21 -03:00
Daniel Gatis
f0270355e2 fix readme 2023-03-28 23:14:53 -03:00
Daniel Gatis
f0a2b8f700 fix readme 2023-03-28 23:13:50 -03:00
Daniel Gatis
a54000d507 add dis model 2023-03-28 23:12:29 -03:00
Daniel Gatis
ece38e1701
Merge pull request #413 from Flippchen/main
Implementation of DIS (isnet-gernal-use)
2023-03-28 22:01:42 -03:00
Daniel Gatis
4441fe4e73
Merge pull request #412 from vincent-pradeilles/main
Update README.md
2023-03-28 11:52:20 -03:00
Flippchen
5f2fdbcbf8 added temp. download of new model 2023-03-28 11:48:46 +02:00
Flippchen
3c20805f85 added support for isnet model 2023-03-28 11:44:39 +02:00
Vincent Pradeilles
74d7303ece
Update README.md 2023-03-28 11:12:20 +02:00
Daniel Gatis
3dea620428
Merge pull request #400 from jangop/patch-1
Update dependencies
2023-03-24 22:38:46 -03:00
Jan Philip Göpfert
10a37ba2e2
Install setuptools > 65.5.0 2023-03-24 13:12:14 +01:00
Jan Philip Göpfert
31690411a9
Ignore type
mypy complained: `Argument 2 has incompatible type "CommonQueryPostParams"; expected "CommonQueryParams"  [arg-type]`

See https://github.com/danielgatis/rembg/actions/runs/4509696356/jobs/7939764403.
I am sure what these classes signify, but this issue came about because of #409 and so I do not want to figure the problem out at this point.
2023-03-24 13:07:13 +01:00
Jan Philip Göpfert
d4bc3efb38
Specify Python 3.10 for linting 2023-03-24 10:27:51 +01:00
Jan Philip Göpfert
e2dc1e42e9 Install package
This should ensure that the build environment is as specified in `pyproject.toml`
2023-03-22 10:11:47 +01:00
Jan Philip Göpfert
e7884e2aaf Require younger setuptools
There is a known vulnerability in setuptools version 65.5.0.
2023-03-22 10:08:18 +01:00
Jan Philip Göpfert
55c82a9b60 Merge branch 'main' into patch-1 2023-03-22 09:59:30 +01:00
Jan Philip Göpfert
b5103563d1 Reformat according to (updated?) black 2023-03-22 09:58:48 +01:00
Jan Philip Göpfert
02ebe4adfd Format 2023-03-15 23:39:33 +01:00
Jan Philip Göpfert
eb00a8f94b
Require younger fastapi
`fastapi < 0.92.0` contained a vulnerability, see https://github.com/tiangolo/fastapi/releases/tag/0.92.0

Also, I previously set too strict dependencies, which I resolve here.
2023-03-08 22:13:12 +01:00
Daniel Gatis
9d2cca1f4d
Update README.md 2022-12-28 01:28:05 -03:00
Daniel Gatis
a1b93db3aa
Update README.md 2022-12-27 23:28:55 -03:00
Daniel Gatis
1586c1d5d6 update readme 2022-12-27 23:26:43 -03:00
Daniel Gatis
326ecf1bfd
Merge pull request #369 from snehankekre/patch-1
Add Streamlit Cloud app URL and badge to README
v2.0.30
2022-12-19 20:42:19 -03:00
Snehan Kekre
3cf292b7b4
Add Streamlit Cloud app URL and badge to README 2022-12-19 15:19:26 +05:30
Daniel Gatis
3b86d9b142
Update README.md 2022-12-14 11:53:03 -03:00
Daniel Gatis
d62227d586
Merge pull request #362 from samiede/main
Update resampling method to allow use of current Pillow version
2022-12-10 11:51:49 -03:00
Sami Ede
38d8d062af
Merge branch 'danielgatis:main' into main 2022-12-09 16:02:07 +01:00