open-forest-observatory / tree-detection-framework

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

Implement random detector and add convenience methods to `Detector` class #36

Closed russelldj closed 4 weeks ago

russelldj commented 4 weeks ago

The majority of the work on this PR is to add/modify a few methods for the Detector class.

The random detector is now fairly simple. It generates a fixed number of detections of a given size for each image. Additional sophistication could be added (e.g. a range of sizes, or a specified distribution of spatial locations) but I didn't see an immediate need for this functionality.