Closed YoungQuasimodo closed 1 month ago
Hi, thanks for your interest! mask
is a predicted or input mask to segment the foreground for mono-view mesh reconstruction, while mask_for_bg
is the mask produced by blender after mesh smoothing and anti-aliasing. Thus, these two masks are not the same and serve for different purposes.
It appears that "mask" and "mask _for_bg" serve a similar purpose in the infer_image.py, they seem to have overlapping functionality, Can mask_for_bg replace mask to simplify the code and reduce redundancy?