Skip to content

chunglabmit/morphet

Repository files navigation

MorPheT

An end-to-end framework for cell morphology phenotyping

MorPheT

Installation

The anaconda environment for MorPheT can be installed using environment.yml.

conda env create -f environment.yml
  • If above command fails:
    1. Create conda
    conda create -n morphet python=3.7
    
    1. Enter env
    conda activate morphet
    

Install required packages:

make setup.env.x

Other required packages (defined under .gitmodules):

git clone --recurse-submodules -j8 [email protected]:chunglabmit/morphet.git


GUI Tools (QT-based)

Launch MorPheT GUI

# entrypoint: ./src/gui/MorPheT/main.py
# to launch,
$ make launch.morphet.x

MorPheT GUI

Data Annotator within MorPheT

Media1.mp4

Stand-alone Data Annotator GUI

# entrypoint: ./src/gui/main.py
# to launch,
$ make launch.annotator.x set=[train/val/test]
# SET: 'train', 'val', etc

annotation tool

Model Evaluator GUI

# entrypoint: ./src/gui/evaluator/main.py
# to launch,
$ make launch.evaluator.x

model evaluator

Prediction Visualizer GUI

# entrypoint: ./src/gui/prediction/main.py
# to launch,
$ make launch.predictor.x
Media2.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published