yhabib29

Results 17 comments of yhabib29

I see, but what I get is: - Recorded video file. - some images ("save frames" option). - Accelerometer data (CSV file). - Gyroscope data (CSV file). - Magnetometer data...

Ok I understand, it is indeed heavy to save all all images. Then, what about saving the timestamp of each frame in a CSV file like the [VIRec](https://github.com/A3DV/VIRec) ? I...

Thanks for your answer @goldbattle, and sorry I forgot to reply before. From your analysis, I think the problem must come from the ZED 2 IMU sensor ... I will...

Use spaces instead: ``` $ python infer.py --checkpoint PackNet01_MR_semisup_CStoK.ckpt --input Testbilder/test_01.jpg --output Output/test_01_out_shaped.jpg --image_shape 640 640 ``` However, I tried it and it's not working with every shape ...

Hello @yun-long, What is the status of this PR ? Is it working properly and can it be used to generate a sequence with simulated event sensor data ? Do...