-
## š Bug
## To Reproduce
Code
```python
import torch
class MyModule(torch.nn.Module):
def forward(self, x):
return torch.split(x, x.size(1))
m = MyModule()
x = torā¦
-
According to the vanilla implementation of MobileNetV2 by PyTorch, when `expand_ratio == 1` one less `convbnrelu`is added in `InvertedResidualBlock`- as shown [here ](https://github.com/pytorch/visionā¦
-
could you please release a trained model on NYUv2 dataset? I try to use your network with resnet101-dilated8 to train NYUv2 data,but can only reach 41%miou. Or could please add a trainning scripts on ā¦
-
Hi! I used the scripts in the colab to infer nyuv2 dataset (https://colab.research.google.com/drive/1S5wvuukFM6GTLbj8VxZFdkFn2jhdhiES). I also noticed the label dictionary in #16. However, default resā¦
-
Thanks for this great repo. I'm trying to run the code from pretrained SMAP and RefineNet. I followed the instructions same as [Run inference on custom images](https://github.com/zju3dv/SMAP#run-inferā¦
-
Hello,
In case this helps anyone else, when running this I got the following error
```
> python grabnet/tests/grab_new_objects.py --obj-path models/toothpaste.ply --rhm-path .
2020-10-13 01:13ā¦
-
After I ran commad below.
![ģŗ”ģ²2](https://user-images.githubusercontent.com/57695621/93707180-4d947680-fb67-11ea-8208-25f9796b05bb.PNG)
set -t generate_result
set -d test
exps/stage3_root2/bash ā¦
-
Hi Otaheri,
Thank you for the great dataset and the code. I have tried to train the model using the provided code and the dataset and have encountered the following error in the first epoch:
2ā¦
-
Hi,
Thank you for sharing your work.
Sorry to bother you, as I see no issues related to my error, I assume the error is mine.
After severals tries to fix it, I think I rather ask it.
I'm fā¦
-
would you like to share the evaluation scripts of multi-task tight-weight refinenet?Thank you.