SiamMGT
No description available.
File Explorer
Download Latest Version (.zip)- config.yaml
- config.py
- __init__.py
- augmentation.py
- dataset.py
- __init__.py
- googlenet.py
- car_head.py
- mgrm.py
- sstp.py
- loss_car.py
- model_builder.py
- __init__.py
- base_tracker.py
- siammgt_tracker.py
- __init__.py
- average_meter.py
- bbox.py
- distributed.py
- location_grid.py
- log_helper.py
- lr_scheduler.py
- misc.py
- model_load.py
- __init__.py
- __init__.py
- dataset.py
- got10k.py
- lasot.py
- nfs.py
- otb.py
- trackingnet.py
- uav.py
- video.py
- __init__.py
- ar_benchmark.py
- eao_benchmark.py
- f1_benchmark.py
- ope_benchmark.py
- buffer.h
- region.c
- region.h
- __init__.py
- c_region.pxd
- misc.py
- region.c
- region.cp38-win_amd64.pyd
- region.pyx
- statistics.py
- __init__.cpython-38.pyc
- draw_eao.cpython-38.pyc
- draw_f1.cpython-38.pyc
- draw_radar.cpython-38.pyc
- draw_success_precision.cpython-38.pyc
- draw_utils.cpython-38.pyc
- visdom.cpython-38.pyc
- __init__.py
- draw_eao.py
- draw_f1.py
- draw_radar.py
- draw_success_precision.py
- draw_utils.py
- __init__.py
- eval.py
- testTracker.py
- train.py
- gason.cpp
- gason.h
- maskApi.c
- maskApi.h
- __init__.py
- _mask.c
- _mask.pyx
- coco.py
- cocoeval.py
- Makefile
- mask.py
- setup.py
- gen_json.py
- par_crop.py
- readme.md
- gen_json.py
- par_crop.py
- readme.md
- gen_json.py
- par_crop.py
- readme.md
- gen_json.py
- par_crop.py
- readme.md
- gen_json.py
- par_crop.py
- readme.md
- gen_json.py
- par_crop.py
- parse_vid.py
- readme.md
- check.py
- checknum.py
- gen_json.py
- par_crop.py
- readme.md
- .gitignore
- README.md
- requirement.txt
# Installation Guide
1. Get the code
git clone https://github.com/shenjiangduishou/SiamMGT
Downloads the entire project code from GitHub to your computer.
cd SiamMGT
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.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd training_dataset/coco/pycocotools
This project's files live in a subfolder, so move into it first.
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
