tensordecoders: rename element
- yolotensordecoder replaced with yolov8segtensordecoder
This commit is contained in:
parent
83d685054b
commit
87b56fbf86
@ -69,7 +69,7 @@
|
|||||||
GST_DEBUG_CATEGORY_STATIC (yolo_tensor_decoder_debug);
|
GST_DEBUG_CATEGORY_STATIC (yolo_tensor_decoder_debug);
|
||||||
#define GST_CAT_DEFAULT yolo_tensor_decoder_debug
|
#define GST_CAT_DEFAULT yolo_tensor_decoder_debug
|
||||||
|
|
||||||
GST_ELEMENT_REGISTER_DEFINE (yolo_tensor_decoder, "yolotensordecoder",
|
GST_ELEMENT_REGISTER_DEFINE (yolo_tensor_decoder, "yolov8segtensordecoder",
|
||||||
GST_RANK_PRIMARY, GST_TYPE_YOLO_TENSOR_DECODER);
|
GST_RANK_PRIMARY, GST_TYPE_YOLO_TENSOR_DECODER);
|
||||||
|
|
||||||
/* GstYoloTensorDecoder properties, see properties description in
|
/* GstYoloTensorDecoder properties, see properties description in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user