Object Detection
vision
sonebu-hyperbeeai commited on
Commit
3b01bc0
·
1 Parent(s): df8cf63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -1,8 +1,17 @@
1
- # Experiments on person tracking with quantized networks by HyperbeeAI
 
 
 
 
 
 
 
 
 
2
 
3
  Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai
4
 
5
- This repository contains our experiments for quantized neural networks for the person tracking task, evaluated over the WIDER pedestrian surveillance dataset.
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