Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dentsusoken/yolo-heatmap
https://github.com/dentsusoken/yolo-heatmap
Last synced: about 11 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/dentsusoken/yolo-heatmap
- Owner: dentsusoken
- License: gpl-3.0
- Created: 2022-01-12T01:02:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T09:50:39.000Z (almost 3 years ago)
- Last Synced: 2024-11-11T06:21:05.541Z (about 2 months ago)
- Language: Python
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yolo-heatmap
Sample code for creating a heat map using the results of object detection, based on [YOLOv5](https://github.com/ultralytics/yolov5).
# How to use
The usage is the same as the original Yolo5.
The added features and files from the original are as follows.
- features
- Define multiple polygon regions and determine if the object detected by yolo is inside the polygon region.
- Performs a projective transformation at a specified point.
- image size is only 1920x1080.
- config file
- basepoint_config.json
- contains the coordinates of the points used to define the polygon.
- map_config.json
- defines how to use the polygon coordinates defined in basepoint_config.json to create a polygon.