limacv/Deblur-NeRF

Which KPAC model is used for evaluation?

emjay73 opened this issue · 3 comments

I noticed that there are several versions of KPAC.

https://github.com/HyeongseokSon1/KPAC
# Our 2-level model 
CUDA_VISIBLE_DEVICES=0 python main_eval_2level.py

# Our 3-level model 
CUDA_VISIBLE_DEVICES=0 python main_eval_3level.py

# Our dual pixel-based model
CUDA_VISIBLE_DEVICES=0 python main_eval_dual.py

Which model is used for the baseline model?

I think we use main_eval_3level.py as the baseline.

Thank you for your answer.