data - should be moved to data directory.
Overall idea: orienteering maps analyzer
python3 -m pip install -r requirements.txt
python3 -m streamlit run streamlit_app.py
This will open website where maps can be uploaded and processed
Also most of algorithms can be played with in jupyter, you can find notebooks in experiments
folder.
Labelling tool used for creating semantic segmentation dataset is labelme We use a convention of class names:
label | objects |
---|---|
water |
lakes, rivers, etc |
fence |
fences that are prohibited to cross |
building |
buildings that you can't run into |
forbidden |
any other type of area that is forbidden to run across |
course |
course-related signs: start, controls, finish |