Shathe / Ev-SegNet

Official Tensorflow implementation of Ev-SegNet
51 stars 14 forks source link

Understanding and Interpreting Negative Values in DSEC Semantic Event Data Conversion to Numpy Array Format #10

Open JeongJuSang opened 9 months ago

JeongJuSang commented 9 months ago

Hello, I am someone interested in your research. I am trying to convert the h5 event data of DSEC semantic into your numpy array format based on the formulas in your paper, and I have a few questions. I would be really grateful if you could answer them.

I am curious about how negative values exist in the array. There are many -1 values in the first and second frames of your array (presumed to be areas where no events occurred). I am curious about how these -1 values are generated. I am curious about how the six frames are stacked in your array. I assume they are stacked as S(-1), S(+1), M(-1), M(+1), Hist(-1), Hist(+1).