Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7205b544 authored by KADDOUR Sidi Mohammed's avatar KADDOUR Sidi Mohammed
Browse files

fixed bug in path of yolov3 in object recognizer

parent bcf789ed
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ def recognize(image): ...@@ -32,7 +32,7 @@ def recognize(image):
classes = None classes = None
# Define the base path for the yolov3 files # Define the base path for the yolov3 files
base_path = "app/src/model/yolov3" base_path = "/app/src/model/yolov3"
# Use os.path.join to build the paths # Use os.path.join to build the paths
yolov3_txt_path = os.path.join(base_path, "yolov3.txt") yolov3_txt_path = os.path.join(base_path, "yolov3.txt")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment