From f17ef8b38a53fefc5e65b767f7943a2a9c2c9297 Mon Sep 17 00:00:00 2001 From: chakcy <947105045@qq.com> Date: Tue, 3 Feb 2026 21:37:54 +0800 Subject: [PATCH] add resources/yolov8_config.json --- .gitignore | 2 +- resources/yolov8_config.json | 493 +++++++++++++++++++++++++++++++++++ 2 files changed, 494 insertions(+), 1 deletion(-) create mode 100644 resources/yolov8_config.json diff --git a/.gitignore b/.gitignore index 9d74778..f2d6cea 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ wheels/ results # resources -resources +*.bmodel datasets detection_results *.svfs diff --git a/resources/yolov8_config.json b/resources/yolov8_config.json new file mode 100644 index 0000000..306a5f7 --- /dev/null +++ b/resources/yolov8_config.json @@ -0,0 +1,493 @@ +{ + "bmodel_path": "resources/yolov8s_int8_1b.bmodel", + "classes": [ + "background", + "person", + "bicycle", + "car", + "motorcycle", + "airplane", + "bus", + "train", + "truck", + "boat", + "traffic light", + "fire hydrant", + "stop sign", + "parking meter", + "bench", + "bird", + "cat", + "dog", + "horse", + "sheep", + "cow", + "elephant", + "bear", + "zebra", + "giraffe", + "backpack", + "umbrella", + "handbag", + "tie", + "suitcase", + "frisbee", + "skis", + "snowboard", + "sports ball", + "kite", + "baseball bat", + "baseball glove", + "skateboard", + "surfboard", + "tennis racket", + "bottle", + "wine glass", + "cup", + "fork", + "knife", + "spoon", + "bowl", + "banana", + "apple", + "sandwich", + "orange", + "broccoli", + "carrot", + "hot dog", + "pizza", + "donut", + "cake", + "chair", + "couch", + "potted plant", + "bed", + "dining table", + "toilet", + "tv", + "laptop", + "mouse", + "remote", + "keyboard", + "cell phone", + "microwave", + "oven", + "toaster", + "sink", + "refrigerator", + "book", + "clock", + "vase", + "scissors", + "teddy bear", + "hair drier", + "toothbrush" + ], + "colors": [ + [ + 56, + 0, + 255 + ], + [ + 226, + 255, + 0 + ], + [ + 0, + 94, + 255 + ], + [ + 0, + 37, + 255 + ], + [ + 0, + 255, + 94 + ], + [ + 255, + 226, + 0 + ], + [ + 0, + 18, + 255 + ], + [ + 255, + 151, + 0 + ], + [ + 170, + 0, + 255 + ], + [ + 0, + 255, + 56 + ], + [ + 255, + 0, + 75 + ], + [ + 0, + 75, + 255 + ], + [ + 0, + 255, + 169 + ], + [ + 255, + 0, + 207 + ], + [ + 75, + 255, + 0 + ], + [ + 207, + 0, + 255 + ], + [ + 37, + 0, + 255 + ], + [ + 0, + 207, + 255 + ], + [ + 94, + 0, + 255 + ], + [ + 0, + 255, + 113 + ], + [ + 255, + 18, + 0 + ], + [ + 255, + 0, + 56 + ], + [ + 18, + 0, + 255 + ], + [ + 0, + 255, + 226 + ], + [ + 170, + 255, + 0 + ], + [ + 255, + 0, + 245 + ], + [ + 151, + 255, + 0 + ], + [ + 132, + 255, + 0 + ], + [ + 75, + 0, + 255 + ], + [ + 151, + 0, + 255 + ], + [ + 0, + 151, + 255 + ], + [ + 132, + 0, + 255 + ], + [ + 0, + 255, + 245 + ], + [ + 255, + 132, + 0 + ], + [ + 226, + 0, + 255 + ], + [ + 255, + 37, + 0 + ], + [ + 207, + 255, + 0 + ], + [ + 0, + 255, + 207 + ], + [ + 94, + 255, + 0 + ], + [ + 0, + 226, + 255 + ], + [ + 56, + 255, + 0 + ], + [ + 255, + 94, + 0 + ], + [ + 255, + 113, + 0 + ], + [ + 0, + 132, + 255 + ], + [ + 255, + 0, + 132 + ], + [ + 255, + 170, + 0 + ], + [ + 255, + 0, + 188 + ], + [ + 113, + 255, + 0 + ], + [ + 245, + 0, + 255 + ], + [ + 113, + 0, + 255 + ], + [ + 255, + 188, + 0 + ], + [ + 0, + 113, + 255 + ], + [ + 255, + 0, + 0 + ], + [ + 0, + 56, + 255 + ], + [ + 255, + 0, + 113 + ], + [ + 0, + 255, + 188 + ], + [ + 255, + 0, + 94 + ], + [ + 255, + 0, + 18 + ], + [ + 18, + 255, + 0 + ], + [ + 0, + 255, + 132 + ], + [ + 0, + 188, + 255 + ], + [ + 0, + 245, + 255 + ], + [ + 0, + 169, + 255 + ], + [ + 37, + 255, + 0 + ], + [ + 255, + 0, + 151 + ], + [ + 188, + 0, + 255 + ], + [ + 0, + 255, + 37 + ], + [ + 0, + 255, + 0 + ], + [ + 255, + 0, + 170 + ], + [ + 255, + 0, + 37 + ], + [ + 255, + 75, + 0 + ], + [ + 0, + 0, + 255 + ], + [ + 255, + 207, + 0 + ], + [ + 255, + 0, + 226 + ], + [ + 255, + 245, + 0 + ], + [ + 188, + 255, + 0 + ], + [ + 0, + 255, + 18 + ], + [ + 0, + 255, + 75 + ], + [ + 0, + 255, + 151 + ], + [ + 255, + 56, + 0 + ], + [ + 245, + 255, + 0 + ] + ] +} \ No newline at end of file