You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 10: Ray Tracing Acceleration (20)
andreww334

Would we need both minimum and maximum objects as the termination criteria? Otherwise we could just terminate on the original bounding box that has at least min #objects?

XTLiuuu

How does it know where to split the cells?

selinafeng

Is the termination criteria a hyperparameter that gets tuned depending on what granularity you want in the scene?

briana-jin-zhang

@XTLiuuu it's mentioned later in lecture that there is no ideal algorithm, but some "hacks" include just dividing in the middle or dividing via median of objects

You must be enrolled in the course to comment