NISQA, audiobox-aesthetics metrics etc are missing their submodule references.
Running git submodule update --init --recursive fails with:
fatal: No url found for submodule path 't2av-compass/Objective/Objective/Audio/NISQA' in .gitmodules
The repository has 5 submodule entries in the index but no .gitmodules file to define their URLs:
t2av-compass/Objective/Objective/Audio/NISQA
t2av-compass/Objective/Objective/Audio/audiobox-aesthetics
t2av-compass/Objective/Objective/Similarity/LatentSync
t2av-compass/Objective/Objective/Video/DOVER
t2av-compass/Objective/Objective/Video/aesthetic-predictor-v2-5
Could you add the .gitmodules file with the correct repository URLs? Thanks!
NISQA, audiobox-aesthetics metrics etc are missing their submodule references.
Running
git submodule update --init --recursivefails with:The repository has 5 submodule entries in the index but no
.gitmodulesfile to define their URLs:t2av-compass/Objective/Objective/Audio/NISQAt2av-compass/Objective/Objective/Audio/audiobox-aestheticst2av-compass/Objective/Objective/Similarity/LatentSynct2av-compass/Objective/Objective/Video/DOVERt2av-compass/Objective/Objective/Video/aesthetic-predictor-v2-5Could you add the
.gitmodulesfile with the correct repository URLs? Thanks!