Skip to content

Commit

Permalink
ADAS yaml / xmls fix (#38)
Browse files Browse the repository at this point in the history
* update adas people

* update adas people+vehicles

* update adas datasets

* yaml update
  • Loading branch information
Mruzik1 authored Feb 27, 2024
1 parent cf6f6ce commit 14a4da2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions models/yolov6n_thermal_people_256x192/model.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
description: Real-time Object detection with YoloV6n pre-trained on SCUT FIR Pedestrian Dataset
files:
- checksum: 08a48754bab99f7c77439b1b1d260ab5578484fcccf039551e8e7304d5c15b6c0a789670ca8a37f05b7e7d06d9e5eeff
- checksum: e19a11597400fe0567f7f1d08a01842e1684aa79b8047c0c2634a658f3745c2765668c063c0b87920c1973a1b5566f09
name: FP16/yolov6n_thermal_people_256x192.xml
sha256: 3f04fd9914c1d7c6c1e0d18272c8c22eceed8278cde3c4e1eb3d56e9cd277ea5
size: 300296
sha256: bf9dafd9932e8c269b0823b5171c1406b55bfa4d98f3413946b2c9f45a8d5d64
size: 300312
source: https://github.com/luxonis/depthai-model-zoo/raw/main/models/yolov6n_thermal_people_256x192/yolov6n_thermal_people_256x192.xml
- checksum: 589c88d37ba3ea81f14a87cf4d055023e86a50d6f6a4565bee096e35230725598d2ef0fcc7077cdca8870a8cf05c4d84
name: FP16/yolov6n_thermal_people_256x192.bin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10447,7 +10447,7 @@
<compress_to_fp16 value="True" />
<input_model value="DIR\yolov6n_people.onnx" />
<is_python_api_used value="False" />
<model_name value="yolov6n_people" />
<model_name value="yolov6n_thermal_people_256x192" />
<output value="output1_yolov6r2,output2_yolov6r2,output3_yolov6r2" />
<scale value="50.0" />
</conversion_parameters>
Expand Down
6 changes: 3 additions & 3 deletions models/yolov6n_thermal_people_vehicles_256x192/model.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
description: Real-time Object detection with YoloV6n pre-trained on Teledyne FLIR Free ADAS Thermal Dataset v2
files:
- checksum: 4682cea6149e7f145ead47dec7ef672241ff9df1ad92244241773be5531556698c7761c4cd454fd3a69485848243bb79
- checksum: f2e57b2ef5864913cd26e0e644ad671676475e1f53d244bba11449042e29990c1c99a98fc8ef2c8f49f2d1723e352182
name: FP16/yolov6n_thermal_people_vehicles_256x192.xml
sha256: 652e4e8b47e6731493c509a7d23693c756c39014d0b4cf97924f6a8d8d48547b
size: 300307
sha256: 2d2e8b5e51dcea5935f2e8e315d6e55b6e6778edf617a5a9375eaf16681da270
size: 300327
source: https://github.com/luxonis/depthai-model-zoo/raw/main/models/yolov6n_thermal_people_vehicles_256x192/yolov6n_thermal_people_vehicles_256x192.xml
- checksum: 33d16e73f5bb12afbe3894dc5881c020f793465980a21e57c5390d549f48cc4b68707691bd530f97e759aea648537e25
name: FP16/yolov6n_thermal_people_vehicles_256x192.bin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10447,7 +10447,7 @@
<compress_to_fp16 value="True" />
<input_model value="DIR\yolov6n_cars_people.onnx" />
<is_python_api_used value="False" />
<model_name value="yolov6n_cars_people" />
<model_name value="yolov6n_thermal_people_vehicles_256x192" />
<output value="output1_yolov6r2,output2_yolov6r2,output3_yolov6r2" />
<scale value="50.0" />
</conversion_parameters>
Expand Down

0 comments on commit 14a4da2

Please sign in to comment.