You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running process_dataset.py will generate face_vertices.npy, which is supposed to store the reconstructed mesh of FaceScape. However, before storing verts_3d, you did not divide it by 1000, as you did to poses and mesh.vertices. I think you should check L113-L134 of process_dataset.py. face_vertices.npy created by current code will result in a huge sparse volume and try to relocate 5613959.28 GiB CUDA memory in here.
The text was updated successfully, but these errors were encountered:
Running
process_dataset.py
will generateface_vertices.npy
, which is supposed to store the reconstructed mesh of FaceScape. However, before storingverts_3d
, you did not divide it by 1000, as you did toposes
andmesh.vertices
. I think you should check L113-L134 ofprocess_dataset.py
.face_vertices.npy
created by current code will result in a huge sparse volume and try to relocate 5613959.28 GiB CUDA memory in here.The text was updated successfully, but these errors were encountered: