cfzd / Ultra-Fast-Lane-Detection

Ultra Fast Structure-aware Deep Lane Detection (ECCV 2020)
MIT License
1.76k stars 491 forks source link

使用cpp进行预测 #354

Open Agithenry opened 8 months ago

Agithenry commented 8 months ago

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