ChenyangLEI / All-In-One-Deflicker

[CVPR2023] Blind Video Deflickering by Neural Filtering with a Flawed Atlas
703 stars 43 forks source link

GPU index parameter gets ignored in `test.py` #29

Open niqodea opened 11 months ago

niqodea commented 11 months ago

Hi, just a heads up about the script for someone experiencing similar problems. The current test.py script accepts gpu as argument but currently does not forward it to the other scripts. This, combined with the fact that env variables seem not to be forwarded when running the other scripts, is particularly insidious, as setting CUDA_VISIBLE_DEVICES won't work either (at least it didn't for me).