7
33
Fork
You've already forked sentryshot
7

List of tflite models #38

Open
opened 2024年08月19日 20:17:45 +02:00 by Curid · 3 comments
Owner
Copy link

Subscribe to this issue to get notified.

Subscribe to this issue to get notified.
Author
Owner
Copy link

MobileDet

Baseline model, can detect 80 classes.

[[detector_tflite]]
enable = false
name = "mobiledet_cpu"
width = 320
height = 320
model = "https://raw.githubusercontent.com/google-coral/test_data/master/ssdlite_mobiledet_coco_qat_postprocess.tflite"
sha256sum = "32c486140391eb4dc43fca7113ad392be632dc5366687f2731f73d740678693f"
label_map = "https://codeberg.org/Curid/TF-CCTV/raw/branch/master/labels/mscoco-map.txt"
threads = 1
[[detector_edgetpu]] 
enable = false 
name = "mobiledet_edgetpu" 
width = 320 
height = 320 
model = "https://raw.githubusercontent.com/google-coral/test_data/master/ssdlite_mobiledet_coco_qat_postprocess_edgetpu.tflite" 
sha256sum = "b69e508ef2a670e06b80bd3e5559a827d5cd8d557c95d5e332cbf1d31d434a2e" 
label_map = "https://codeberg.org/Curid/TF-CCTV/raw/branch/master/labels/mscoco-map.txt" 
device = "/sys/bus/usb/devices/x" 
## MobileDet Baseline model, can detect 80 classes. ``` toml [[detector_tflite]] enable = false name = "mobiledet_cpu" width = 320 height = 320 model = "https://raw.githubusercontent.com/google-coral/test_data/master/ssdlite_mobiledet_coco_qat_postprocess.tflite" sha256sum = "32c486140391eb4dc43fca7113ad392be632dc5366687f2731f73d740678693f" label_map = "https://codeberg.org/Curid/TF-CCTV/raw/branch/master/labels/mscoco-map.txt" threads = 1 ``` ``` toml [[detector_edgetpu]] enable = false name = "mobiledet_edgetpu" width = 320 height = 320 model = "https://raw.githubusercontent.com/google-coral/test_data/master/ssdlite_mobiledet_coco_qat_postprocess_edgetpu.tflite" sha256sum = "b69e508ef2a670e06b80bd3e5559a827d5cd8d557c95d5e332cbf1d31d434a2e" label_map = "https://codeberg.org/Curid/TF-CCTV/raw/branch/master/labels/mscoco-map.txt" device = "/sys/bus/usb/devices/x" ```
Author
Owner
Copy link

CCTV3.3

Slightly better at nighttime, but can only detect person

[[detector_tflite]] 
enable = false 
name = "cctv3-3_cpu" 
width = 340 
height = 340 
model = "https://codeberg.org/Curid/TF-CCTV/raw/branch/master/models/cctv3.3/gray_cctv3_340x340.tflite" 
sha256sum = "4337107b4ca60a6aebca8137536c7a605d5e0cbfa5b611efba78f106f03c29c2" 
label_map = "https://codeberg.org/Curid/TF-CCTV/raw/branch/master/labels/person-map.txt" 
threads = 1 
[[detector_edgetpu]] 
enable = false
name = "cctv3-3_edgetpu"
width = 340
height = 340
model = "https://codeberg.org/Curid/TF-CCTV/raw/branch/master/models/cctv3.3/gray_cctv3_340x340_edgetpu.tflite"
sha256sum = "2816b5f401b0ac168584c83554e06e4744c86ecd688c857289438093d32a20ef"
label_map = "https://codeberg.org/Curid/TF-CCTV/raw/branch/master/labels/person-map.txt"
device = "/sys/bus/usb/devices/x"
### CCTV3.3 Slightly better at nighttime, but can only detect `person` ``` toml [[detector_tflite]] enable = false name = "cctv3-3_cpu" width = 340 height = 340 model = "https://codeberg.org/Curid/TF-CCTV/raw/branch/master/models/cctv3.3/gray_cctv3_340x340.tflite" sha256sum = "4337107b4ca60a6aebca8137536c7a605d5e0cbfa5b611efba78f106f03c29c2" label_map = "https://codeberg.org/Curid/TF-CCTV/raw/branch/master/labels/person-map.txt" threads = 1 ``` ``` toml [[detector_edgetpu]] enable = false name = "cctv3-3_edgetpu" width = 340 height = 340 model = "https://codeberg.org/Curid/TF-CCTV/raw/branch/master/models/cctv3.3/gray_cctv3_340x340_edgetpu.tflite" sha256sum = "2816b5f401b0ac168584c83554e06e4744c86ecd688c857289438093d32a20ef" label_map = "https://codeberg.org/Curid/TF-CCTV/raw/branch/master/labels/person-map.txt" device = "/sys/bus/usb/devices/x" ```
Author
Owner
Copy link

CCTV4

Slightly more accurate version of CCTV3.3 but half as fast.

[[detector_tflite]] 
enable = false 
name = "cctv4_cpu" 
width = 340 
height = 340 
model = "https://codeberg.org/Curid/TF-CCTV/raw/branch/master/models/cctv3.3/gray_cctv3_340x340.tflite" 
sha256sum = "4337107b4ca60a6aebca8137536c7a605d5e0cbfa5b611efba78f106f03c29c2" 
label_map = "https://codeberg.org/Curid/TF-CCTV/raw/branch/master/labels/person-map.txt" 
threads = 1 
[[detector_edgetpu]] 
enable = false
name = "cctv4_edgetpu"
width = 340
height = 340
model = "https://codeberg.org/Curid/TF-CCTV/raw/branch/master/models/cctv3.3/gray_cctv3_340x340_edgetpu.tflite"
sha256sum = "2816b5f401b0ac168584c83554e06e4744c86ecd688c857289438093d32a20ef"
label_map = "https://codeberg.org/Curid/TF-CCTV/raw/branch/master/labels/person-map.txt"
device = "/sys/bus/usb/devices/x"
### CCTV4 Slightly more accurate version of CCTV3.3 but half as fast. ``` toml [[detector_tflite]] enable = false name = "cctv4_cpu" width = 340 height = 340 model = "https://codeberg.org/Curid/TF-CCTV/raw/branch/master/models/cctv3.3/gray_cctv3_340x340.tflite" sha256sum = "4337107b4ca60a6aebca8137536c7a605d5e0cbfa5b611efba78f106f03c29c2" label_map = "https://codeberg.org/Curid/TF-CCTV/raw/branch/master/labels/person-map.txt" threads = 1 ``` ``` toml [[detector_edgetpu]] enable = false name = "cctv4_edgetpu" width = 340 height = 340 model = "https://codeberg.org/Curid/TF-CCTV/raw/branch/master/models/cctv3.3/gray_cctv3_340x340_edgetpu.tflite" sha256sum = "2816b5f401b0ac168584c83554e06e4744c86ecd688c857289438093d32a20ef" label_map = "https://codeberg.org/Curid/TF-CCTV/raw/branch/master/labels/person-map.txt" device = "/sys/bus/usb/devices/x" ```
Curid locked as Resolved and limited conversation to collaborators 2024年08月19日 20:43:31 +02:00
This discussion has been locked. Commenting is limited to contributors.
No Branch/Tag specified
master
sub_rec
recdb_v2
vino
sidebar
temp
range-streamer
logdb
v0.3.11
v0.3.10
v0.3.9
v0.3.8
v0.3.7
v0.3.6
v0.3.5
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.26
v0.2.25
v0.2.24
v0.2.23
v0.2.22
v0.2.21
v0.2.20
v0.2.19
v0.2.18
v0.2.17
v0.2.16
v0.2.15
v0.2.14
v0.2.13
v0.2.12
v0.2.11
v0.2.10
v0.2.9
v0.2.8
v0.2.7
v0.2.6
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
SentryShot/sentryshot#38
Reference in a new issue
SentryShot/sentryshot
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?