Skip to content
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

How can i change the video screen from video player to the picture that we input to the model? #19

Open
karta1310041 opened this issue Nov 15, 2020 · 3 comments

Comments

@karta1310041
Copy link

Hello, I try to apply this project to virtual try-on, but I found that the background(video screen)'s texture is not the picture we input to the vinect model. It led the try-on effect have some delay, so how can I change the code for after vnect caculated the 3d keypoint and update the texture we input to the video screen. Thanks!!!!

@alezuky
Copy link

alezuky commented Nov 18, 2020

Hello. I found that the picture that is used at VNect model is at the Main Texture object. You can see it at the Update() function from the Barracuda Runner Script. Hope this information helps you.

@karta1310041
Copy link
Author

Hello. I found that the picture that is used at VNect model is at the Main Texture object. You can see it at the Update() function from the Barracuda Runner Script. Hope this information helps you.

Thanks for your reply. But the Main Texture's picture is after cropping 448*448, but I need the orignal size. Thanks.

@yukihiko
Copy link
Contributor

I think the targetTexture of the camera was MainTexture and its size was 448. Why not make the MainTexture the desired size and trim the texture for the training model?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants