Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling occlusions #34

Open
CMCDragonkai opened this issue May 5, 2020 · 0 comments
Open

Handling occlusions #34

CMCDragonkai opened this issue May 5, 2020 · 0 comments

Comments

@CMCDragonkai
Copy link

Was wondering what does imantics do with occlusions?

I've written a custom library that resolves occlusions and when it generates polygon metadata, it actually has a height property represent their z-index layering.

But basically if an object occludes another object. There are 2 ways to go about this.

The background object can substract the foreground object, thus the background polygon is like having a chunk ripped out of it.

The background object includes the foreground object. But only when the background object is completely surrounding the foreground object.

For the purposes of object detection, I did both. The former for partial occlusions. The latter for complete surroundings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant