Q-Future / Q-Align

③[ICML2024] [IQA, IAA, VQA] All-in-one Foundation Model for visual scoring. Can efficiently fine-tune to downstream datasets.
https://q-align.github.io
Other
293 stars 19 forks source link

install error #6

Closed Hanbo-Sun closed 9 months ago

Hanbo-Sun commented 10 months ago

pip install -e .

Collecting einops-exts==0.0.4 (from q-align==1.2.0)
  Using cached einops_exts-0.0.4-py3-none-any.whl (3.9 kB)
Collecting timm==0.6.13 (from q-align==1.2.0)
  Using cached timm-0.6.13-py3-none-any.whl (549 kB)
INFO: pip is looking at multiple versions of q-align to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement decord (from q-align) (from versions: none)
ERROR: No matching distribution found for decord
teowu commented 9 months ago

What devices are you using? It seems that the decord is not compatible with M1/M2/M3 Mac (or, you might need to compile it from scratch). It is necessary only for videos. For inference, I would recommend to use moviepy instead to load videos.