open-mmlab / mmflow

OpenMMLab optical flow toolbox and benchmark

Home Page:https://mmflow.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install.md, demo run relies on opencv

rengel8 opened this issue · comments

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.