Skip to content

Commit d61b9f2

Browse files
committed
update readme
1 parent 5ea598a commit d61b9f2

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

android/app/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,14 @@ Simple UI for tracking objects of 80 different classes. A short description of t
169169
</p>
170170

171171
#### Options
172-
- **Dynamic Speed**: reduces robots speed in "Auto Mode" if it gets closer to the tracked object.
173-
The distance is estimated from the size of the tracking box on the tracking screen (works best in landscape orientation).
174-
This option can be activated in the bottom sheet.
175-
<p align="left">
176-
<img src="../../docs/images/screen_object_tracking_bottomsheet_dynamicspeed.png" alt="Dynamic speed setting" width="20%" />
177-
</p>
172+
- **Dynamic Speed**: reduces the robot speed in "Auto Mode" if it gets closer to the tracked object.
173+
The speed is scaled based on the area of the bouding box (works best in landscape orientation).
174+
- **Model**: choose an object detector based on your phone performance (see below for [benchmarking results](#benchmark)).
175+
- **Object**: pick the object you want to track. The models can detect the 80 COCO [object classes](https://tech.amikelive.com/node-718/what-object-categories-labels-are-in-coco-dataset/).
176+
- **Confidence**: confidence threshold to determine if detections are accepted. Increase if you get false detections, decrease if the object of interest it not detected.
177+
- **Device**: use CPU, GPU or NNAPI for inference (more details [here](#device)).
178+
- **Threads**: number of threads to use (only makes a difference when CPU is selected as device).
179+
178180

179181
### Point Goal Navigation
180182

17.3 KB
Loading
20.3 KB
Loading
-69.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)