JMoonr / LATR

[ICCV2023 Oral] LATR: 3D Lane Detection from Monocular Images with Transformer
https://arxiv.org/abs/2308.04583
MIT License
184 stars 31 forks source link

Instruction exception #30

Open AZKvgkv opened 1 week ago

AZKvgkv commented 1 week ago

Data Preparation

OpenLane

Follow OpenLane to download dataset and then link it under data directory.

cd data && makir openlane && cd openlane
ln -s ${OPENLANE_PATH}/images .
ln -s ${OPENLANE_PATH}/lane3d_1000 .

The first instruction should be

cd data && mkdir openlane && cd openlane
usst-st commented 1 day ago

LATR/docs /train_eval.md

Evaluation