Commit
·
3b01bc0
1
Parent(s):
df8cf63
Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,17 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai
|
4 |
|
5 |
-
This repository contains
|
6 |
|
7 |
See efficientdet_comparison/ for the comparison of our trained models with efficientdet
|
8 |
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- object-detection
|
5 |
+
- vision
|
6 |
+
datasets:
|
7 |
+
- wider_surveillance
|
8 |
+
---
|
9 |
+
|
10 |
+
# NanoTracker - person tracking with quantized networks by HyperbeeAI
|
11 |
|
12 |
Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai
|
13 |
|
14 |
+
This repository contains the quantized neural network-based person tracking utility by HyperbeeAI, NanoTracker. The algorithm is benchmarked against the WIDER pedestrian surveillance dataset.
|
15 |
|
16 |
See efficientdet_comparison/ for the comparison of our trained models with efficientdet
|
17 |
|