We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I clone repo and I run
user@PC MINGW64 ~ $ cd GitProjects/sn-spotting/Benchmarks/CALF/ user@PC MINGW64 ~/GitProjects/sn-spotting/Benchmarks/CALF (main) $ ls AUTHORS LICENSE README.md img inference models outputs src user@PC MINGW64 ~/GitProjects/sn-spotting/Benchmarks/CALF (main) $ python inference/main.py --video_path="test.mp4" --model_name CALF_benchmark Traceback (most recent call last): File "~\GitProjects\sn-spotting\Benchmarks\CALF\inference\main.py", line 10, in <module> from dataset import SoccerNetClipsTesting File "~\GitProjects\sn-spotting\Benchmarks\CALF\inference\dataset.py", line 21, in <module> from Features.VideoFeatureExtractor import VideoFeatureExtractor, PCAReducer ModuleNotFoundError: No module named 'Features'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I clone repo and I run
The text was updated successfully, but these errors were encountered: