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

Custom Dataset #48

Open
OctaAIVision opened this issue Jun 13, 2024 · 1 comment
Open

Custom Dataset #48

OctaAIVision opened this issue Jun 13, 2024 · 1 comment

Comments

@OctaAIVision
Copy link

Hi, Thanks for your great job.
I have and OAKD which has IMU + Camera integrated. is there any trick i should do to be able to use my data?
cuz I get in the following loop all the time.

        case DatasetReader::AGAIN:{
            continue;
            }

would u mind guiding me? do I have to get Synced data? may I use unsynced data??

@panxkun
Copy link
Member

panxkun commented Jun 29, 2024

The code currently does not perform online correction of sensor timestamps for asynchronous data, so it cannot directly handle asynchronous data at this time. To use online data, it may be necessary to add relevant device driver code to the project. We have already integrated a ROS version, so it might be worth considering utilizing ROS to handle online data acquisition.

If you want to first collect data and then read the dataset, you can refer to the parsing method of the EuRoC dataset and inherit the relevant classes to complete the dataset parsing.

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