Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
kharijarrett committed May 4, 2023
1 parent b414a42 commit e07bc8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/robot_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
{
"model": "tflite_cpu",
"attributes": {
"model_path": "/Users/kharijarrett/visServiceExamples/vision-service-examples/data/effdet0.tflite",
"label_path": "/Users/kharijarrett/visServiceExamples/vision-service-examples/data/effdetlabels.txt",
"model_path": "/full/path/to/vision-service-examples/data/effdet0.tflite",
"label_path": "/full/path/to/vision-service-examples/data/effdetlabels.txt",
"num_threads": 1
},
"name": "EffDet",
Expand Down

0 comments on commit e07bc8f

Please sign in to comment.