You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blockers, if any: (a) BEATs link in README is broken — needed HF mirror discovery; (b) PYTHONPATH=. is missing from the demo shell scripts; (c) pytorchvideo requires a one-line patch with modern torchvision; (d) AV-generation requires ~31 GB extra weights not fitting our budget.
Recommendation: Repo is genuinely functional for the comprehension half. To make it install cleanly, the maintainers should: pin a working BEATs source on HF (or self-host), add PYTHONPATH=. (or convert the entrypoint into python -m tools.audio_visual_demo), and bump/replace pytorchvideo. For trying AV generation, plan for at least ~35 GB free disk on top of the 15 GB comprehension footprint.
PYTHONPATH=.is missing from the demo shell scripts; (c)pytorchvideorequires a one-line patch with moderntorchvision; (d) AV-generation requires ~31 GB extra weights not fitting our budget.PYTHONPATH=.(or convert the entrypoint intopython -m tools.audio_visual_demo), and bump/replacepytorchvideo. For trying AV generation, plan for at least ~35 GB free disk on top of the 15 GB comprehension footprint.