WeijingShi / Point-GNN

Point-GNN: Graph Neural Network for 3D Object Detection in a Point Cloud, CVPR 2020.
MIT License
525 stars 114 forks source link

FileNotFoundError #26

Closed 14212094 closed 4 years ago

14212094 commented 4 years ago

Thank you for you great job! I follow the file structure of you,like this: pognn2

When i run this command: python3 run.py checkpoints/car_auto_T3_train/ --dataset_root_dir /home/lwy/Point-GNN/dataset/kitti --output_dir /home/lwy/Point-GNN/results I get this error pognn I am a newer of Python.How can i fix it?Thank you

WeijingShi commented 4 years ago

Hi @14212094, Thank you for your interest. You need to put the 3DOP split files in the 3DOP_splits folder. You can download them from here: https://xiaozhichen.github.io/files/mv3d/imagesets.tar.gz

14212094 commented 4 years ago

@WeijingShi Thank you so much.I put the wrong files in the 3DOP_splits folder,and the labels file is needed.The problem is solved.