Incisor Segmentation project. The implementation is using Active Shape Model approach to identify teeth in radiograph image. More details in report.
(Note: All filepaths are relative to this README file)
- 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 callingconda env create -f ./cfg/condacv.env
. Then, the new environment can be activated by callingactivate
script from anaconda package, i.e.activate CondaCV
. The environment is activated and ready to use. - Navigate to this directory (
./
) - Run:
python main.py
command to run GUI.python leaveoneout.py
command to perform leave one out cross validation.