USTC3DV / NeRFBlendShape-code

212 stars 18 forks source link

What's the method used to segment the front face? #13

Closed chenerg closed 1 year ago

chenerg commented 1 year ago

The segmented face in your video is smooth and accurate, however when I segment the face using face-parsing.PyTorch, the result is flicking.

XuanGhahahaha commented 1 year ago

We also used this method for segmentation. Although there will be a little noise and flicking in segmented face images, NeRF tends to synthesize a denoised result when training is finished.

chenerg commented 1 year ago

That's amazing! Thanks!