-
known issue
1x single video
https://wandb.ai/snoozie/megaportraits/runs/khl4e01g?nw=nwusersnoozie
4x videos
https://wandb.ai/snoozie/megaportraits/runs/zhos6yxx?nw=nwusersnoozie
looking a…
-
Hello,
I'd like to report two issues regarding classification tasks in modnet:
First, the loss function passed to `ModnetModel().fit()` is overwritten with `"categorical_crossentropy"` if `val_d…
-
感谢作者们的出色工作!
在可选的 matting 模型中,`BiRefNet` 效果最好,但是其模型参数量和结构使得它在性能较差的机器上运行起来非常慢(即使训练一个参数量更小的模型并使用一些其他模型加速方法)。
而在其余模型里,`hivision_modnet` 是性能效果和速度最均衡的,模型结构比起 `BiRefNet` 也更容易做量化等处理。
但可能因为模型参数量较小或训练不充分…
-
Hi @ml-evs , @ppdebreuck , I have been trying to use Modnet with GPU. But cannot get it to work. I had to use a different tensorflow version than pinned on modnet. I am using `tensorflow==2.15.0`. (As…
-
Hi,
thanks for the nice package!
I have a remark about the `EnsembleMODNetModel` class: the `predict` method always corresponds to the mean of the predictions of the ensemble:
https://github.…
-
How to use API in webui?
MODNet: [Download Here](https://github.com/TheCodeSlinger/FacePop/blob/main/scripts/modnet.pth) 404 error
-
I don't know how to fix it and I already disable proxy in setting and it's doesn't help.
05.15.2023 [ INFO] MAINSCREEN: Program Started
05.15.2023 [ CORE] LAUNCHER: Set Parent Wi…
-
### System Info
transformers.js version: 2.17.2
browsers: all I've tried so far(firefox and chrome)
OS: arch linux x86_64
node version: 20.17.0
### Environment/Platform
- [X] Website/web-app
- […
-
### Question
Hello,
How one can run the modnet example ?
```
import { AutoModel, AutoProcessor, RawImage } from '@xenova/transformers';
// Load model and processor
const model = await Auto…
-
Thanks for sharing this script, i tried it on MODNet. (background removal open source codebase)
I had an error running it, it worked but when trying to do inference i get an error due to the ReShap…