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.envin 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 callingactivatescript from anaconda package, i.e.activate CondaCV. The environment is activated and ready to use. - Navigate to this directory (
./) - Run:
python main.pycommand to run GUI.python leaveoneout.pycommand to perform leave one out cross validation.