-
Notifications
You must be signed in to change notification settings - Fork 14
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
Any plan to publish train script? #2
Comments
Sorry, I didn't notice the email from github. Because the training code and the training data in the self-designed format (raw mesh + water-tight mesh + texture map + animation info ...) are coupled together for rendering efficiently, but due to some business rules, we cannot release the training data. So we don’t have release training code. In the future, we will try to release some APIs functions that are used in our training to lower the threshold for training our StereoPIFu with new dataset. Sorry again. |
Thank you for your response! Is it right that your Depth Estimation Network trained separately with StereoPIFu pipeline? and Implicit function is trained using concat vector of pixel, voxel aligned features and relative z-offset, with occupancy label which was used in original pifu type? Thanks again! |
Yes, you are right.
Yang
发件人: ***@***.***>
发送时间: 2021年8月2日 15:33
收件人: ***@***.***>
抄送: ***@***.***>; ***@***.***>
主题: Re: [CrisHY1995/StereoPIFu_Code] Any plan to publish train script? (#2)
Thank you for your response!
I have some questions.
Is it right that your Depth Estimation Network trained separately with StereoPIFu pipeline?
and Implicit function is trained using concat vector of pixel, voxel aligned features and relative z-offset, with occupancy label which was used in original pifu type?
Thanks again!
―
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#2 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALYN3WKA7ZQC5JZQX4YB7HDT2ZC4BANCNFSM5A3BLEFA>.
|
You did some great research!
I also want to train the network through data similar to the data used in the thesis.
Do you have any plans to publish training or training data preprocessing code?
The text was updated successfully, but these errors were encountered: