Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linussorg/vamos
https://github.com/linussorg/vamos
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/linussorg/vamos
- Owner: linussorg
- License: apache-2.0
- Created: 2022-03-24T17:36:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-02T11:31:51.000Z (over 2 years ago)
- Last Synced: 2024-02-16T18:53:04.124Z (9 months ago)
- Language: Python
- Size: 2.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Important Note: VAMOS is deprecated. It's successor, VAMOS+, uses an AI and achieves better results when detecting. Go to https://github.com/linussorg/vamos-plus to see the repository.
![VAMOS Logo](files/vamos_logo_white.png)
VAMOS is a software for detecting meteors (shooting stars) in videos. In order to detect them in videos, it recognizes moving objects and uses different algorithms to filter out the meteors.
# Installation
### To run it from source, there are the following requirements:
- Python 3
- OpenCV
- openpyxl
- PyQt5
- numpy### Video drivers for PyQt5 (Windows only, Linux currently not supported):
- https://codecguide.com/download_k-lite_codec_pack_basic.htm (Recommended)# Execution
To run VAMOS, execute the "vamos.py" file with python and make sure all of the above packages are correctly installed.