https://github.com/bencevans/pycococt

COCO-CameraTrap Indexer. An extension to pycocotools including location and sequence indexing.

https://github.com/bencevans/pycococt

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

camera-traps cameratrap coco-dataset machine-learning
Last synced: 6 months ago · JSON representation

Repository

COCO-CameraTrap Indexer. An extension to pycocotools including location and sequence indexing.

Basic Info
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
camera-traps cameratrap coco-dataset machine-learning
Created almost 6 years ago · Last pushed over 4 years ago
Metadata Files
Readme License

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

GitHub Events

Total
Last Year

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 13
  • Total Committers: 2
  • Avg Commits per committer: 6.5
  • Development Distribution Score (DDS): 0.231
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels