Skip to content

Commit d3696a6

Browse files
fix path for update_cvat_model.sh
Signed-off-by: Sachidanand Alle <[email protected]>
1 parent 6757a22 commit d3696a6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sample-apps/endoscopy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ monailabel start_server \
132132
# Update/publish latest model back to CVAT
133133
# After fine-tuned model is saved, push the model to nuclio function container
134134
# workspace/endoscopy/bin/update_cvat_model.sh tootracking ./workspace/endoscopy/model/tooltracking.pt
135-
workspace/endoscopy/bin/update_cvat_model.sh <FUNCTION_NAME> <MODEL_PATH>
135+
workspace/endoscopy/update_cvat_model.sh <FUNCTION_NAME> <MODEL_PATH>
136136

137137
```
138138

File renamed without changes.

0 commit comments

Comments
 (0)