coralnet / pyspacer

Python based tools for spatial image analysis
MIT License
6 stars 2 forks source link

Don't accept no-rowcol features for training anymore #83

Closed StephenChan closed 6 months ago

StephenChan commented 6 months ago

We can still support legacy features for classification, but for training it's getting to be a software-engineering pain, because it doesn't play nice with the filtering done in preprocess_labels(). Details in issue #82.