XiangZ-0 / GEM

Pytorch implementation of ICCV'23 paper "Generalizing Event-based Motion Deblurring in Real-World Scenarios"
Apache License 2.0
31 stars 2 forks source link

If use GT-img for training? #11

Open renliao opened 1 week ago

renliao commented 1 week ago

Hello, thank you for your outstanding work. I noticed that this is a self supervised method that is very suitable for real-world scenarios. A total of three datasets were used for evaluation, with Ev REDS and HS-ERGB having GT images and MS-RBD not having GT images. My understanding is that during the training process, GT was not used as supervision and was only used to evaluate the final performance of the model. Is my understanding correct?

XiangZ-0 commented 1 week ago

Yes, your understanding is correct! Our experiments are designed to imitate real-world scenarios, so all the GEM models are trained in a self-supervised manner without GT. GT is only used to compute metrics in our paper.

renliao commented 1 week ago

Thank you for your replay, I understand your work better now.