Find missing people in photos on your android device.
todo
- Click ( ) button in the right bottom of screen to open images.
- Select images, where you want to detect peoples.
- Click open, and you will see grid of selected images on main screen of application. Objects detection algorithm starts in background automatically.
- Image frames have three colours:
-
${\color{red}Red}$ - processed, found people. -
${\color{green}Green}$ - processed, not found people. -
${\color{gray}Gray}$ - processing in progress.
- Click on image, and you can see it in the fullscreen, zoom and swap.
- To exit application just click back button few times.
We use recommended app architecture.
We use recommended model EfficientDet-Lite0.
We use tflite model maker for finetune object detection model on custom lacmus dataset with this tutorial. Original lacmus high dimension images adopted to small model input: resized and crops to 3x4=12 items with 320x320 size.
Crop and resize also applied to input images in the Lacmus Android application.