https://github.com/appsilon/mbaza-sequencer
https://github.com/appsilon/mbaza-sequencer
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/appsilon/mbaza-sequencer
- Owner: Appsilon
- Created: 2023-06-01T17:39:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:39:27.000Z (about 2 years ago)
- Last Synced: 2025-06-05T13:48:12.582Z (7 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mbaza-sequencer
A small post-processing script to convert image predictions to sequence-based predictions based on EXIF timestamps.
## Installation
The package can be installed directly from Github:
```
pip install git+https://github.com/Appsilon/mbaza-sequencer.git
```
## Running
Once installed, run the `mbaza_sequencer` script to process the `.csv` output from Mbaza, for example:
```
mbaza_sequencer /path/to/csv /path/to/images --max_images 50 --max_delay 3
```
This will output a new csv file (appended with `"_sequenced"`) which contains sequence information and predictions.
For help with commands run:
```
mbaza_sequencer -h
```