Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T14:50:43.000Z (6 months ago)
- Last Synced: 2024-09-27T17:41:58.990Z (4 months ago)
- Topics: jugend-forscht, meteor, tensorflow
- Language: Python
- Homepage: https://jugend-forscht.linus-sorg.com
- Size: 28.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
![vamos_plus_logo_white](files/vamos_plus_logo_white.png)
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
### To run it from source, there are the following requirements:
- Python 3
- OpenCV
- openpyxl
- PyQt5
- numpy
- tensorflow### Video drivers for PyQt5 (Windows only, Linux currently not supported):
- https://codecguide.com/download_k-lite_codec_pack_basic.htm (Recommended)### 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.
These problems are going to be solved with the UI overhaul that's planned for VAMOS+.