Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-kardach authored Dec 5, 2023
1 parent 987a8fa commit 5d40867
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ REST: https://localhost:5001/Classify
![MarineGEO circle logo](screenshot.jpg "MarineGEO logo")

## Confguration
First you need to download your model from https://www.allskyai.com (generic model is coming) and save it to the <code>./models/</code> directory. </br></br>
First you need to download your model and labels file from https://www.allskyai.com (generic model is coming) and save it to the <code>./models/</code> directory. </br></br>

### config.cfg
In the extracted folder find a file called <code>config.cfg</code></br>
```
URL=https://<your-allsky>/image.jpg
MODEL=allskyai.onnx
MODEL=allskyai_2023-11-12-06-45-48.onnx
LABELS=label_map_2023-03-17-23-16-32.txt
```
Change these values to match your setup.

Expand Down

0 comments on commit 5d40867

Please sign in to comment.