cfzd / Ultra-Fast-Lane-Detection-v2

Ultra Fast Deep Lane Detection With Hybrid Anchor Driven Ordinal Classification (TPAMI 2022)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

根据CULane做测试的时候,训练莫名被killed

qiuqc1 opened this issue · comments

我在根据所给的步骤,完成CULane数据集下载,opencv c++下载以后,开始训练模型时,第一轮2778的正常能训,但是第二阶段4335的,没开始就显示killed,尝试了两次都是这样,想问下各位这是什么原因呢
image

执行的是这个
python train.py configs/culane_res18.py --log_path /path/to/your/work/dir

已解决,第二天重跑又正常了,猜测是安装完opencv c++后,换个终端可能就解决问题了
不过又出现了新的问题
image
./evaluation/culane/evaluate: error while loading shared libraries: libopencv_core.so.408: cannot open shared object file: No such file or directory

INSTALL安装成功如下
cmake --build .
image
sudo make install
image

原本用的第一种方法构建
image
现在又尝试用第二种构建方法构建
已解决,能正常训练了

我也被killed了,现在重新训练再看看。

为啥我第一轮直接就是11110这么大