ChenyangLEI / All-In-One-Deflicker

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

Solving environment: failed #9

Closed FurkanGozukara closed 1 year ago

FurkanGozukara commented 1 year ago

Hello. I am using anaconda and following the tutorial

Here the errors

image

xrenaa commented 1 year ago

Hi,

You can try:

conda create --name deflicker python=3.x
conda activate deflicker 

Then install the pytorch version according to your cuda version.

And install the following package: matplotlib tensorboard scipy scikit-image tqdm opencv-python imageio-ffmpeg gdown tensorboardx wandb

If there are some missing package, just pip install them.

ethanproia commented 1 year ago

Having the same issue and error. Tried your solution but left with an error that there is no module named 'src'?

noModule_src

xrenaa commented 1 year ago

Hi, you should export the PYTHONPATH.