EFNet
EFNet copied to clipboard
Event-based Fusion for Motion Deblurring with Cross-modal Attention (ECCV'22 Oral) https://ahupujr.github.io/EFNet/
Hello, thank you for your good research first of all. I was trying to reproduce the performance reported in your paper with SCER-GoPro dataset that you shared as a link....
4卡分布式训练出错,我的机器配置为8*titan,报错信息如下:ERROR:torch.distributed.elastic.multiprocessing.api:failed (exitcode: -11) local_rank: 0 ;torch.distributed.elastic.multiprocessing.errors.ChildFailedError。使用readme中给出的训练命令。
How do I deblur the blurry video and event data I have captured, and what are the data format requirements for this network when inference
The raw gopro data are not in H5 format, so how to do this? Thank you.
Could you check if there any problems with the qualitative result, they all link to the GoPro result.
Could you kindly upload the pre-trained model?
作者你好,我在训练你的网络的时候,在迭代过程中遇到了loss为nan的问题,无法正常训练,请问这要怎么解决呢 2023-06-16 21:58:43,765 INFO: [debug..][epoch: 0, iter: 151, lr:(2.000e-04,2.000e-05,)] [eta: 395 days, 5:42:49, time (data): 0.489 (0.001)] l_pix: -3.0743e+01 2023-06-16 21:58:44,519 INFO: [debug..][epoch: 0, iter: 152, lr:(2.000e-04,2.000e-05,)] [eta: 392 days,...
raise subprocess.CalledProcessError(returncode=process.returncode, subprocess.CalledProcessError: Command '['/root/miniconda3/bin/python', '-u', 'basicsr/train.py', '--local_rank=0', '-opt', 'options/train/GoPro/EFNet.yml', '--launcher', 'pytorch']' died with . (base) root@autodl-container-5d4911a352-200b5df6:~/autodl-tmp/EFNet-main/EFNet-main# /root/miniconda3/lib/python3.8/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 35 leaked semaphore objects to clean...
Hi, how to run EFNet on a custom dataset of video frames in which the root contains subfolders. Each subfolder contains frames of a separate video. The YAML configs we...
How can I modify the code to realize multi-GPU operation? thanks!