ne1s0n / drone2report

From drone images to summary report
MIT License
0 stars 1 forks source link

new Task subclass: save ROIs #8

Closed ne1s0n closed 1 day ago

ne1s0n commented 1 month ago

For each ROI (i.e. geom in the dataset lingo, or shape since it comes from the shapefile) save a separate .tiff This task is also useful for preparing training datasets for deep learning.

ne1s0n commented 1 month ago

this could be a new task or an option in the thumbnail task, which generates files like thumb_ROI.png

ne1s0n commented 1 day ago

Done