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

Switch between loading synthetic dataset and ev2 real dataset automatically #33

Open
LZC-68 opened this issue Jun 14, 2022 · 2 comments

Comments

@LZC-68
Copy link

LZC-68 commented Jun 14, 2022

When load event dataset using the function bimvee.importIitYarp.importIitYarp() from the last version bimvee==1.0.15, it works for real event dataset from ev2, but there is a problem with event timestamps for synthetic dataset.

Now to solve the problem for loading synthetic dataset, we set

isGen1 = True

at line 489 of the file importIitYarp.py. But when load dataset from ev2 this line is required to be commented.

We would like to know any possible solution to switch automatically.

cc @Iaxama @arrenglover @xEnVrE

@arrenglover
Copy link
Contributor

@Iaxama do you understand the problem here? I'm guessing just some functionality that wasn't implemented yet for ev2?

@Iaxama
Copy link
Collaborator

Iaxama commented Jul 11, 2022

The problem is that i am making the distinction between gen1 and gen3 based on the resolution (isGen1 = every_x < 304 and every_y < 240). Here we are generating synthetic data with the old format of gen1 but at a higher resolution (we get to choose it). I would probably fix it on the data generation side rather than in bimvee

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

3 participants