SensorsINI / DHP19

Repository for the Dynamic Vision Sensor 3D Human Pose Dataset (DHP19).
MIT License
42 stars 10 forks source link

Problem reading the .aedat file #2

Closed victkid closed 5 years ago

victkid commented 5 years ago

Hi,

I'm running the Generate_DHP19.m script to read .aedat file. I got the error message says

Undefined function or variable 'normalizeImage3Sigma'.

Error in ExtractEventsToFramesAndMeanLabels (line 85)
            I1n = uint8(normalizeImage3Sigma(I1s));

Error in Generate_DHP19 (line 288)
                ExtractEventsToFramesAndMeanLabels( ...

I tried to search this function within the repo, but couldn't find the function. Looks like the normalizeImage3Sigma function is missing from the file. Does anyone know how to solve this issue? Thanks in advance.

tobidelbruck commented 5 years ago

Maybe something wasn't pushed? I have to leave it to Enrico or Gemma to answer this and other issues on DHP19.

enrico-c commented 5 years ago

Right, the function was not there, I added it. Thank you