MUSES
[CVPR 2021] Multi-shot Temporal Event Localization: a Benchmark
File Explorer
Download Latest Version (.zip)- download.py
- environment.yml
- LICENSE
- process_download_report.py
- README.md
- fetch_activitynet_videos.sh
- README
- run_crosscheck.py
- eval_classification.py
- eval_detection.py
- eval_kinetics.py
- eval_proposal.py
- get_classification_performance.py
- get_detection_performance.py
- get_kinetics_performance.py
- get_proposal_performance.py
- README.md
- utils.py
- ActivityNet-Release1.2-Classification.ipynb
- ActivityNet-Release1.2-Detection.ipynb
- ActivityNet-Release1.3.Proposals.ipynb
- ActivityNet-Temporal-Proposals.ipynb
- LICENSE
- README.md
- muses.yml
- thumos14_flow.yml
- thumos14_rgb.yml
- README.md
- bsn_test_proposal_list.txt
- bsn_train_proposal_list.txt
- deform_conv_cuda.cpp
- deform_conv_cuda_kernel.cu
- deform_pool_cuda.cpp
- deform_pool_cuda_kernel.cu
- __init__.py
- deform_conv.py
- roi_pool_cuda.cpp
- roi_pool_kernel.cu
- __init__.py
- roi_pool.py
- __init__.py
- io.py
- model_ops.py
- utils.py
- do_all.sh
- test_reference_models.sh
- .gitignore
- dataset.py
- demo.py
- eval.py
- models.py
- opts.py
- README.md
- requirements.txt
- setup.py
- test_net.py
- train_net.py
# Installation Guide
1. Get the code
git clone https://github.com/xlliu7/MUSES
Downloads the entire project code from GitHub to your computer.
cd MUSES
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
