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 3D meshes used in DensePose #4141

Open
statho opened this issue Apr 8, 2022 · 2 comments
Open

Missing 3D meshes used in DensePose #4141

statho opened this issue Apr 8, 2022 · 2 comments
Labels
enhancement Improvements or good new features

Comments

@statho
Copy link

statho commented Apr 8, 2022

Hi,

Could you please release the 3D meshes used in projects/DensePose?
The 3D meshes released right now are just placeholders with all vertices and faces being equal to 0.
An example illustrating that follows:

import pickle
from detectron2.utils.file_io import PathManager
with PathManager.open("https://dl.fbaipublicfiles.com/densepose/meshes/cat_7466.pkl", "rb") as hFile:
    data = pickle.load(hFile)
    print(data)

Releasing the 3D meshes can facilitate further research in this field and is fairly easy to do (just upload some .pkl files).

Thank you in advance!

@statho statho added the enhancement Improvements or good new features label Apr 8, 2022
@statho
Copy link
Author

statho commented Apr 12, 2022

@MarcSzafraniec @vkhalidov

I found you on the history of DensePose and you are also co-authors of the CSE paper.

I would be really grateful if any of you can help me with this issue.

Thanks you :)

@sunflower110
Copy link

Hello, do you now have a way to generate meshes data or other alternatives now? @statho @

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements or good new features
Projects
None yet
Development

No branches or pull requests

2 participants