-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testing with our own data #8
Comments
Thank you for your interest in TEMPEH. As TEMPEH is trained on a constrained multi-view face dataset with a fixed set of cameras (i.e., only with a small variation in camera intrinsics and extrinsics across captures), a model trained on such data is unlikely to generalize to entirely different captures. If you want to use the method on your own data, I recommend training (or at least fine-tuning the trained model) on parts of your data set. |
Ikinta0721 commented now I would be happy if you could reply. |
TEMPEH applies a U-Net type feature extractor network to each of the input images to extract feature maps. As the model is trained on a single dataset with similar views and camera parameters (i.e., camera intrinsics rarely change in a fixed multi-view setup) across captures, this feature extractor overfits to the used camera setting. For training TEMPEH, we also use the grey-scale stereo images, which have a very specific structure. Applying the trained model to a different dataset such as multiface will therefore not result in good results. We did not try training on multiface data though. |
Thank you for your impressive work!
I want to apply our data, multiple images (same img size as your project ) and same format calibration data(*.tka) used in your project ,to your test code with pre-trained model.
However the generated results, the generated mesh looks crash.
Is there anything I should be careful about?
Thanks
The text was updated successfully, but these errors were encountered: