关于Dgraph: Detection AI Camera
计算检测到的物体和移动方向。将数据存储到 CSV 文件。
This is an app that uses the AI and computer vision technology to detect and count objects.
There are mainly two modes; detection count and movement count.
- Detection count mode collects the number of objects detected by the camera every interval. The app stores the data to a CSV file. It can also show the graph of the counts.
- Movement count mode collects the number of objects moving towards certain direction (left/right, top/bottom). After it detects the object(s), it tracks them and increments the count for that direction when it crosses the line. The collected data are also stored in a CSV file.
- You can view or delete the list of created files and the line crossing count data.
- The AI provides the confidence of a detection between 0 and 1. You can set the minimum confidence in Minimum Confidence dialog. e.g., if you set it to 0.8, box of the selected object with confidence 0.8 or above would appear and be counted.
- Support dark mode UI.