Closed mvonpohle closed 3 years ago
Just checked and fetched the repository right before PR #96 and seems to work with the same command I mentioned above.
This should be fixed in the latest PR I merged.
Yep! It's working for me too! Thanks @ScottMcMichael!
I think in the ROI metric changes there's a bug where if you try to classify some images without any associated labels (like I'm currently doing for the cloud shadow) you get an error in classify.py.
Here's the specific Traceback:
Line 368 is expecting a Tuple return:
But classify_image (lines 207-219) can return None if there are no labels:
You can replicate this by running a trained model using this config (wv_validate.yaml):
and this command: