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
I have tried python extract_rosbag_to_tf.py --bag driving_city_3.bag --prefix ./ --output_folder ./drivingcity/
but after 'processing bag' The output is zero?
And the link to mvsec_data is invaild now.
The text was updated successfully, but these errors were encountered:
The code itself should work on the CED dataset. I think the main change is that you need to modify the topic names here:
EV-FlowNet/data/extract_rosbag_to_tf.py
Line 181 in 124fdd3
You'll also need to remove the differences between 'left' and 'right' in the rest of the script.
Do you mean the mvsec_data folder? That is empty intentionally, it needs to be populated by extract_rosbag_to_tf
Sorry, something went wrong.
No branches or pull requests
I have tried
python extract_rosbag_to_tf.py --bag driving_city_3.bag --prefix ./ --output_folder ./drivingcity/
but after 'processing bag'
The output is zero?
And the link to mvsec_data is invaild now.
The text was updated successfully, but these errors were encountered: