lzccccc / SMOKE

SMOKE: Single-Stage Monocular 3D Object Detection via Keypoint Estimation
MIT License
696 stars 177 forks source link

FileNotFoundError: [Errno 2] No such file or directory: '../smoke/data/datasets/evaluation/kitti/kitti_eval' #26

Closed Gironote closed 4 years ago

Gironote commented 4 years ago

I place folder like this image image image

error occur image

so I made kitti_eval file and again image but error occur again

KunikaValecha commented 4 years ago

Hi, I came across same issue, actually the path given is wrong. Either you try to give the abs path to the file or you remove "../" i.e. changing to prev directory part in the path as it is in the same dir. This worked for me.

Gironote commented 4 years ago

thank you for reply

no-Seaweed commented 4 years ago

Hi,

How did you remake "kitti_eval" folder? In previous issue, the author shared two links of evaluation code, and I git cloned the one in https://github.com/lzccccc/kitti_eval_offline. Should I copy paste label_2 and data to this folder as the README.md recommend and rename kitti_eval_offline to kitti_eval? I did these and get a different error. What else do I need to do? Or could you share the procedure of getting rid of the "No such file or directory" error step by step? Thanks in advance.

Best, Shukai

KunikaValecha commented 4 years ago

Hi, Have you tried creating a dir named "results" in root dir before running the code?