cfzd / Ultra-Fast-Lane-Detection

Ultra Fast Structure-aware Deep Lane Detection (ECCV 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用cpp进行预测

Agithenry opened this issue · comments

module_ = torch::jit::load(“culane_18.pth”,torch::kCPU); 编译完成之后在加载模型的时候出现了 abort错误,这该如何解决