1

我一直在尝试将边界框坐标连同检测到的对象名称和置信度值一起写入文本文件,并将其输出为 .txt 文件,但徒劳无功。我想要以下内容写为 .txt 文件:

[{"label":"person", "confidence": 0.56, "left": 184, "bottom": 101, "right": 274, "top": 382}]

我在 c 编程语言方面相对较新,yolo9000 是用 c 语言用暗网编写的。我正在遵循以下实现:

https://github.com/philipperemy/yolo-9000

4

0 回答 0