Deblur-NeRF
Deblur-NeRF copied to clipboard
Which KPAC model is used for evaluation?
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?