An open API service indexing awesome lists of open source software.

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

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

```