RammusLeo / DPMesh

The repository contains the official implementation of "DPMesh: Exploiting Diffusion Prior for Occluded Human Mesh Recovery"
MIT License
18 stars 3 forks source link

some doubts #9

Open liangshenglei opened 2 months ago

liangshenglei commented 2 months ago

Very excellent job, I have been studying your code recently and have some doubts.

  1. Noisy 2D heatmap: I found that this heatmap was not obtained by the off the shelf 2D key point detector, but by masking 10% of the joints. I don't know if my understanding is correct.
  2. Visible joints 2D: From the code, it appears to be a 2D joint from GT. I don't know if my understanding is correct.
  3. Noisy Key point Reasoning: I didn't find this part of the code in the model, I only found the VPDTacherModel, but it doesn't seem to work. I hope you can answer my doubts. May everything be well!