balthazarneveu / blind-deblurring-from-synthetic-data

MVA ENS Paris Saclay - Image restoration project on deblurring learnt on deadleaves
3 stars 0 forks source link

GPU accelerated non uniform blur #17

Closed Jamy-L closed 6 months ago

Jamy-L commented 6 months ago

Generating non uniform blur cannot easily be done using pytorch. A numba kernel is required to perform the degradation operation.

balthazarneveu commented 6 months ago

Not planned because we keep with the uniform deblur problem