facebookresearch / facebookresearch/detectron2
Interpolate UV coordinate of DensePose CSE
- Dominant language
- Python
- Stars
- 34.7k
- Forks
- 7.9k
- PR merge metrics
- No merged PRs in 30d
Description
## 🚀 Feature
Currently the DensePoseOutputsTextureVisualizer class only output UV coordinates of closest vertex, thus cannot generate a complete texture map from it. The visualizer should output UV coordinates with interpolation so each pixel map to a unique uv coordinate.
## Motivation & Examples
the mapped UV coordinates of vertex:

Contributor guide
Research direction
Start by locating the DensePoseOutputsTextureVisualizer implementation and reviewing how it currently selects the closest vertex UV coordinate. Determine how interpolated UV coordinates should be produced for each pixel, then verify that the visualizer can generate a complete texture map with unique per-pixel UV coordinates.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- computer-vision
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100