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

could extract_rosbag_to_tf.py extract the normal bag file downloaded from CED dataset? http://rpg.ifi.uzh.ch/CED.html And how to use it? #5

Open
yuanhaowang1213 opened this issue Jul 23, 2019 · 1 comment

Comments

@yuanhaowang1213
Copy link

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.

@alexzzhu
Copy link
Contributor

alexzzhu commented Aug 8, 2019

The code itself should work on the CED dataset. I think the main change is that you need to modify the topic names here:

topics=['/davis/left/image_raw',
. Instead of having four topics, there should be two, since it's a monocular dataset. One for the grayscale images, and one for the events.

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

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

2 participants