com.unity.perception icon indicating copy to clipboard operation
com.unity.perception copied to clipboard

Calculating percentage of object that is visible

Open NoahMattV opened this issue 3 years ago • 3 comments

I'm trying to figure out a method to calculate how much of any labeled object is occluded so I can ignore it if it's too hidden. Does anyone have some ideas for this? I know part of the rendered object info is the number of visible pixels, but I need it as a percentage of the object if it weren't occluded at all in a given perspective.

NoahMattV avatar Jul 01 '21 17:07 NoahMattV

Hi Noah,

Unfortunately, we currently do not support this task. We do hope to support occlusion labeling in the near future though, so please stay tuned to the repo for updates.

mkamalza avatar Jul 13 '21 16:07 mkamalza

Any progress on this request ? Any ideas on how to do this ?

frederikvaneecke1997 avatar Apr 22 '22 09:04 frederikvaneecke1997

Hi, we're actively working on this feature. Please reach out to [email protected] for more information on accessing the functionality.

mkamalza avatar Apr 26 '22 19:04 mkamalza

Hey all! The Perception team just released 🎉 Perception 1.0 🎉, a major update to the toolset! With this release we have introduced a new occlusion labeler which will provide the occluded amount (as a percentage) to all labeled objects.

There are a bunch of cool features to check out such as ray tracing, depth, a new output format SOLO, normals, and more! Here is the full list of changes: Perception 1.0 Changelog

StevenBorkman avatar Nov 22 '22 18:11 StevenBorkman