facebookresearch / facebookresearch/detectron2

Missing 3D meshes used in DensePose

Open
#4,141 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
34.7k
Forks
7.9k
PR merge metrics
No merged PRs in 30d

Description

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!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.