-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinference.yaml
More file actions
20 lines (16 loc) · 984 Bytes
/
Copy pathinference.yaml
File metadata and controls
20 lines (16 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Path setting
PATH:
VIDEO: D:\AICUP\datasets\test\video
HIT_CSV: D:\AICUP\datasets\test\predict_csv
RESULT: .\predict_result
OPENPOSE: .\for_openpose
# Pretrained weights path
WEIGHTS:
PLAYER: D:\AICUP\Competition-2023-PyTorch-Badminton\trained_weights\yolov8s-players_detection_2.pt
COURT: D:\AICUP\Competition-2023-PyTorch-Badminton\trained_weights\yolov8s-seg_net_detection.pt
NET: D:\AICUP\Competition-2023-PyTorch-Badminton\trained_weights\yolov8s-players_detection.pt
ROUNDHEAD: D:\AICUP\Competition-2023-PyTorch-Badminton\trained_weights\yolov8n-cls_roundhead.pt
BACKHAND: D:\AICUP\Competition-2023-PyTorch-Badminton\trained_weights\yolov8n-cls_backhand.pt
BALLTYPE: D:\AICUP\Competition-2023-PyTorch-Badminton\trained_weights\yolov8s-cls_balltypes.pt
START: D:\AICUP\Competition-2023-PyTorch-Badminton\trained_weights\yolov8n-cls_balltypes_start.pt
AFTER: D:\AICUP\Competition-2023-PyTorch-Badminton\trained_weights\yolov8n-cls_balltypes_after.pt