jamycheung / ISSAFE

Improving Semantic Segmentation in Accidents by Fusing Event-based Data
Apache License 2.0
15 stars 4 forks source link

How to use EventGAN to generate the 'event' of an image? #6

Open YYDSDD opened 1 year ago

YYDSDD commented 1 year ago

Hi, Thanks so much for the code!

I see you mentioned in your 'readme' that your Cityscapes Event dataset is generated by EventGAN,

But in the 'demo.py' code of EventGAN, the Event is generated by two images. How did you modify it so that it only outputs an Event of one image?

I would be very grateful if you could help me!

jamycheung commented 1 year ago

Hi thanks for your interest.

We follow EventGAN to generate the event data. It requires two frames which are the t-1 and t frame of each sequence.