Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/william1nguyen/camera-alert-unsafe-distance
https://github.com/william1nguyen/camera-alert-unsafe-distance
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/william1nguyen/camera-alert-unsafe-distance
- Owner: william1nguyen
- Created: 2024-10-11T04:21:31.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-18T01:13:09.000Z (2 months ago)
- Last Synced: 2024-10-20T11:36:37.352Z (2 months ago)
- Language: Python
- Size: 10.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```