-
[https://github.com/NathanUA/U-2-Net/blob/master/model/u2net.py](url)
d1 = self.side1(hx1d)
d2 = self.side2(hx2d)
d2 = _upsample_like(d2,d1)
d3 = self…
-
Input
![Best-Girls-Bikes-Guardian](https://user-images.githubusercontent.com/1530496/84551214-2f6bde80-ad0d-11ea-95a1-c82b49a80db4.jpg)
output ( u2net )
![bgremove3](https://user-images.githubus…
yncki updated
4 years ago
-
-
I started a discussion here https://discuss.pytorch.org/t/debugging-runtime-error-module-forward-inputs-libtorch-1-4/82415
I modified `u2net_test.py` and used torch.jit.trace to save a module
…
-
I found a memory leak in the http-api. Each request fills up the RAM a little bit more, until is crashes.
I tried several combinations of post- and pre-processors but all create the same problem.
…
-
Hello
I have an exception that I can't explain when I try to process these photo :
[4db0c65b27ec01de3edc68046707cd53](https://user-images.githubusercontent.com/6390647/85416048-52e52380-b56e-11ea-…
-
Hello,
I am try run your tool in a container, in Google Cloud Run. This container have a **2 gb** limit of memory. In my tests, the aplication exced this value and crash.
![Captura de tela de 20…
-
Hi, Cyril,
I am the author of BASNet and U2Net. You AR CUT and PASTE project is fantastic. We are very glad that our model is used in your project. Just one thing to mention that the U^2Net paper i…
-
I am trying to run it with Docker but encountered a permission error:
[This issue in basnet-http looks similar](https://github.com/cyrildiagne/basnet-http/issues/3#issue-612460624)
```
~$ docker ru…
-
# 🐛 Bug
## Description
I am using structured config for instantiating torch optimizer
```
@dataclass
class AdamConfig(OptimizerConfig):
_target_: str = "torch.optim.Adam"
lr: float = 0.…