We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
How long does the entire data conversion process take? Maybe the code has no errors, but the entire conversion process is not visualized?
Sorry, something went wrong.
No branches or pull requests
When I activate the mmdetection3d virtual environment, and run the following code:
All of the output is shown below:
Other than copying the dataset, other operations seem to be terminated. May I know what is the reason?
The text was updated successfully, but these errors were encountered: