open-forest-observatory / tree-detection-framework

BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Add random detector for testing purposes #33

Closed russelldj closed 3 weeks ago

russelldj commented 4 weeks ago

We have the interface for the Detector class defined but nothing is implemented yet. I think it would be useful to implement a random detector as a placeholder so we can start putting all the pieces together. I think this could closely follow the logic in the example notebook here. Thoughts?

russelldj commented 3 weeks ago

Also implement this as a generator