hturki / suds

Scalable Urban Dynamic Scenes
MIT License
199 stars 16 forks source link

How to generate the .json files in the metadata folder? #14

Closed JaamieZheng closed 1 year ago

JaamieZheng commented 1 year ago

Hi, Thank you for sharing the code. I notice that there is only a "kitti-06.json" in metadata folder.If i want to use other kitti sequences like 0005 or 0004, how can i generate the json files like "kitti-06.json"? Thank you in advance for your response!

AIBUWAN commented 1 year ago

Maybe you can use python scripts/create_kitti_metadata.py --config_file scripts/configs/$CONFIG_FILE by modifing CONFIG_FILE

hturki commented 1 year ago

this is correct

JaamieZheng commented 1 year ago

Maybe you can use python scripts/create_kitti_metadata.py --config_file scripts/configs/$CONFIG_FILE by modifing CONFIG_FILE

Thank you very much. I know how to solve this problem.