https://github.com/linussorg/vamos-plus
VAMOS+ is a software for detecting meteors (shooting stars) in videos.
https://github.com/linussorg/vamos-plus
jugend-forscht meteor tensorflow
Last synced: 5 months ago
JSON representation
VAMOS+ is a software for detecting meteors (shooting stars) in videos.
- Host: GitHub
- URL: https://github.com/linussorg/vamos-plus
- Owner: linussorg
- License: apache-2.0
- Created: 2022-03-24T18:08:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-10T22:25:46.000Z (over 1 year ago)
- Last Synced: 2025-10-24T11:40:18.463Z (9 months ago)
- Topics: jugend-forscht, meteor, tensorflow
- Language: Python
- Homepage: https://jugend-forscht.linus-sorg.com
- Size: 28.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

VAMOS+ is a software for detecting meteors (shooting stars) in videos. To make the detections more reliable, a Tensorflow Convolutional Neural Network is used for prediction.
---
## Installation:
#### Required Python packages:
- OpenCV
- openpyxl
- PyQt5
- numpy
- tensorflow
#### Install with
```
pip install -r requirements.txt
```
- Install tensorflows correct version for your system from [Tensorflow](https://www.tensorflow.org/install)
### Video drivers for PyQt5
- Windows only, Linux currently not supported
- Recommended
- Download [here](https://codecguide.com/download_k-lite_codec_pack_basic.htm)
### Only for GPU use:
- CUDA
- CUDNN
## Execution
To run VAMOS+, execute the "vamos_plus.py" file with python and make sure all of the above packages are correctly installed.
## Known Linux issues
- Working with VAMOS+ on Linux has some performance benefits over Windows, but also comes with some missing features, such as the video player in the results window or the video preview during the analysis