-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working