ethanweber / nerfiller

NeRFiller project https://ethanweber.me/nerfiller/
Apache License 2.0
101 stars 3 forks source link

Occlusion of CAT #7

Closed Harr7y closed 9 months ago

Harr7y commented 10 months ago

I am a little confused, since the occlusion of cat is like this.

1705727973469

Why some images extracted from the meshes have some black blocks (some didn't have) near the carrot as follows:

1705727935688
ethanweber commented 9 months ago

Hey @Harr7y, good question! So if you look at both the cat mesh and the occlusion overlaid together (for example, I use MeshLab or Blender to make it easy to toggle the meshes on and off), then you'll see the issue more clearly Essentially, the cylinder is taller than ideal, but if shorter, then there are other parts not covered which should be. Ideally, the 3D occluder is designed with more precision, but this is difficult in a manual way. I think finding the 3D occluder in an automated way is an interesting direction for future work.

Harr7y commented 9 months ago

Oh, got it~ Thanks :smiley: