Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 908 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 908 Bytes

TeethCV

Incisor Segmentation project. The implementation is using Active Shape Model approach to identify teeth in radiograph image. More details in report.

How to run application

(Note: All filepaths are relative to this README file)

  1. Start Anaconda environment configured from file ./cfg/condacv.env in command prompt or shell. The file is just a configuration with dependencies, so the environment first needs to be created. This is done by calling conda env create -f ./cfg/condacv.env. Then, the new environment can be activated by calling activate script from anaconda package, i.e. activate CondaCV. The environment is activated and ready to use.
  2. Navigate to this directory (./)
  3. Run:
  4. python main.py command to run GUI.
  5. python leaveoneout.py command to perform leave one out cross validation.