323 Commits

Author SHA1 Message Date
Daniel Gatis
a9c6c5630a fix lint 2022-11-24 17:27:44 -03:00
Daniel Gatis
10ce1d0246 update deps / remove gdown 2022-11-24 17:24:52 -03:00
Daniel Gatis
8afdfb9dc3 fix lint 2022-11-15 01:14:06 -03:00
Daniel Gatis
71ff1db7fe
Merge pull request #341 from meequrox/use-xdg
Follow the XDG standard for storing u2net models
2022-11-14 20:16:26 -03:00
meequrox
e39265fbec session_factory: use $XDG_DATA_HOME instead of $HOME if possible 2022-11-13 19:55:36 +07:00
Daniel Gatis
6e4b75d82c
Update README.md 2022-09-16 16:00:29 -03:00
Daniel Gatis
399f11cd05
Update README.md 2022-09-15 19:50:05 -03:00
Daniel Gatis
e66d2f3fbe fix lint 2022-09-06 09:10:14 -03:00
Daniel Gatis
1a893a745b fix lint v2.0.25 2022-08-28 13:37:06 -03:00
Daniel Gatis
7854288685
Merge pull request #290 from codechem/feature/thread-limiter
[FTR] feature/thread-limiter | Add anyio thread limiter
2022-08-27 10:44:06 -03:00
Aleksandar Ivanovski
1c46b4c8f6 [FTR] feature/thread-limiter | Add anyio thread limiter 2022-08-26 10:46:00 +02:00
Daniel Gatis
6ca1cc362c add tests v2.0.24 2022-08-24 20:12:52 -03:00
Daniel Gatis
e7a8a209db add tests 2022-08-24 20:10:40 -03:00
Daniel Gatis
f2efa5d4c5
Update README.md 2022-08-16 20:26:52 -03:00
Daniel Gatis
d03508addb
Update README.md 2022-08-16 20:25:59 -03:00
Daniel Gatis
47469999ab
Merge pull request #279 from repushko/main
Update the onnxruntime dependency version
v2.0.23
2022-08-11 12:05:47 -03:00
Anton Repushko
2e1409459c Update the onnxruntime dependency version because the current one is not supported by m1 chip 2022-08-11 16:25:18 +02:00
Daniel Gatis
a11480edac
Merge pull request #276 from goecho/main
fix: Expected RGB image of shape (?, ?, 3), but image.shape is (?, ?, 4)
2022-08-06 03:59:55 -03:00
goecho
fb3b9feb72 fix: Expected RGB image of shape (?, ?, 3), but image.shape is (?, ?, 4). 2022-08-05 17:56:36 +08:00
Daniel Gatis
7c237e3eb8
Merge pull request #275 from alexey-pelykh/use_headless_opencv
opencv-python => opencv-python-headless
2022-08-04 20:42:38 -03:00
Alexey Pelykh
03f25da56d opencv-python => opencv-python-headless 2022-08-03 09:30:51 +02:00
Daniel Gatis
552c19d9f8 fix lint 2022-07-30 19:51:42 -03:00
Daniel Gatis
37359b3079 add mask post process v2.0.22 2022-07-30 19:48:35 -03:00
Daniel Gatis
b9e16e0e54 add mask post process 2022-07-30 19:45:37 -03:00
Daniel Gatis
5e3d2e6f01
Merge pull request #268 from deshwalmahesh/main
added post processing
2022-07-30 19:27:31 -03:00
Daniel Gatis
d7c9820bbc
Update README.md 2022-07-29 14:55:53 -03:00
Daniel Gatis
5adde79aff
Update requirements.txt 2022-07-28 20:05:11 -03:00
Daniel Gatis
6e9ec72800
Update README.md 2022-07-28 16:09:19 -03:00
Daniel Gatis
8267328414
Update README.md 2022-07-28 16:06:23 -03:00
Mahesh Deshwal
f0cc9933eb added post processing 2022-07-17 00:07:53 +05:30
Daniel Gatis
9839adca96 add close issues workflow 2022-07-06 19:09:56 -03:00
Daniel Gatis
8ee6e0bac8
Update issue templates 2022-07-06 19:04:30 -03:00
Daniel Gatis
1adcc44713
Update README.md 2022-07-06 19:00:32 -03:00
Daniel Gatis
1e23b4c396
Update README.md 2022-07-05 15:54:39 -03:00
Daniel Gatis
025b71e4fa
Update README.md 2022-07-05 15:54:12 -03:00
Daniel Gatis
850f8546df
Update FUNDING.yml 2022-07-05 12:18:09 -03:00
Daniel Gatis
db696b3f33 add funding 2022-07-05 12:17:33 -03:00
Daniel Gatis
f387da9c85 add funding 2022-07-05 12:16:47 -03:00
Daniel Gatis
06d97d16f7
Merge pull request #256 from KenjieDec/patch-1
Hugging Face Web Demo
2022-06-27 00:45:52 -03:00
KenjieDec
997005a17a
Update README.md 2022-06-26 02:04:06 +07:00
Daniel Gatis
3bc1c1af99 update pymatting 2022-06-16 23:00:14 -03:00
Daniel Gatis
33e02fe732 fix lint 2022-06-01 23:04:39 -03:00
Daniel Gatis
25298b15ed
Merge pull request #235 from MadMaxInfinity/patch-2
Update cli.py to make POST method work
2022-06-01 23:03:28 -03:00
MadMaxInfinity
99edf83ffb
Update cli.py to make POST method work
Use another class for post requirements:
Following the form example you give, classical HTML forms send form fields and not JSON, so you need to use Form for POST method (and not Query, as for GET method - read here for more : https://fastapi.tiangolo.com/tutorial/request-forms/?h=form+data) to be sure to retrieve correct data.
2022-05-27 16:32:32 +02:00
Daniel Gatis
8850298471
Merge pull request #224 from artemmolotov/patch-1
Fix docker image name in the readme
2022-04-30 18:41:39 -03:00
Artem M
120855119e
Fix docker image name in the readme 2022-04-30 23:46:34 +03:00
Daniel Gatis
525dac1302 update docker v2.0.21 2022-04-29 13:19:11 -03:00
Daniel Gatis
f339a11036 allow all cors v2.0.20 2022-04-29 11:54:14 -03:00
Daniel Gatis
2473aa72b9 fix version 2022-04-26 15:27:33 -03:00
Daniel Gatis
d57eba1ca2 fix version 2022-04-26 15:26:59 -03:00