https://github.com/bencevans/pycococt
COCO-CameraTrap Indexer. An extension to pycocotools including location and sequence indexing.
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.2%) to scientific vocabulary
Keywords
Repository
COCO-CameraTrap Indexer. An extension to pycocotools including location and sequence indexing.
Basic Info
- Host: GitHub
- Owner: bencevans
- License: mit
- Language: Python
- Default Branch: master
- Homepage: https://pypi.org/project/pycococt/
- Size: 10.7 KB
Statistics
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
pycococt
COCO-CameraTrap Indexer. An extension to pycocotools including location and sequence indexing.
Features
- Extends / Backwards compatable with pycocotools
- Indexing for Locations and Sequences
Install
sh
pip install pycococt
Usage
```python from pycococt.cococt import COCOCT
ds = COCOCT('path to COCO-CameraTrap')
all the core indexes and helpers in pycocotools
ds.imgs ds.anns ds.cats ds.catToImgs ds.imgToAnns
with aditional camera trap indexes
ds.locs # = [ # 'Location1', # 'Location2', # 'Location3', # ... # ]
ds.locToImgs # = { 'Location1': { # 'imageid': { # 'id': 'imageid', # 'location': 'Location1', # 'height': ... # } # }, # ... # }
ds.locToSeqs # = { # 'Location1': [ # 'seq id 11', # 'seq id 12', # ... # ], # 'Location2': [ # 'seq id 21', # 'seq id 22', # ... # ] # ... # }
ds.seqToImgs # = { 'sequence 1 id': [ # { # 'id': 'image id', # ... # }, # { # 'id': 'image id', # ... # }, # ... # ], # 'sequence 2 id: [ # ... # ] # ... # } ```
Related
- Collection of COCO-CameraTrap datasets available at https://lila.science/category/camera-traps/
- COCO-CameraTrap format definition
License
MIT
Owner
- Name: Ben Evans
- Login: bencevans
- Kind: user
- Location: London, UK
- Company: Institute of Zoology, ZSL
- Website: https://bencevans.io/
- Twitter: bencevans
- Repositories: 282
- Profile: https://github.com/bencevans
GitHub Events
Total
Last Year
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Ben Evans | b****n@b****o | 10 |
| Ben Evans | B****s@b****k | 3 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0