RaymondJiangkw / COGS

[SIGGRAPH'24] A Construct-Optimize Approach to Sparse View Synthesis without Camera Pose
https://raymondjiangkw.github.io/cogs.github.io/
Other
59 stars 6 forks source link

How to remove the use of semantic_mask? #8

Closed lu123456789 closed 1 month ago

lu123456789 commented 1 month ago

Hello, thank you for your excellent work. Could you please tell how to remove the use of semantic_mask? Thank you.

RaymondJiangkw commented 1 month ago

Hi, thanks for ur interest. Our method relies on the use of semantic masks. Not sure what u mean by the removal of use of semantic masks.

lu123456789 commented 1 month ago

OK, thank you for your response. So, does this mean that the semantic_mask must be used? Is it possible to not use the semantic_mask?

RaymondJiangkw commented 1 month ago

Yes. The results will degrade in most cases without using semantic masks.

lu123456789 commented 1 month ago

If the quality of the results is not considered, is there a switch in the program to enable or disable the use of semantic_mask?

RaymondJiangkw commented 1 month ago

yes, u can set scale_and_shift_mode to whole to avoid using semantic masks.

lu123456789 commented 1 month ago

OK. Thank you very much.