User Tools

Site Tools


amc:ss2025:group-e:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
amc:ss2025:group-e:start [2025/07/29 17:20] 35983_students.hsrwamc:ss2025:group-e:start [2025/07/29 17:23] (current) 35983_students.hsrw
Line 125: Line 125:
 # === Load class names === # === Load class names ===
 classNames = [] classNames = []
-classFile = "/home/aless/Desktop/Object_Detection_Files/coco.names"+classFile = "/home/pi/Desktop/Object_Detection_Files/coco.names"
 with open(classFile, "rt") as f: with open(classFile, "rt") as f:
     classNames = f.read().rstrip("\n").split("\n")     classNames = f.read().rstrip("\n").split("\n")
  
 # === Load model config and weights === # === Load model config and weights ===
-configPath = "/home/aless/Desktop/Object_Detection_Files/ssd_mobilenet_v3_large_coco_2020_01_14.pbtxt" +configPath = "/home/pi/Desktop/Object_Detection_Files/ssd_mobilenet_v3_large_coco_2020_01_14.pbtxt" 
-weightsPath = "/home/aless/Desktop/Object_Detection_Files/frozen_inference_graph.pb"+weightsPath = "/home/pi/Desktop/Object_Detection_Files/frozen_inference_graph.pb"
  
 assert os.path.exists(classFile), f"Missing file: {classFile}" assert os.path.exists(classFile), f"Missing file: {classFile}"
amc/ss2025/group-e/start.1753802452.txt.gz · Last modified: 2025/07/29 17:20 by 35983_students.hsrw