-
-
When you do ERFNet-SAD, can you tell me exactly which layer learns from which?
I've tried to implement ERFNet-SAD but can't find a way at it, at the moment.
cc @cardwing
I'm might have talked …
-
Roadmap for our users (to state feature requests) and contributors.
*\* Low priority tasks.*
**2022Q? (2022.4.2 - ):**
- Lane detection methods
- [ ] *ConvNeXt
- [ ] Add and test VGG1…
-
The F1-measure of ERFNet on your paper is 70.2, but on [ERFNet-CULane-PyTorch](https://github.com/cardwing/Codes-for-Lane-Detection/blob/master/ERFNet-CULane-PyTorch/README.md#testing) it is 73.1, eve…
-
#loading weights
1. model_w = torch.load('Desktop/ld-lsi/res/weights/weights_erfnet_road.pth')
2. new_mw = {}
3. for k,w in model_w.items():
4. new_mw[k[7:]] = w
5. roadnet.load_sta…
-
Thanks for your sharing codes
I am trying to predict a low resolution image with pretrained ERFNet. Sadly, It doesn't work.
I think my preprocessing of image data is different from yours.
I wo…
-
Hi dyh,
Is there any training code for the neuron network used ( VPGNet and ERFNet-CULane )?
Thanks
-
hello,
i'll try to run this code in eval_IOU.py, but there are some issue as below:
y_onehot_size: torch.Size([1, 23, 512, 1024])
max(y): tensor(26)
Traceback (most recent call last):
File …
hisrg updated
2 years ago
-
Hi,
I'm having troubles compiling the tf2_erfnet_cityscapes_512_1024_54G_1.4 model from the AI Model Zoo for DPUCADF8H for Alveo U250. I downloaded the quantized model from the Github.
The comma…
-
Hello, RKNN has been widely used in AI applications. However, I can not find examples for segmentation models. When I try to convert onnx segmentation models to RKNN (from pytorch). Even the simplest …