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

why rotXYZ = self.rotXYZ.repeat(1, self.batch_size * 3, 1, 1) in function compute_rotation_matrix() when batch size > 1 #5

Open
leonardodora opened this issue May 16, 2022 · 1 comment

Comments

@leonardodora
Copy link

leonardodora commented May 16, 2022

in FaceVerseModel.py
image

there is error when batch_size > 1, how can I fix it?thanks!
image

@LizhenWangT
Copy link
Owner

This has been fixed in the newest version. Thank you for your message! But the codes in fit_images.py, tracking_online.py & tracking_offline.py are designed for batch=1. You still need to change the code depending on your purpose.

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

2 participants