test
This commit is contained in:
parent
b7d8b3266f
commit
aa883e4bfa
10 changed files with 204 additions and 0 deletions
BIN
output/sample2_detected.png
Normal file
BIN
output/sample2_detected.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 437 KiB |
17
output/sample2_results.txt
Normal file
17
output/sample2_results.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
Model: car_frontal_detection_v1.pt
|
||||
Image: sample2.png
|
||||
Confidence threshold: 0.3
|
||||
Detections: 2
|
||||
|
||||
Detection 1:
|
||||
Class: Car
|
||||
Confidence: 0.863
|
||||
Bounding box: (86.5, 73.4, 825.6, 625.2)
|
||||
Size: 739.1x551.9
|
||||
|
||||
Detection 2:
|
||||
Class: Frontal
|
||||
Confidence: 0.504
|
||||
Bounding box: (176.6, 307.2, 708.1, 609.0)
|
||||
Size: 531.5x301.7
|
||||
|
BIN
output/sample_detected.jpg
Normal file
BIN
output/sample_detected.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 165 KiB |
17
output/sample_results.txt
Normal file
17
output/sample_results.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
Model: car_frontal_detection_v1.pt
|
||||
Image: sample.jpg
|
||||
Confidence threshold: 0.3
|
||||
Detections: 2
|
||||
|
||||
Detection 1:
|
||||
Class: Frontal
|
||||
Confidence: 0.555
|
||||
Bounding box: (175.9, 279.7, 527.6, 500.9)
|
||||
Size: 351.7x221.2
|
||||
|
||||
Detection 2:
|
||||
Class: Car
|
||||
Confidence: 0.418
|
||||
Bounding box: (167.7, 196.7, 881.4, 532.7)
|
||||
Size: 713.8x336.0
|
||||
|
BIN
output/test_image_detected.jpg
Normal file
BIN
output/test_image_detected.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
5
output/test_image_results.txt
Normal file
5
output/test_image_results.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
Model: car_frontal_detection_v1.pt
|
||||
Image: test_image.jpg
|
||||
Confidence threshold: 0.3
|
||||
Detections: 0
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue