ChlaegerIO
ChlaegerIO
> > Python 3.12.4 | packaged by Anaconda, Inc. > > Uninstall Conda/Anaconda if it's installed. > > Otherwise, you can try setting the python version to use (or explicitly...
For me `pip install gradio==3.40.1` did not work. I installed the newest 3. version which worked. It was `pip install gradio==3.50.2`
I have tried nvdiffrast and cuda with the same result.
I could not upload the .obj file, so I store it here: https://polybox.ethz.ch/index.php/s/QKGZqRcDzSp4oWw.
After the rasterizer `depth, face_idx = kal.render.mesh.rasterize(texture_h, texture_w, face_vertices_z, face_vertices_image, face_features=face_vertices_z.unsqueeze(3), backend=self.backend)` I normalize it to [0,1] with `depth = (depth - depth.min()) / (depth.max() - depth.min())` before converting to...
I need the newest version of transformers library for some other task. Thus degrading to 4.19.2 is not an option for me. I found that setting the strict attribute to...