MatteoCappe / Matteo_thesis_workbook

0 stars 0 forks source link

Yarp data format conversion #10

Open LZC-68 opened 2 months ago

LZC-68 commented 2 months ago

@MatteoCappe We need to change the event data generated from UE to Yarp data format before run the vFramer for 'SCARF' function.

MatteoCappe commented 1 month ago

First, starting from a folder containing event images, generate the "binaryevents.log" file by running the following script frames_to_event, make sure to use the correct directory

Convert event data from "binaryevents.log" (old representation) to YARP data format with the script ev2converter.py

Convert the YARP data file into SCARF video with the following code