facebookresearch / sapiens

High-resolution models for human tasks.
https://about.meta.com/realitylabs/codecavatars/sapiens/
Other
4.53k stars 258 forks source link

Checkerboard artifacts #160

Closed BuTTerK3ks closed 2 weeks ago

BuTTerK3ks commented 2 weeks ago

For the depth and normal maps, i get checkerboard artifacts. This seems not to be the case in the example, how can i prevent them?

rawalkhirodkar commented 2 weeks ago

@BuTTerK3ks the artifacts is due to upsampling. If your image resolution is significantly higher or in some cases the due to the deconvolutions used in the head of the model, the artifacts are noticeable.

Consider using smoothing filters on the raw outputs to resolve this. We are working on improving our models in this aspect.