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
In the README you elude to having pretrained models -
Copy the folder /ai4edevfs/models/seals-detection-ir-n-large-86.0 to the models directory of the SealDetectionAPI folder. This models folder will be copied to the docker image as /app/models. Now adjust the path to the model in detection_api/runserver.py to point to the correct path, e.g. /app/models/seals-detection-ir-n-large-86.0/fasterrcnn_07281142_0.8598245413189538.
But I cannot find those files anywhere on the repository. Are those files available? if not, is it possible to make them available?
In the README you elude to having pretrained models -
But I cannot find those files anywhere on the repository. Are those files available? if not, is it possible to make them available?