Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/william1nguyen/camera-alert-unsafe-distance


https://github.com/william1nguyen/camera-alert-unsafe-distance

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# AUTO-PARKING SYSTEM

## Abilities

- Object detection.
- Distance estimation.
- Auto Find Parking area and show guideline for parking.

## How to run this project ?

### Setup environment

```
$ conda create -f environment.yml
```

### Run project

- Run with camera

```
$ python main.py
```

- Add video `mp4` file into `tests` folder.
E.g. tests/test1.mp4

```
$ python main.py --tests=tests/test1.mp4
```