Skip to content
Snippets Groups Projects
Commit 5406cf8d authored by ft-Demo's avatar ft-Demo
Browse files

commit by robo pro coding

parent db914aed
Branches master
No related tags found
No related merge requests found
source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -65,8 +65,7 @@ def MakePictureRunKiReturnFoundPart():
hue = color[0] # range 0-180
sat = color[2] # range 0-255
ts_process0 = (time.time() * 1000)
detector = ObjectDetector('/opt/ft/workspaces/machine-learning-user/models/sorting_line/model.tflite', '/opt/ft/workspaces/machine-learning-user/models/sorting_line/labels.txt')
#your python code
detector = ObjectDetector('/opt/ft/workspaces/machine-learning/object-detection/sorting_line/model.tflite', '/opt/ft/workspaces/machine-learning/object-detection/sorting_line/labels.txt')
ts_process1 = (time.time() * 1000)
led_on = True
result = detector.process_image(frame)
......
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