tetterl

Results 9 comments of tetterl

Some of the mismatch might stem from the fact that the transformation in `ddfa.py` ``` # transform to image coordinate space vertex[1, :] = std_size + 1 - vertex[1, :]...

No it doesn't generate a texture. It only generates the per-vertex colors which can be saved in the 3d file.

http://www.cbsr.ia.ac.cn/users/xiangyuzhu/projects/HPEN/Code/CVPR2015_HPEN.zip is still down. Does anyone has an alternative?

@Emadeldeen-24 Awesom! Many thanks.

@Robot000 @varunszapp @ReverseSystem001 @mumuyanyan does anyone of you have a valid link to the HPEN dataset?

I'm trying to write some JAX tests with the `pytest` framework. My tests run sequentially and I have some TensorFlow and JAX tests. After running the JAX tests the GPU...

@clemisch Yes I also tried this. If I remove the default value in `f` it works.

I might have an issue related to this one. I get an out of memory error for my (different) code: `CUDA Runtime Error: out of memory at /tmp/pip-req-build-dnhy8cqu/src/buffer.h:55` when running...

We are running into similar issues in our Python environment when trying to upgrade from Python 3.8 (Security support ending on 31 Oct 2024). Any update on this?