Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.21 KB

installation.md

File metadata and controls

36 lines (25 loc) · 1.21 KB

Installation

NOTE: Please use Python3.8 for now (Have not tested on other versions, might work on 3.9 and above).

Setups

MMSegmentation

This project is built-on mmseg==0.27.0. mmseg==1.x.x is not supported yet. Please follow the official installation guide to install mmseg. If you are not familiar with mmseg or other OpenMM-Lab related frameworks, it may be easier to follow some of the guidelines first:

PyEdgeEval

This project uses pyEdgeEval for data preprocessing pipelines (OTF GT generation for boundaries). It's currently only tested on Python 3.8 for pip installable package, but it can also be installed from source (currently closed-source, but hopefully opened soon).

# for python3.8
pip install pyEdgeEval

# to install from source
# WIP

Install other dependencies

pip install -r requirements.txt