Closed Feynman1999 closed 3 years ago
Hi @Feynman1999 , I added this code but didn't use it in this project. The idea is here that if you have more than one object, the positions you want to sample should not overlap (that's also where the s and t params come into play, as you need the position and scale for each object to be able to determine whether or not they overlap).
in bounding box generator class, function 'check_for_collison'. Can you explain why do this for n_boxes==2, and how do it (intuitive explanation for s and t params)?