mobile-semantic-segmentation
Real-Time Semantic Segmentation in Mobile device
File Explorer
Download Latest Version (.zip)- prediction.png
- __init__.py
- net.py
- wrapper.py
- __init__.py
- const.py
- dataset.py
- loss.py
- params.py
- __init__.py
- transforms.py
- __init__.py
- __init__.py
- util.py
- __init__.py
- model_extraction.py
- __init__.py
- metrics.py
- null_imp.py
- util.py
- __init__.py
- functional.py
- __init__.py
- cache.py
- corr.py
- util.py
- __init__.py
- base_module.py
- logging.py
- __init__.py
- pair_count_encoder.py
- target_encoder.py
- __init__.py
- split.py
- __init__.py
- dataset.py
- __init__.py
- ema.py
- swa.py
- __init__.py
- bert_emb.py
- __init__.py
- regression.py
- __init__.py
- dense.py
- frelu.py
- gauss_rank_transform.py
- graph_norm.py
- mlp.py
- pair_norm.py
- se_layer.py
- __init__.py
- functional.py
- init.py
- mish_init.py
- __init__.py
- SGD.py
- __init__.py
- sched.py
- __init__.py
- functional.py
- __init__.py
- dev.py
- plt.py
- text.py
- __init__.py
- params.py
- 001-cv.yaml
- 001.yaml
- 002.yaml
- .envrc
- run_convert_coreml.py
- run_eval.py
- run_train.py
- .keep
- .gitignore
- Dockerfile
- LICENSE
- README.md
- requirements.txt
π Installation Guide
1. Get the code
git clone https://github.com/akirasosa/mobile-semantic-segmentation
Downloads the entire project code from GitHub to your computer.
cd mobile-semantic-segmentation
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -t mobile-semantic-segmentation .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 mobile-semantic-segmentation
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Python
EasyPrerequisites
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)
