Zengyi-Qin / teethtrack-stereo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teeth Tracking

Train the network:

python train.py

Inference with demo data:

python inference.py --data ./data/demo/images --ckp ./outputs/checkpoint/checkpoint_099.pth

Triangulate the results to get 3D coordinates of face landmarks and teeth keypoints:

python triangulate.py

Apply Kalman filter and visualize:

python vis.py

About


Languages

Language:Python 100.0%