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 dead leaves generator #16

Closed Jamy-L closed 6 months ago

Jamy-L commented 6 months ago

The current generator is currently very slow, as it requires to compute a high resolution image and downsample it by a factor of up to 5.

A solution is to implement that using numba kernels to use the GPU.

To do:

Jamy-L commented 6 months ago

The new dataset is working but not connected yet. The speedup is roughly x2, and the memory cost is very low.

balthazarneveu commented 6 months ago
Jamy-L commented 6 months ago