Tool for noting cleft landmarks.
- Open CMD or Terminal and navigate to a desired folder
- Enter
git init - Enter
git clone https://github.com/uci-cleft-ai/PointPicker.git - Navigate to inside the folder PointPicker/
- For first time setup, enter
bash setup.sh
- Boot the program by entering
python pick.pyorpython3 pick.py - A file navigator will pop up. Choose the image files you desire to mark
- Follow the prompts on top of the window to mark the image
- Press Confirm button on the bottom after marking all points
- Reset button erases all marked points on the image
- Undo button erases the last marked point
- You can safely exit the program any time you desire. If you pressed "Confirm" for an image, it will be saved automatically.