Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

opendatacam/opendatacam-mobile

Repository files navigation

⚠️ OpenDataCam Mobile developement has stopped ⚠️

The OpenDataCam Mobile fork for is no longer under active development. This repository was therefore archived and put into "read only" mode. Should someone volunteer to maintain the OpenDataCam Mobile repository, please reach out to @vsaw.

OpenDataCam itself is continued being developed at the main OpenDataCam repository.


OpenDataCam Mobile v1.0.0

📲📲📲 Download it on Android 📲📲📲

OpenDataCam Mobile v1.0.0 was funded by #MyGalileoSolution 2020 challenge, a contest organized by GSA, The European GNSS Agency

optimized1

unnamed

About

OpenDataCam is an open source tool to quantify the world. It can detect, track and count objects on any video feed using AI. It is designed to be an accessible and affordable solution running locally on smartphones, desktop computers and IoT devices.

OpenDataCam never records any photo or video data. The system only saves surveyed meta-data, in particular the path an object moved or number of counted objects at a certain point. The novelty of OpenDataCam is, that everything happens on location, while no visual data is saved or sent to online cloud processing.

All software is based on open source components and runs completely locally. The software features a friendly user interface and is currently optimised for detecting and counting traffic participants, but is not limited to that.

Both software and hardware setup are documented and offered as an open source project, to underline transparency and full disclosure on privacy questions.

The OpenDataCam project respects data privacy in a transparent way. No data is required to be send to the cloud. OpenDataCam was successfully used for a wide range of use-cases from urban mobility, assets management to nature conservation.

Technical notes

OpenDataCam Mobile v1.0.0 is running YOLOv4-tiny using NCNN on CPU (320 x 192 input size)

See Development notes if you want to customize it for your use.

External Dependencies