yolov3 back to its original space

This commit is contained in:
2023-03-28 17:20:15 +05:30
parent 12d72479aa
commit acbddfc828
180 changed files with 1795 additions and 575 deletions
+7
View File
@@ -0,0 +1,7 @@
float64 probability
int64 xmin
int64 ymin
int64 xmax
int64 ymax
int16 id
string class_id
+3
View File
@@ -0,0 +1,3 @@
std_msgs/Header header
std_msgs/Header image_header
BoundingBox[] bounding_boxes