avant codex
This commit is contained in:
BIN
test_yolo/test_yolo/output/annotated.jpg
Normal file
BIN
test_yolo/test_yolo/output/annotated.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
65
test_yolo/test_yolo/output/detections.json
Normal file
65
test_yolo/test_yolo/output/detections.json
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"image": "image/Image collée (8).png",
|
||||
"model": "foduucom/plant-leaf-detection-and-classification",
|
||||
"model_source": "/home/gilles/.cache/huggingface/hub/models--foduucom--plant-leaf-detection-and-classification/snapshots/fe7b672ca4719fb7eb1b8c677c24631342a24022/best.pt",
|
||||
"params": {
|
||||
"conf": 0.03,
|
||||
"iou": 0.6,
|
||||
"max_det": 1000
|
||||
},
|
||||
"count": 4,
|
||||
"detections": [
|
||||
{
|
||||
"index": 0,
|
||||
"class_id": 8,
|
||||
"class_name": "raspberry",
|
||||
"class_name_fr": "raspberry",
|
||||
"confidence": 0.886375367641449,
|
||||
"bbox_xyxy": [
|
||||
79.77804565429688,
|
||||
5.03753137588501,
|
||||
172.6075897216797,
|
||||
62.644927978515625
|
||||
]
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"class_id": 8,
|
||||
"class_name": "raspberry",
|
||||
"class_name_fr": "raspberry",
|
||||
"confidence": 0.8398752212524414,
|
||||
"bbox_xyxy": [
|
||||
161.0865478515625,
|
||||
54.80467987060547,
|
||||
233.95501708984375,
|
||||
127.42171478271484
|
||||
]
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"class_id": 8,
|
||||
"class_name": "raspberry",
|
||||
"class_name_fr": "raspberry",
|
||||
"confidence": 0.8144381046295166,
|
||||
"bbox_xyxy": [
|
||||
86.82860565185547,
|
||||
82.79867553710938,
|
||||
171.43515014648438,
|
||||
195.80043029785156
|
||||
]
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"class_id": 8,
|
||||
"class_name": "raspberry",
|
||||
"class_name_fr": "raspberry",
|
||||
"confidence": 0.5520069599151611,
|
||||
"bbox_xyxy": [
|
||||
165.154052734375,
|
||||
9.37171459197998,
|
||||
231.52166748046875,
|
||||
60.80621337890625
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user