1) Create GP model using the first sample as a reference:
statismo-build-gp-model -t shape -k gaussian -p 5 -s .1 -n 250 -r 0.vtk bicuspid_gp.h5
2) Create datalist.txt which contains the filenames and locations of all of the aligned meshes.
3) Now Create a PCA model:
statismo-build-shape-model -p GPA -l datalist.txt -o pcamodel.h5
4) Then extend the model using a Gaussian Process
statismo-build-gp-model -m pcamodel.h5 -k gaussian -s 1 -p .5 -n 80 -o augmented_pcamodel.h5
5) Fit a posterior model to a test sample that wasn’t part of the original 75 that created the pcamodel and use landmarks for only the crown.
statiso-posterior -i augmented_pcamodel.h5 -o sample_posterior.h5 -f sample_points.csv -m mean_points.csv -v 0.01
6) Pull the mean from the posterior model and compare that to the test subject to which it was fit.
statismo-sample -i sample_posterior.h5 -m -o posterior_fit.vtk
And here is the result for the first test sample:
(x.png, x2.png, y.png, y2.png, z.png, z2.png, iso.png)
I was hoping for a better result. Can you see something glaringly wrong with the way I'm using statismo? Would changing certain parameters result in a better fit?
I appreciate any feedback you can give me.
Sincerely,
Mark Batesole, DDS, MS
--
You received this message because you are subscribed to the Google Groups "statismo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to statismo-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.