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
I've been trying to test this but have hit a couple of issues. Firstly, the README refers to the script detect.py but it seems to be missing. And secondly, when trying to run main.py there doesn't appear to be a config.yaml.
Can someone point me in the right direction?
The text was updated successfully, but these errors were encountered:
You are correct, we recently refactored this codebase after a major model upgrade and it looks like some portions of the readme are outdated, and as you pointed out, one of the config files was missing. I have created a PR here: #7 with that file and I have started to update the readme. It will take me a little time to go through and remove all of the old comments. In the meantime, if you want to do inference immediately, you can try executing the sample requests in example/s1_request.py and example/s2_request.py for sentinel-1 and sentinel-2 models respectively. Note that will require building and starting the docker container. I appreciate that the documentation for all of this is limited right now. I will update the docs shortly (I am currently out of office).
I've been trying to test this but have hit a couple of issues. Firstly, the README refers to the script
detect.py
but it seems to be missing. And secondly, when trying to runmain.py
there doesn't appear to be aconfig.yaml
.Can someone point me in the right direction?
The text was updated successfully, but these errors were encountered: