OPHoperHPO / image-background-remove-tool

✂️ Automated high-quality background removal framework for an image using neural networks. ✂️
https://carve.photos
Apache License 2.0
1.39k stars 272 forks source link

[4.0.1][RELEASE] Updated requirements to the latest version #79

Closed OPHoperHPO closed 2 years ago

OPHoperHPO commented 2 years ago

Updated requirements to the latest version Added support for Python 3.10 Dropped support for Python 3.6, since latest numpy without vulnerabilities doesn't support it. Suppressed PyTorch 1.11.0 warning associated with changing order of args in nn.MaxPool2d layer, since source code is not affected by this issue and there aren't any other correct way to hide this message. Updated docker base images Dropped python 3.6, 3.7 support Small fix for front-end Enable web api auth by default.