Daniel Gatis
e47b2a0ed4
Merge pull request #435 from realiteesurf/patch-1
...
fixed mistake in usage.md
2023-04-26 20:40:21 -03:00
realiteesurf
f95e0cd456
fixed mistake in usage.md
...
session.remove() does not work
2023-04-25 16:41:17 +02:00
Daniel Gatis
9a830626e6
fix #434
v2.0.34
2023-04-24 19:15:19 -03:00
Daniel Gatis
92522794cb
Merge pull request #433 from Succubyss/patch-1
...
Fix typos in USAGE.md
v2.0.33
2023-04-23 01:47:56 -03:00
Succubyss
c3fd1b430e
fix typos in USAGE.md
2023-04-21 15:27:45 -05:00
Daniel Gatis
91379e8d78
Merge pull request #432 from Flippchen/doc
...
Documentation for sam model
2023-04-21 02:24:08 -03:00
Daniel Gatis
2482b117f1
Merge branch 'main' into doc
2023-04-21 02:23:58 -03:00
Daniel Gatis
808a64b8eb
refactoring
2023-04-20 22:38:23 -03:00
Daniel Gatis
106d96b280
refactoring
2023-04-20 21:54:12 -03:00
Daniel Gatis
08a3bdc053
refactoring
2023-04-20 21:50:30 -03:00
Daniel Gatis
c27f4e20f3
refactoring
2023-04-20 21:47:13 -03:00
Daniel Gatis
dc45a477b2
refactoring
2023-04-20 21:42:48 -03:00
Daniel Gatis
1ca14ce058
refactoring
2023-04-20 21:39:13 -03:00
Flippchen
00766c5cd0
added USAGE.md
2023-04-20 23:27:08 +02:00
Flippchen
c37bc75120
added sam model to readme
2023-04-20 22:57:24 +02: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