AliaksandrSiarohin / first-order-model

This repository contains the source code for the paper First Order Motion Model for Image Animation
https://aliaksandrsiarohin.github.io/first-order-model-website/
MIT License
14.43k stars 3.2k forks source link

from tqdm import tqdm #372

Open Gilad0f opened 3 years ago

Gilad0f commented 3 years ago

I'm very new to coding, but I followed the steps from a video and got an error at the video cropping section File "crop-video.py", line 7, in <module> from tqdm import tqdm ModuleNotFoundError: No module named 'tqdm'

fschuetz04 commented 3 years ago

Did you run pip install -r requirements.txt?