-
Hi author,thanks for your great work!
I have created my dataset which is same form as Tusimple dataset. My image size is 1080x1920,and I have changed the image size from the files "tools/generate…
-
The code breaks if the proposal.cc is used to run NMS. This issue comes up when running the detection_test.py on the cpu.
On using a GPU, the code runs successfully, matching the accuracy provided …
-
Thank you very much author for your work!
Can I ask you about line 67 in lanedet/datasets/process/base_dataset.py:
~~~
category = [0 if np.all(sample['cls_label'][:,i].numpy() == 100) else category…
-
按照您里面写的步骤,依次运行,运行到python detection_train.py --config config/faster_r50v1_fpn_1x.py这句代码时候程序出错,错误信息如下:
load pretrain_model/resnet-v1-50-0000.params
Traceback (most recent call last):
File "detectio…
-
When I run this command: python tools/to_onnx.py --config=configs/lane_detection/laneatt/resnet34_culane.py --height=360 --width=640 --checkpoint=model/resnet34_laneatt_culane_20220225.pt
Got the …
-
When I run "python detection_train.py --config config/NASFPN/retina_r50v1b_nasfpn_1280_7\@384_25epoch.py", the process is stuck. Maybe the process is initialize the params of the model because the las…
-
参考来源:
```
https://blog.csdn.net/sinat_17456165/article/details/107171888
```
论文地址:
```
https://arxiv.org/pdf/2004.10924.pdf
```
代码地址:
```
https://github.com/lucastabelini/PolyLaneNet
```
-
Thanks for your work!! I tried to classify lane class using LVLane(config is resa-18, dataset is TuSimple). I got a result, but it has only information about lane detect coords.
How can I get result …
-
1、报错RuntimeError: Expected object of scalar type Long but got scalar type Float for argument #2 'target' in call to _thnn_nll_loss2d_forward,我认为是label的seg_out添加long()之后能解决
2、添加long()之后,报错RuntimeError…
-
Hello,
I am doing a school project and came across your paper on BezierLaneNet. I really like the idea and I am trying to implement it. One thing I do notice is that you opted to use `mmcv` for def…