https://github.com/baadjis/oda
object detection and count with faster r-CNN
https://github.com/baadjis/oda
computer-vision faster-rcnn flask opencv torch torchvision
Last synced: 3 months ago
JSON representation
object detection and count with faster r-CNN
- Host: GitHub
- URL: https://github.com/baadjis/oda
- Owner: baadjis
- Created: 2021-02-19T16:10:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T00:18:26.000Z (over 4 years ago)
- Last Synced: 2025-05-18T11:06:55.505Z (about 1 year ago)
- Topics: computer-vision, faster-rcnn, flask, opencv, torch, torchvision
- Language: Python
- Homepage:
- Size: 984 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oda
object detection and count with faster r-CNN
detect object and count it from an image
## Usage
### Install
```
git clone
pip install -r requirements.txt
```
### Run the server
```
python main.py
```