KENTO ONOUE

Results 9 comments of KENTO ONOUE

Crash log ``` 07-14 23:23:26.881 10916 10996 E CRASH : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr -------- 07-14 23:23:26.881 10916 10996 E CRASH : x0 0000000000000000 x1 0000000000002af4...

@15kingben Thank you for your reply. The problem occurs outside as well. Also, the top and bottom bits that seem to be missing do not return 0 (Unlabeled).

GetSemanticLabelFraction has bug. https://github.com/google-ar/arcore-unity-extensions/issues/204#issuecomment-2259177636

@15kingben Thank you for your reply. Are you saying there is no way to solve this problem?

@15kingben OK. Do you have a plan updating to use horizontal? Or we need API to be notified when the empty space occurs on the sides. One might assume that...

Thank you. But GetSemanticLabelFraction returns the percentage of unlabeled pixels, so it will also return for non-horizontal holdings. For example, pixels that could not be successfully segmented from the camera...

It all makes sense now. Then, we have to implement a function like GetSemanticLabelFraction by ourself. I think that a mechanism is required to alert against horizontal holding if you...