FaceVerse icon indicating copy to clipboard operation
FaceVerse copied to clipboard

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

Open leonardodora opened this issue 2 years ago • 1 comments

in FaceVerseModel.py image

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

leonardodora avatar May 16 '22 10:05 leonardodora

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.

LizhenWangT avatar May 17 '22 14:05 LizhenWangT