Daniel Gatis
dfe54f6f66
Update README.md
2021-03-19 14:06:46 -03:00
Daniel Gatis
44c3ef473f
Merge pull request #87 from SSardorf/master
...
fix: update requirements.txt
2021-03-18 22:03:56 -03:00
Simon Sardorf
125adc690a
fix: update requirements.txt
...
__ISSUE:__
_fix_ - *Update requirements.txt*
\[[#86 ](https://github.com/danielgatis/rembg/issues/86 )\]
__DESCRIPTION:__
The requirements.txt were using strict versioning. While this is not
super bad, it resulted in problems when working on a Mac M1. Mac M1/ARM
still has problems with the scripts, but that's related to pytorch
__CHANGELIST:__
Modified - requirements.txt
2021-03-18 18:39:25 +01:00
Daniel Gatis
2d5e1ca5c9
bump version
2021-02-21 03:05:32 -03:00
Daniel Gatis
fd3b5a5e8f
add u2net_human_seg model
2021-02-21 03:04:25 -03:00
Daniel Gatis
63f52a3a6a
fix issue #74
2021-02-06 12:24:26 -03:00
Daniel Gatis
2a1c646b1c
Update setup.py
2021-02-05 11:54:05 -03:00
Daniel Gatis
a2e85b15ff
Update requirements.txt
2021-02-05 11:53:29 -03:00
Daniel Gatis
471f200620
Update setup.py
2021-01-30 10:33:21 -03:00
Daniel Gatis
8e12fa3556
Merge pull request #69 from NexPB/master
...
fix: package requirements to allow for minor versions of torch
2021-01-30 10:32:44 -03:00
NexPB
5c1201d454
fix: package requirements allow minor versions of torch
2021-01-30 21:19:05 +09:00
Daniel Gatis
50f2061801
Update README.md
2021-01-30 00:29:06 -03:00
Daniel Gatis
39e7615926
Update README.md
2021-01-30 00:18:27 -03:00
Daniel Gatis
114a8df228
change readme
2021-01-30 00:15:18 -03:00
Daniel Gatis
24711986b7
add base_size arg
2021-01-22 13:56:19 -03:00
Daniel Gatis
3558a53d1f
Update README.md
2021-01-22 12:41:36 -03:00
Daniel Gatis
b8e0812497
Merge pull request #65 from bendangnuksung/master
...
Update README.md
2021-01-22 12:35:59 -03:00
Bendang
db8f87a51a
Update README.md
2021-01-22 17:25:04 +05:30
Daniel Gatis
308ac8b169
Update README.md
2021-01-02 18:42:39 -03:00
Daniel Gatis
d14a7b33f3
bump version
2021-01-02 18:36:36 -03:00
Daniel Gatis
8509f0448e
Merge pull request #56 from lekoOwO/patch-1
...
Add more arguments to server
2020-12-28 17:24:59 -03:00
leko
3532ed6cf8
Add more arguments to server
2020-12-29 04:15:24 +08:00
Daniel Gatis
58fd707872
add model var envs
2020-12-12 18:56:09 -03:00
Daniel Gatis
0a96555440
Update server.py
2020-12-12 14:25:35 -03:00
Daniel Gatis
e40b1e3e6b
add dockerfile
2020-11-21 11:37:12 -03:00
Daniel Gatis
332c16b58e
fix typo
2020-11-13 13:47:24 -03:00
Daniel Gatis
4659d52273
Merge pull request #36 from jaric/master
...
[bug fix] change image file detector
2020-11-13 13:40:45 -03:00
Jaric Kuo
e24e44150f
fixed package version.
2020-11-13 20:59:50 +08:00
Jaric Kuo
b1bb832601
remove unused import
2020-11-13 20:21:17 +08:00
Jaric Kuo
8f360f1a01
[bug fix] change image file detector
2020-11-13 14:53:23 +08:00
Daniel Gatis
4eb79878dc
Update README.md
2020-11-13 01:17:43 -03:00
Daniel Gatis
b3417e96c3
Update README.md
2020-11-09 14:56:50 -03:00
Daniel Gatis
b6cfd4b045
update versions
2020-11-09 14:53:35 -03:00
Daniel Gatis
8d5e4aba5d
add a cache for models
2020-11-07 16:49:54 -03:00
Daniel Gatis
20fa62da03
Update README.md
2020-10-20 21:00:40 -03:00
Daniel Gatis
01f1769493
add alpha matting
2020-10-09 15:36:25 -03:00
Daniel Gatis
135550812c
Update setup.py
2020-10-09 14:58:47 -03:00
Daniel Gatis
e0f7abd5e1
Update README.md
2020-10-09 14:58:13 -03:00
Daniel Gatis
361a458cab
Update README.md
2020-10-09 14:46:45 -03:00
Daniel Gatis
043b4b0fcd
Update README.md
2020-10-09 14:45:56 -03:00
Daniel Gatis
215cb3e934
add alpha matting
2020-10-09 14:41:49 -03:00
Daniel Gatis
df748667e6
Merge pull request #16 from mythofleader/master
...
fix typo
2020-10-08 10:21:53 -03:00
mythofleader
f2ad91e1de
fix typo
2020-10-08 17:20:09 +09:00
Daniel Gatis
390454f2e8
typo
2020-09-16 19:32:31 -03:00
Daniel Gatis
dc72f37e5f
refactoring
2020-09-12 09:29:22 -03:00
Daniel Gatis
26fc23e579
Update setup.py
2020-09-01 12:51:21 -03:00
Daniel Gatis
17336f660f
Merge pull request #6 from mowshon/patch-1
...
Fix the TypeError: expected CUDA (got CPU) error
2020-09-01 12:50:00 -03:00
Student B
5960eb7539
Fix the TypeError: expected CUDA (got CPU) error
...
The error is because the model is on GPU while your input image is on CPU. We have to make sure that they are both on GPU or CPU.
2020-09-01 12:20:52 +03:00
Daniel Gatis
20dfeb2ac1
Update README.md
2020-09-01 00:57:33 -03:00
Daniel Gatis
4d09a60261
pump version
2020-08-28 21:09:11 -03:00