Skip to content

Commit

Permalink
Fixed the default model and lable files
Browse files Browse the repository at this point in the history
  • Loading branch information
grinco committed May 17, 2022
1 parent b94df06 commit 839df6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CORAL TPU Rest API",
"version": "0.1.20",
"version": "0.1.21",
"slug": "coral-api",
"description": "CORAL REST API compatible with Deepstack addon",
"url": "https://github.com/grinco/HASS-coral-rest-api",
Expand All @@ -19,8 +19,8 @@
"5000/tcp": "API"
},
"options": {
"MODEL_URL": "https://github.com/google/mediapipe/tree/master/mediapipe/examples/coral/models/object-detector-quantized_edgetpu.tflite",
"LABELS_URL": "https://github.com/google/mediapipe/blob/master/mediapipe/examples/coral/models/object_detection_labelmap.txt",
"MODEL_URL": "https://github.com/google/mediapipe/raw/master/mediapipe/examples/coral/models/object-detector-quantized_edgetpu.tflite",
"LABELS_URL": "https://raw.githubusercontent.com/google/mediapipe/master/mediapipe/examples/coral/models/object_detection_labelmap.txt",
"ACCESS_LOG": false
},
"schema": {
Expand Down

0 comments on commit 839df6a

Please sign in to comment.