Closed samchopra2003 closed 4 months ago
If I don't remove use_pts0_prior = edi
from the config file then I get this error:
Oh I realized that making these modifications to the config file allows me to train using only rgb frames properly. Looks like I was not training using the rgb frames generated loss (i.e blur loss) before:
blur_loss_after = 0
kernel_start_iter = 0
Hi I have been able to run my own dataset using this codebase for events+rgb frames. I was wondering how I could run the codebase such that only my RGB frames are processed, and no events. Below is the config file I have prepared. While I have been able to run the code using only RGB frames, its resulting in a very low PSNR (around 0 and not improving):
I have removed
use_pts0_prior = edi
line from the config, as we dont need the prior from the event double integral for supervision.