From 02819b5c047bb354b0ef2374e7c6a6ac4bbd5bba Mon Sep 17 00:00:00 2001
From: wangrong <wangrong@shsening.com>
Date: 星期四, 23 一月 2025 11:42:36 +0800
Subject: [PATCH] add sample
---
objects/vp_frame_target.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/objects/vp_frame_target.h b/objects/vp_frame_target.h
index 5dd262b..ea15e50 100644
--- a/objects/vp_frame_target.h
+++ b/objects/vp_frame_target.h
@@ -28,6 +28,8 @@
private:
/* data */
public:
+ // default person label
+ std::string class_label_of_person = "person";
// x of top left
int x;
// y of top left
@@ -44,8 +46,6 @@
float primary_score;
// label created by primary infer nodes
std::string primary_label;
- // class id of person
- std::string class_label_of_person = "person";
// frame the target belongs to
int frame_index;
--
Gitblit v1.9.1