ArcticHare105 / SPIN

The offical implementation of "Lightweight Image Super-Resolution with Superpixel Token Interaction" (ICCV2023)
MIT License
80 stars 9 forks source link

Install the cuda module once #9

Open gauenk opened 11 months ago

gauenk commented 11 months ago

When I executed the code, I continually needed to rebuild the cuda extension. So I created a setup.py script as an example in case others want to use this instead. To install it, run

python -m pip install -e .