Bingo

Results 4 issues of Bingo

I downloaded the single person from here ``` https://omnomnom.vision.rwth-aachen.de/data/metrabs/metrabs_singleperson_smpl.zip ``` And want to convert the saved model to tflite model by `tflite converter` : ``` model = tf.saved_model.load("./metrabs_singleperson_smpl/") converter =...

The PRNet can extract the `verts` for the face. This paper improves the PRNet results means adding `vert norms`,and do not change the verts' positions? So,I can construct an `obj`...

Hi, I am confuse about this implementation: ```python def call(self, x): C = tf.expand_dims(self.centers, -1) # inserts a dimension of 1 H = tf.transpose(C-tf.transpose(x)) # matrix of differences return tf.exp(-self.betas...

It seems like that on Quest3, the app shows brighter color? In Openxr Spec, SRGB is recommended: https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#rendering-swapchain-image-management And also, in Quest3 official sample code, SRGB color format is also...

synced to gitlab