Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing units in process_dataset.py #6

Open
why986 opened this issue Dec 12, 2024 · 0 comments
Open

missing units in process_dataset.py #6

why986 opened this issue Dec 12, 2024 · 0 comments

Comments

@why986
Copy link

why986 commented Dec 12, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant