Next-ViT
No description available.
File Explorer
Download Latest Version (.zip)- __init__.py
- datasets.py
- engine.py
- losses.py
- main.py
- nextvit.py
- samplers.py
- train.sh
- utils.py
- __init__.py
- export_coreml_model.py
- export_tensorrt_engine.py
- mask_rcnn_nextvit_base_1x.py
- mask_rcnn_nextvit_base_3x.py
- mask_rcnn_nextvit_large_1x.py
- mask_rcnn_nextvit_large_3x.py
- mask_rcnn_nextvit_small_1x.py
- mask_rcnn_nextvit_small_3x.py
- __init__.py
- dist_test.sh
- dist_train.sh
- get_flops.py
- nextvit.py
- test.py
- train.py
- utils.py
- coreml_runtime.jpeg
- result.png
- structure.png
- fpn_80k_nextvit_base.log
- fpn_80k_nextvit_base_1n1k6m_pretrained.log
- fpn_80k_nextvit_large.log
- fpn_80k_nextvit_large_1n1k6m_pretrained.log
- fpn_80k_nextvit_small.log
- fpn_80k_nextvit_small_1n1k6m_pretrained.log
- mask_rcnn_1x_nextvit_base.log
- mask_rcnn_1x_nextvit_large.log
- mask_rcnn_1x_nextvit_small.log
- mask_rcnn_3x_nextvit_base.log
- mask_rcnn_3x_nextvit_large.log
- mask_rcnn_3x_nextvit_small.log
- nextvit_base_in1k_224.log
- nextvit_base_in1k_384.log
- nextvit_large_in1k_224.log
- nextvit_large_in1k_384.log
- nextvit_small_in1k_224.log
- nextvit_small_in1k_384.log
- upernet_160k_nextvit_base.log
- upernet_160k_nextvit_base_1n1k6m_pretrained.log
- upernet_160k_nextvit_large.log
- upernet_160k_nextvit_large_1n1k6m_pretrained.log
- upernet_160k_nextvit_small.log
- upernet_160k_nextvit_small_1n1k6m_pretrained.log
- fpn_512_nextvit_base_80k.py
- fpn_512_nextvit_large_80k.py
- fpn_512_nextvit_small_80k.py
- upernet_512_nextvit_base_160k.py
- upernet_512_nextvit_large_160k.py
- upernet_512_nextvit_small_160k.py
- __init__.py
- dist_test.sh
- dist_train.sh
- get_flops.py
- nextvit.py
- test.py
- train.py
- utils.py
- LICENSE
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/bytedance/Next-ViT
Downloads the entire project code from GitHub to your computer.
cd Next-ViT
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip3 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)
