-
Hello,
first thanks for your great repository.
I want to try WebGUI for Image Matting, but the WebGUI link hosted by Gradio results to Internal Server Error.
```
Internal Server Error
The se…
-
Is it fast enough to replace webcam background in real time?
Can I run it in the browser with tensorflow.js?
Is there online demo similar to the MODNet [demo](https://gradio.app/g/modnet) and [noteb…
-
**getting this:**
RuntimeError: Sizes of tensors must match except in dimension 2. Got 87 and 88 (The offending index is 0)
**code is:**
import numpy as np
from src.models.modnet import MODNet
…
-
```
While parsing node number 243 [InstanceNormalization -> "615"]:
ERROR: /home/onnx-tensorrt/builtin_op_importers.cpp:1550 In function importInstanceNormalization:
[8] Assertion failed: !isDynami…
-
Good day.
Love the plugin. Good work. I feel like a few things needed to make it usable.
Here's what I got when I tried to blur my background:
![Screen Shot 2021-04-30 at 6 06 03 PM](https://…
-
问题:
````
im_transform = transforms.Compose([
transforms.ToTensor(),
transforms.Normalize((0.5, 0.5, 0.5), (0.5, 0.5, 0.5))
])
...
...
im = Image.fromarray(im)…
-
Hi, thanks for sharing your work! This is really great. I want to be able to use this for real-time inference in a browser without a GPU. Is this at all feasible for this model?
-
Checkout this and see if this gives better result https://elder.dev/posts/open-source-virtual-background/
I am not C++ developer so unfortunately cannot contribute directly over here. Hopefully thi…
-
We should check this throughout the whole featurization process. Do we consistently replace the nan with some value? here it is zero, but in cleaning it is -1.
_Originally posted by @ppdebreuck in …
-
First, thank you very much for your great work.
I tried inference with tfjs Modnet model but the result is not as expected. My inference code is based on https://github.com/PINTO0309/PINTO_model_zoo/…