Skip to content

Towards Robust Event-based Networks for Nighttime via Unpaired Day-to-Night Event Translation

License

Notifications You must be signed in to change notification settings

jeongyh98/UDNET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UDNET (ECCV 2024)

Official repository for the ECCV 2024 paper, "Towards Robust Event-based Networks for Nighttime via Unpaired Day-to-Night Event Translation."

[Paper]

I will soon be sharing more details on this pages.

Pre-processing

We pre-processed raw events into event histograms in advance, then trained our model and downstream applications.

Training

We used a single GPU(RTX 3090) to train our model.

python train.py --dataroot {dataset path} --name {experiment name} --gpu_ids 0 --mode sb --netG unet --lambda_SB 1.0 --lambda_NCE 1.0 --input_nc 6 --output_nc 6 --ngf 72 --temp_nc 3 --temp_nce_T 0.11

Inference

python inference_npy.py --dataroot {dataset path} --name {experiment name} --mode sb --netG unet --input_nc 6 --output_nc 6 --ngf 72 --temp_nc 3 --epoch {specific ckpt number} --phase test --eval

Acknowledgement

Our source code is based on UNSB.

About

Towards Robust Event-based Networks for Nighttime via Unpaired Day-to-Night Event Translation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published