-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-use example #16
Comments
Dear @kheinzz , Thank you for your feedback. I note the interest in a notebook, but we are currently working on a new version of the code, and this is not possible in the short term. To perform an inference, you need to use the flair-detect module by pointing to the image of your choice (from the BD Ortho) and to the model downloaded, for example, from the HF page (https://huggingface.co/collections/IGNF/flair-models-landcover-semantic-segmentation-65bb67415a5dbabc819a95de). The README details the arguments to be given to the If, for example, you use this model: https://huggingface.co/IGNF/FLAIR-INC_rgbie_15cl_resnet34-unet
the you would call
|
Hi Anatol, |
Hi, thank you for your amazing work. I just want to run inference on an RGB image without any geometry feature. But I got error "ValueError: Unknown column geometry". DO you have any suggestion about that? Thank you |
Hello @axin1301, |
Hi,
Thank you for your work and making it available.
Would it be possible to provide an example of how to perform inference using the model you provided on an image? I imagine a common use case would be applying the Cosia model to older BD_ortho images. Providing a detailed example on Google Colab could make the process much more accessible.
By advance thanks for your answer !
The text was updated successfully, but these errors were encountered: