Safemotion Lib
Loading...
Searching...
No Matches
Variables
yolov8_park Namespace Reference
Variables
model
Variable Documentation
◆
model
yolov8_park.model
Initial value:
1
= dict(
2
type=
'YoloV8Runner'
,
3
checkpoint=
'/workspace/ultralytics/weights/yolov8x.engine'
,
4
conf=0.25,
5
iou=0.45,
6
half=
True
,
7
classes=[0, 1, 2, 3, 5, 7, 15, 16],
8
boxes=
False
,
9
verbose=
False
,
10
device=
'cuda:0'
11
)
Definition at line
1
of file
yolov8_park.py
.
Generated by
1.10.0