dvl-tum / defocus-net

Official PyTorch implementation of "Focus on Defocus" paper.
MIT License
74 stars 5 forks source link

How can I get the all-in-focus image output? #5

Open CindyChow123 opened 3 years ago

CindyChow123 commented 3 years ago

This is a very interesting work! After running and modifying the code, I get the predicated depth map and focus map, but I cannot find a way to get the predicted all-in-focus image. Could you please give me a clue to help me get the all-in-focus output? Thanks a lot!

CindyChow123 commented 3 years ago

Could you provide the weight for the loss function of All-in-focus estimation? Thanks a lot!

shenjinyun commented 2 years ago

Hello, did u find the all-in-focus image? I can't find the AiFNet in their supplementary.

yang2424 commented 6 months ago

Hi! Excuse me, I get an error when running run_training.py ([Errno 2] No such file or directory: '../models/a01_d02_t01/a01_d02_t01_ep1000.pth')can you help me?