We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f220f28 commit 4a9334cCopy full SHA for 4a9334c
people_tracking/yolo.py
@@ -48,7 +48,7 @@ def __init__(self) -> None:
48
model_path = "~/MEGA/developers/Donal/yolov8n-seg.pt"
49
device = "cuda"
50
self.model = YOLO(model_path).to(device)
51
- self.table_class = 60 #table class defined with index 60 (person = 0)
+ self.table_class = 0 #table class defined with index 60 (person = 0)
52
53
rospy.init_node('listener', anonymous=True)
54
self.publisher = rospy.Publisher('/hero/segmented_image',Image)
0 commit comments