Skip to content

Commit

Permalink
changed model from XL to M
Browse files Browse the repository at this point in the history
  • Loading branch information
PetervDooren committed Oct 19, 2023
1 parent ff08f4d commit ca39649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ed_sensor_integration/scripts/listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

class table_segmentor:
def __init__(self) -> None:
model_path = "~/MEGA/developers/Donal/yolov8x-seg.pt"
model_path = "~/MEGA/developers/Donal/yolov8m-seg.pt"
device = "cuda"
self.model = YOLO(model_path).to(device)
self.table_class = 60 #table class defined with index 60 (person = 0)
Expand Down

0 comments on commit ca39649

Please sign in to comment.