mobile-segmentation
Real-time semantic image segmentation on mobile devices
File Explorer
Download Latest Version (.zip)- __init__.py
- dense_prediction_cell.py
- dense_prediction_cell_branch5_top1_cityscapes.json
- feature_extractor.py
- preprocess_utils.py
- shufflenet_v2.py
- utils.py
- __init.py
- build_ade20k_data.py
- build_cityscapes_data.py
- build_coco_data.py
- build_data.py
- convert_cityscapes.sh
- download_and_convert_ade20k.sh
- download_and_convert_ms_coco.sh
- segmentation_dataset.py
- __init__.py
- get_dataset_colormap.py
- input_generator.py
- loss.py
- save_annotation.py
- train_utils.py
- .editorconfig
- .gitignore
- .pylintrc
- common.py
- evaluate.py
- export_tflite.py
- input_preprocess.py
- LICENSE
- model.py
- README.md
- requirements.txt
- train.py
- visualize.py
# Installation Guide
1. Get the code
git clone https://github.com/sercant/mobile-segmentation
Downloads the entire project code from GitHub to your computer.
cd mobile-segmentation
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).
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
