MatteoCappe / Matteo_thesis_workbook

0 stars 0 forks source link

Dataset generation and loading #4

Closed MatteoCappe closed 4 months ago

MatteoCappe commented 4 months ago

Dataset generation

Via Unreal Engine, load the mesh of the object that you want to study, run and the camera will navigate around the object providing a sequence containing its different views, which will then be analyzed to find the feature correspondances.

To get sequence with real-life camera check out this documentation to see how to pass data from the camera to the computer

Loading the sequence

Check out the code here Check out Python openCV CV2, used to generate the video sequence starting from the different images

Output

On the left we can see the images in rgb frame, in the middle we have the event representation and on the right the depth.