iCVTEAM / E2NeRF

MIT License
19 stars 2 forks source link

Request for Code of discrete EDI processing #3

Closed yuchenweng-private closed 3 months ago

yuchenweng-private commented 5 months ago

Hi, thanks to your great work, can you provide the code that is used to preprocessing of blurry images by using EDI? I wanna know how clear is the input images. Thank you !!!!!

171164558 commented 3 months ago

Thanks. I have updated the EDI code in the repository.

trishagithubreddypalli commented 1 month ago

Hello @171164558!

Thank you for open sourcing this good work..

When we use EDI model to deblur, images are not getting deblurred properly, they are noisy, hence colmap is not working with these as a input.

Do you suggest to solve this issue?

If it is possible, can you please open source dataset as well once you deblur.

Thank you

171164558 commented 3 days ago

Thanks.

The deblurred images of EDI model are indeed noisy. You can attempt to adjust the threshold of the EDI model (0.3 in lines 13 and 23 of EDI.py) to generate better results. Also, you can attempt to run the colmap again with the deblurred images because it may sometimes fail, even with the same input.

If this still can not work, please feel free to contact me (qi_yunshan@buaa.edu.cn).