Other Parts Discussed in Thread: AM69A
Tool/software:
PLS HELP I FEEL THE ISSUE WITH MODEL COMPILE AND ARTIFACTS GENERATION
import os
MODEL IS yoloxpose_s_8xb32-300e_coco-640 TRAINED ON CUSTOM DATA WITH 4 KEYPOINTS
name: "yolox"
tidl_yolo {
yolo_param {
input: "276"
anchor_width: 8.0
anchor_height: 8.0
}
yolo_param {
input: "308"
anchor_width: 16.0
anchor_height: 16.0
}
yolo_param {
input: "339"
anchor_width: 32.0
anchor_height: 32.0
}
detection_output_param {
num_classes: 1
share_location: true
background_label_id: -1
nms_param {
nms_threshold: 0.45
top_k: 200
}
code_type: CODE_TYPE_YOLO_X
keep_top_k: 200
confidence_threshold: 0.3
num_keypoint: 4
keypoint_confidence: true
}
name: "yolox"
in_width: 640
in_height: 640
output: "dets"
output: "labels"
}
DEPLOY CONFIG