Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Correct the link of images in README of iOS demo AICamera and add it to the main README. #44

Merged
merged 1 commit into from
Dec 7, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions Demo/iOS/AICamera/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ After installed, go to Settings -> General -> Device Management -> Baidu USA llc

### QR code link

[image](https://github.com/PaddlePaddle/Mobile/tree/develop/Demo/iOS/AICamera/assets/qr_code_ios.png)
<img src="assets/qr_code_ios.png" width = "20%" />

### Demo screenshot

[image](https://github.com/PaddlePaddle/Mobile/tree/develop/Demo/iOS/AICamera/assets/demo_screenshot.jpg)
<img src="assets/demo_screenshot.jpg" width = "30%" />

Detected object will be highlighted as a bounding box with a classified object label and probability.


## Classifications
pascal_mobilenet_300_66 and vgg_ssd_net models can only classify following 20 objects:
`pascal_mobilenet_300_66` and `vgg_ssd_net` models can only classify following 20 objects:

- aeroplane
- bicycle
Expand All @@ -46,15 +46,15 @@ pascal_mobilenet_300_66 and vgg_ssd_net models can only classify following 20 ob
- train
- tvmonitor

face_mobilenet_160_91 can only classify human's face
`face_mobilenet_160_91` can only classify human's face


## Settings

Simply tap on the screen to toggle settings

- Models: Select Pascal MobileNet 300 or Face MobileNet 160, App will exit, need to launch to restart.
- Camera: Toggle Front/Back Camera. App will exit, need to launch to restart.
- Camera: Toggle Front/Back Camera. App will exit, need to launch to restart.
- Accuracy Threshold: Adjust threshold to filter more/less objects based on probability
- Time Refresh Rate: Adjust the time to refresh bounding box more/less frequently
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
这里需要换行么?现在图片连在文字后面。

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个README还需要很大调整的,我后面会发PR来调整。


Expand Down Expand Up @@ -100,4 +100,3 @@ XCode target -> Bulid Phases -> Copy Bundle Resources, click '+' to add vgg_ssd_
| face_mobilenet_160_91 | 160x160 | 91% |
| pascal_mobilenet_300_66 | 300x300 | 66% |
| vgg_ssd_net | 300x300 | 71% |

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Here mainly describes how to deploy PaddlePaddle to the mobile end, as well as s

## Demo
- [An inference demo program based on the Paddle C API.](./benchmark/tool/C/README.md)
- [iOS demo of AICamera](./Demo/iOS/AICamera/README.md)

## Deployment optimization methods
- [Merge batch normalization before deploying the model to the mobile.](./tools/merge_batch_normalization/README.md)
Expand Down