Closed tkl2020 closed 1 year ago
Hi @tkl2020, while adding mask supervision is slightly of less interest in our use cases (and thus we have not investigated into this), I would be curious to learn how they don't work, as BCE loss on the opacity (as done in NeuS) seems to be a reasonable loss to me.
Thanks for the author's reply, I have been trying to reconstruct specific objects by adding Mask's supervision information in the past two days. I tried something like this:
I look forward to hearing from you.
Could you share some of the visualization, including the rendered images of the initialization? You can also set model.background.enabled=False
and it should disable everything related to background (see also #55), which should simplify the problem.
Yeah, I'm willing to go ahead and share the visualisations from my side. This time I replaced another batch of data to train and this time the Mask loss got converged but there is redundancy in the results obtained. I guess it's a problem with the bounding sphere settings, I see that it's determined manually by blender and jupyter, is there a fully automated way to determine the bounding sphere region of the Mask object.
There's currently no straightforward way to estimate the bounding sphere to precisely fit the object/scene of interest, without knowing beforehand what the user wants to reconstruct. If you have any suggestions, please do let us know!
Hi @tkl2020
During the development of Neuralangelo, I experimented with NeuS' setup with mask loss and it was successful. As @chenhsuanlin said, we eventually moved away from using masks as it is not of interest in our use cases.
Thank you to the author's team for patiently explaining. I have recently resolved the issue and have successfully accomplished the reconstruction work for the masked objects.
Great! Closing as complete. If you would like to contribute the support for masked objects, please feel free to submit a PR.
I also have interest in mask. How can I use mask to do supervision on my reconstruction? Can you give me a process in detail? Thanks !
Thanks to the author for open-sourcing such an exciting code, I would like to ask how to add the supervision information of Mask. I tried Neus's Mask supervision and white background, but none of them worked. I would like to ask how I can solve it.