watchedolives-utilities
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.6%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: matijasukovic
- Language: Python
- Default Branch: main
- Size: 4.16 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Created over 1 year ago
· Last pushed about 1 year ago
Metadata Files
Readme
Citation
README.md
WatchedOlives utilities
A collection of utilities for the WatchedOlives project, ranging from dataset manipulation to model training.
Create a virtual environment and activate it
python -m venv ./venv source venv/bin/activateInstall requirements
pip install -r requirements.txtEach script is run individually through CLI. Find the details and arguments for any script:
python script.py --help
Owner
- Login: matijasukovic
- Kind: user
- Repositories: 2
- Profile: https://github.com/matijasukovic
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Šuković
given-names: Matija
orcid: https://orcid.org/0009-0008-6545-3736
title: "WatchedOlives utilities"
version: 1.0.0
identifiers:
- type: doi
value: 10.5281/zenodo.13954379
date-released: 2024-10-19
GitHub Events
Total
- Release event: 1
- Push event: 17
- Create event: 3
Last Year
- Release event: 1
- Push event: 17
- Create event: 3
Dependencies
requirements.txt
pypi
- datumaro *
- kaleido *
- optuna *
- plotly *
- sahi *
- ultralytics *