You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
It might be very helpful, if we had a way to provide our model in such a way, that it is very easy to use even with little to no technical knowledge. I was thinking, that we could provide it using an API and some GUI tool, which allows using this API. What do you think?
The text was updated successfully, but these errors were encountered:
I was thinking about the latter, i.e. somebody can upload (a set of) images and the API returns locations of seals. The same goes for the classification model, i.e. somebody can upload a (color) image of an hotspot detection, and the API decides whether this is a seal or not.
Some thoughts on how we could structure this that makes it easy for us to evaluate various approaches, and potentially helps package things up for NOAA in a somewhat consumable way.
Input: a folder of thermal and color files (using the filename pattern used by NOAA to indicate timestamp, color vs. thermal, etc.).
Output: a "hotspots.csv" file of hotspot detections (similarly using the same CSV schema NOAA gave us), written into the same folder
A nice independent task for someone to work on Tuesday would be do manage the validation set and confirm detection accuracy. I think it would be especially good for someone not directly working on a detection model to do this, to maintain objectivity :)
(updated issue title)
pbaer
changed the title
(Online?) API for using our tools
Validation (and API for using our tools)
Jul 24, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It might be very helpful, if we had a way to provide our model in such a way, that it is very easy to use even with little to no technical knowledge. I was thinking, that we could provide it using an API and some GUI tool, which allows using this API. What do you think?
The text was updated successfully, but these errors were encountered: