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
149 stars 35 forks source link

flake8 reports that `tile_data_train` function is too complex (C901) #27

Closed ma595 closed 1 year ago

ma595 commented 1 year ago

https://www.flake8rules.com/rules/C901.html

ma595 commented 1 year ago

Can be ignored for now. flake8 mccabe can be turned off as well.