ChenyangLEI / All-In-One-Deflicker

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

[Bug] Update the packages from torch 1.6.0 to be lauchable in the modern environments #1

Closed kabachuha closed 1 year ago

kabachuha commented 1 year ago

Right now this code depends on:

This makes it absolutely unacceptable for the modern environments, especially if it's intended to be used as a part of a larger pipeline

kabachuha commented 1 year ago
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed
xrenaa commented 1 year ago

Hi, thanks for your report! We will have a look on this!

hithereai commented 1 year ago

For sucussfully running it on a 4090, you'd need to update to python 3.9 or 3.10, and a recent pytorch version as well.

I'd try to do it myself but handling two hundred packages is a bit hard :)

xrenaa commented 1 year ago

Hi all, we update the env file to python 3.10 & torch 1.12 with CUDA 11. Please check it!

kabachuha commented 1 year ago

Nice, thanks!

jfischoff commented 1 year ago

woohoo!

jfischoff commented 1 year ago

It works!

gvonkreisler commented 6 months ago

Remove simply most of the =bla.bla things in requierments. I running the project on 4900 Win 11 vscode enviroment.