Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thias15 committed Mar 4, 2023
1 parent 5ea598a commit d61b9f2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions android/app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,14 @@ Simple UI for tracking objects of 80 different classes. A short description of t
</p>

#### Options
- **Dynamic Speed**: reduces robots speed in "Auto Mode" if it gets closer to the tracked object.
The distance is estimated from the size of the tracking box on the tracking screen (works best in landscape orientation).
This option can be activated in the bottom sheet.
<p align="left">
<img src="../../docs/images/screen_object_tracking_bottomsheet_dynamicspeed.png" alt="Dynamic speed setting" width="20%" />
</p>
- **Dynamic Speed**: reduces the robot speed in "Auto Mode" if it gets closer to the tracked object.
The speed is scaled based on the area of the bouding box (works best in landscape orientation).
- **Model**: choose an object detector based on your phone performance (see below for [benchmarking results](#benchmark)).
- **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/).
- **Confidence**: confidence threshold to determine if detections are accepted. Increase if you get false detections, decrease if the object of interest it not detected.
- **Device**: use CPU, GPU or NNAPI for inference (more details [here](#device)).
- **Threads**: number of threads to use (only makes a difference when CPU is selected as device).


### Point Goal Navigation

Expand Down
Binary file modified docs/images/screen_object_tracking_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/screen_object_tracking_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit d61b9f2

Please sign in to comment.