Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about creating Kitti-format data #7

Closed
shb9793 opened this issue Jul 18, 2022 · 1 comment
Closed

Question about creating Kitti-format data #7

shb9793 opened this issue Jul 18, 2022 · 1 comment

Comments

@shb9793
Copy link

shb9793 commented Jul 18, 2022

When I activate the mmdetection3d virtual environment, and run the following code:

python tools/dataset_converter/dair2kitti.py --source-root ./data/DAIR-V2X/cooperative-vehicle-infrastructure/infrastructure-side \
    --target-root ./data/DAIR-V2X/cooperative-vehicle-infrastructure/infrastructure-side \
    --split-path ./data/split_datas/cooperative-split-data.json \
    --label-type lidar --sensor-view infrastructure --no-classmerge

python tools/dataset_converter/dair2kitti.py --source-root ./data/DAIR-V2X/cooperative-vehicle-infrastructure/vehicle-side \
    --target-root ./data/DAIR-V2X/cooperative-vehicle-infrastructure/vehicle-side \
    --split-path ./data/split_datas/cooperative-split-data.json \
    --label-type lidar --sensor-view vehicle --no-classmerge

All of the output is shown below:

================ Start to Convert ================
================ Start to Copy Raw Data ================

Other than copying the dataset, other operations seem to be terminated. May I know what is the reason?

@shb9793
Copy link
Author

shb9793 commented Jul 18, 2022

How long does the entire data conversion process take? Maybe the code has no errors, but the entire conversion process is not visualized?

@shb9793 shb9793 closed this as completed Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant