Jamy-L / Handheld-Multi-Frame-Super-Resolution

Handheld Multi-image Super-resolution [Wronski et al., SIGGRAPH19]. Non-official GPU-supported Python implementation.
MIT License
131 stars 20 forks source link

linalg.py debug #35

Closed lyn-max closed 8 months ago

lyn-max commented 8 months ago
    linalg.py    line157  e2[0] = 0; e2[0] = 1, should be e2[0] = 0; e2[1] = 1 .
Jamy-L commented 8 months ago

This was indeed a mistake, thank you for pointing it out. This condition was most likely never met, but it is still better to have the correct version !