hitachinsk / FGT

[ECCV 2022] Flow-Guided Transformer for Video Inpainting
https://hitachinsk.github.io/publication/2022-10-01-Flow-Guided-Transformer-for-Video-Inpainting
MIT License
300 stars 31 forks source link

Add python to env creation so correct pip will be used #14

Closed R4ZZ3 closed 2 years ago

R4ZZ3 commented 2 years ago

In the installation process "conda create -n FGT conda activate FGT pip install -r requirements.txt pip install imageio-ffmpeg"

Add step to install pip and python to conda environment to make sure correct pip is used and packages are installed to FGT environment. This can be caveat to some young developers if not done correctly and if ROOT envs pip is accidentally used --> "conda create -n FGT python=3.x" conda activate FGT pip install -r requirements.txt pip install imageio-ffmpeg"

hitachinsk commented 2 years ago

Thanks for your advise, I will modify the corresponding parts.

hitachinsk commented 2 years ago

I have modified the installation process, and I will test this part.

hitachinsk commented 2 years ago

I have tested this part, thanks for your advise. If you still have other advise that is not related to the logic of the codes, please make a pull request, so that such bugs can be quickly fixed.