-
Hi,
I tried to test segmentation by following README, but i have some error like this,
`KeyError: 'DINOv2 is not in the mmseg::model registry. Please check whether the value of `DINOv2` is correct …
-
Hi, icnet returned a tuple when training.... but when calculating loss, it directly get size from tuple and got this error:
```
Traceback (most recent call last):
File "train.py", line 230, in
…
-
I follow the official document to quantize ERFNET,but some error happened ,when I eval the quantized model. The error is as below:
```
RuntimeError: Could not run 'quantized::conv2d' with argument…
-
如图,这种情况怎么改
![onnx_ncnn](https://user-images.githubusercontent.com/30815640/75864552-28475180-5e3d-11ea-9892-b1e741a45fc0.png)
-
PS C:\Users\MINHOO\Desktop\lanedet-main> python setup.py build develop
C:\Users\MINHOO\AppData\Local\Programs\Python\Python38\lib\site-packages\setuptools\installer.py:27: SetuptoolsDeprecationWarnin…
-
No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda-12'
/home/dell/anaconda3/envs/lanedet_v1/lib/python3.8/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer a…
-
![Screenshot from 2023-05-31 15-19-54](https://github.com/iandouglas96/erfnet_pytorch_ros/assets/76465619/d6203957-e478-459d-a135-0fc414214905)
Unable to find semantics_manager.
Please help resolve …
-
I have a model trained on llamas dataset using erfnet_scnn_llamas configuration and would like to introduce culanes data set to this model as well. I use --checkpoint to load the model and used culane…
-
## 🐛 Bug
A clear and concise description of what the bug is.
Hi guys, when test.py runs at 99%, it occurs to a error like the following :
(I don't change the file...)
```
Traceback (most recent…
-
Hi, @prachigarg23
Thanks for your nice work!
However, how did you calculate `weight_IDD`, `weight_BDD`, `weight_city` in your code like below?
**Where can I earn these weights?**
**(I want to…