ask for kitti demo
amiltonwong opened this issue · 4 comments
amiltonwong commented
yxlao commented
@amiltonwong
For training, use train.py
and semantic_no_color.json
config.
For inference, use kitti_predict.py
.
XuanAo1016 commented
hi @yxlao
I think we also miss the preprocessing part from raw kitti to pcd files
iris0329 commented
Hi @coronax1016,
If you just test the pre-trained model provided by the author, you don't have to deal with raw KITTI data, because the python library imported in the 'kitti_predict.py' can handle KITTI data by itself.
I only download the KITTI, and run 'kitti_predict.py', it works !
davidlmljll commented
Hello @iris0329, can you tell me how you run the 'kitti_predict.py' and thedata needs to be preprocessed?