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

Use my dataset in the C++ version #20

Open
Rechal0703 opened this issue Oct 28, 2019 · 1 comment
Open

Use my dataset in the C++ version #20

Rechal0703 opened this issue Oct 28, 2019 · 1 comment

Comments

@Rechal0703
Copy link

Hi, could u tell me how can I use my dataset in the c++ version?
Actually, my dataset has images taken by a monocular camera and times.txt like KITTI.
I don't know if this can run. If not, what can I do?

Thank u so much.

@scott--
Copy link
Collaborator

scott-- commented Nov 2, 2019

We don't really recommend the older C++ version anymore - all our later work went into the ROS version. I recommend using that version instead. You can create a ROS dataset using the python rosbag API (see the python example here https://wiki.ros.org/rosbag/Code%20API). You can read one frame, and one timestamp and then write them into the bag file.

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