You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
When load event dataset using the function
bimvee.importIitYarp.importIitYarp()
from the last versionbimvee==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
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
The text was updated successfully, but these errors were encountered: