Open chenerg opened 1 month ago
should be
self.net_head = ResNetWrapper - backbone50
data_dict['theta'], params = point_transforms.estimate_transform_from_keypoints(data_dict['keypoints'], self.aligned_keypoints)
data_dict['scale'], data_dict['rotation'], data_dict['translation'] = params
In your paper, there exists an expression model for predicting R, T, and expression vector(Z_s). However, in the expression_embedder.py file, I only find variables such as
theta
andeye_vector
. Could you please inform me which variable is related to the expression vector as mentioned in the paper?