open-mmlab / mmflow

OpenMMLab optical flow toolbox and benchmark
https://mmflow.readthedocs.io/en/latest/
Apache License 2.0
965 stars 116 forks source link

install.md, demo run relies on opencv #274

Open rengel8 opened 1 year ago

rengel8 commented 1 year ago

I started with a fresh Python environment with Pytorch and MMFlow, but following the "Verify the installation" opencv was missing to successfully execute "mim download mmflow --config pwcnet_ft_4x1_300k_sintel_final_384x768".

After pip install opencv-python, I can continue.