coralnet / pyspacer

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

Allow extractors to be loaded from anywhere, not just CoralNet S3 #62

Closed StephenChan closed 9 months ago

StephenChan commented 9 months ago

Currently you need CoralNet S3 access in order to extract features at all. So, here we try to fix that.

Update:

Generalize feature extractor support by allowing any FeatureExtractor subclass instance, and any file locations instead of just from CoralNet's S3 bucket (which requires auth).

Code/design notes off the top of my head:

StephenChan commented 9 months ago

Allow extractors to be loaded from anywhere, not just CoralNet S3