-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add thermal yolov6 (people) * fix wrong files * Update model.yml --------- Co-authored-by: Matija Teršek <[email protected]>
- Loading branch information
1 parent
f391759
commit e7909ec
Showing
2 changed files
with
10,496 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
description: Real-time Object detection with YoloV6n pre-trained on SCUT FIR Pedestrian Dataset | ||
files: | ||
- checksum: 43a54554b8f8f8beb9520dd1c2fa74137b83798d5ee6f2970f243ae596b678bf5c8af2238e30bfbf30c818d1773bb608 | ||
name: FP16/yolov6n_thermal_people_256x192.xml | ||
sha256: 85654dc85d9b511d3dce768f4f9d1140f8b15d11bffe0d0d201fb2b96b3fa105 | ||
size: 289841 | ||
source: https://github.com/luxonis/depthai-model-zoo/raw/main/models/yolov6n_thermal_people_256x192/yolov6n_thermal_people_256x192.xml | ||
- checksum: 9228c79e7096c9cbf34756c64d75e8c066e7c959ee34e4825dbb9e4704cfeaeb7e8c9e29daefc9acd1a032569f184927 | ||
name: FP16/yolov6n_thermal_people_256x192.bin | ||
sha256: f0012af5a75e72f8591e2ff68f1636f6b98217e7fd7b31ac9ffc02d8450bbd36 | ||
size: 9257446 | ||
source: https://robothub.fra1.cdn.digitaloceanspaces.com/models/yolov6n_thermal_people_256x192/yolov6n_thermal_people_256x192.bin | ||
framework: dldt | ||
license: https://github.com/luxonis/depthai-model-zoo/tree/main/models/yolov6n_thermal_people_256x192 | ||
meta: | ||
FPS: | ||
mean: / | ||
std: / | ||
backbone: EfficientRep | ||
downloads: | ||
- name: yolov6n_thermal_people_vehicles_256x192.xml | ||
url: https://github.com/luxonis/depthai-model-zoo/raw/main/models/yolov6n_thermal_people_256x192/yolov6n_thermal_people_256x192.xml | ||
- name: yolov6n_thermal_people_vehicles_256x192.bin | ||
url: https://robothub.fra1.cdn.digitaloceanspaces.com/models/yolov6n_thermal_people_256x192/yolov6n_thermal_people_256x192.bin | ||
experiment: null | ||
featured: true | ||
inputs: | ||
- name: images | ||
shape: 1, 192, 256 | ||
type: image | ||
license: | ||
name: GNU GPL-3 | ||
url: https://github.com/meituan/YOLOv6/blob/main/LICENSE | ||
source: | ||
- name: GitHub | ||
url: https://github.com/meituan/YOLOv6 | ||
thumbnail: null | ||
uses_depth: false | ||
verbose_name: YoloV6 Nano | ||
task_type: detection |
Oops, something went wrong.