Skip to content

Intersection with 3D object #746

Answered by Tom94
alex-klimov asked this question in Q&A
Jul 5, 2022 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

Hi, you could generate a number of positions within your 3D object (or on the surface of it, if surface collisions are sufficient) and query the NeRF model for its density at those positions. If the density is larger than some threshold (you could use the same threshold we use in the occupancy grid), you know the objects intersect.

I suspect that a couple thousand--million points suffice for this check to be accurate, which can be evaluated in about a millisecond per million points.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@alex-klimov
Comment options

@Tom94
Comment options

@alex-klimov
Comment options

@3a1b2c3
Comment options

@alex-klimov
Comment options

Answer selected by Tom94
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #742 on July 06, 2022 09:45.