PatBall1 / detectree2

Python package for automatic tree crown delineation based on the Detectron2 implementation of Mask R-CNN
https://patball1.github.io/detectree2/
MIT License
158 stars 39 forks source link

Update tiling.py #48

Closed 0scarJ1ang closed 1 year ago

0scarJ1ang commented 2 years ago

Add three functions: record_data(crowns, out_dir, column='status'): """Function that will record a list of classes into a file that can be readed during training.""" modify_crown_classes(crowns): """ functions to add a column to the crowns Geodataframe which record the liana conditions when already in class 0,1,2,3,4""" add_crown_classes(crowns): """ functions to add a column to the crowns Geodataframe which record the liana conditions when the conditions range from 0 to 100"""

PatBall1 commented 2 years ago

Please don't remove the Resize((800,800)) for now. Formatting: ensure space between functions

0scarJ1ang commented 2 years ago

I just corrected it. Thanks!

Please don't remove the Resize((800,800)) for now. Formatting: ensure space between functions