Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def run(self):
# Runs the fitting using the 3D Morphable Model
# model = Model()
# self.model = model.init_from_basel(model_pf)
fitter = MorphableModelFitter(self.model)
fitter.fit(self.image, self.anchors_pf)