Feng
Feng
Hello, How can I install dependencies?? ndt_cpu ndt_gpu
I don't quite understand. Can you provide a command to run a training example? I learn from and reform
@voldemortX 好的,非常感谢!我在查查原因!
hello,请问一下我现在的环境是 cuda 12.1,torch 1.10.1 ,mmcv-full 1.4.6 在运行python main_landet.py --train --config=configs/lane_detection/baseline/enet_culane.py 时候报错: ImportError: libcudart.so.11.0: cannot open shared object file: No such file or directory 是什么原因呀? 查看确实没有libcudart.so.11.0:, 不应该是调用12.1吗
@voldemortX 好的,我在查查原因 谢谢!
@voldemortX hello~ 请问一下 我运行 python main_landet.py --train --config=configs/lane_detection/bezierlanenet/resnet18_culane_aug1b.py 报错超时RuntimeError: CUDA unknown error - this may be due to an incorrectly set up environment, e.g. changing env variable CUDA_VISIBLE_DEVICES after program...
@voldemortX hello,现在nms编译成功了,当在启动 python main_landet.py --train --config=configs/lane_detection/bezierlanenet/resnet18_culane_aug1b.py 时候报错,如下,请问是什么原因呀,感谢您的耐心解答! Successfully complied line nms for LaneATT. main_landet.py:24: UserWarning: Unable to set a high enough file descriptor limit 8192 (your system may has a...
我已经按照CULane Dataset中下载对应的数据集并修改,下载的时候没有看到bezier_labels/train_3.json'文件?
@voldemortX 我已经解决这个问题~
hello @voldemortX ,我训练CULane数据集 resnet18_culane_aug1b.py 得到pt模型后, 想看一下test预测的效果, 在运行python main_landet.py --test --config=configs/lane_detection/bezierlanenet/resnet18_culane_aug1b.py --mixed-precision 时候遇到 找不到这个图片的错误, 但是数据集对应的路径实际是有这个文件的,请问是什么原因呀 (pad) cxf@cxf:~/pytorch-auto-drive$ python main_landet.py --test --config=configs/lane_detection/bezierlanenet/resnet18_culane_aug1b.py --mixed-precision Successfully complied line nms for LaneATT. main_landet.py:24: UserWarning: Unable...