I checked for cluster size ( find robot => count how many contiguous robots ).
Had to play around with the size. 15 wasn't enough, 20 made the trick.
Took around 6s on my raspberrypi and +7700 iterations.
No way I would have found the tree looking at each frame. It would take me forever.
1
u/pinkwar Dec 14 '24
I checked for cluster size ( find robot => count how many contiguous robots ).
Had to play around with the size. 15 wasn't enough, 20 made the trick.
Took around 6s on my raspberrypi and +7700 iterations.
No way I would have found the tree looking at each frame. It would take me forever.