strawberrydata

Tool suite for fast multi-camera strawberry data collection project. The standards document houses cross compatibility/purpose implementation details.

https://github.com/raymondcm/strawberrydata

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
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.7%) to scientific vocabulary

Keywords

camera cpp data intel multi-camera
Last synced: 6 months ago · JSON representation ·

Repository

Tool suite for fast multi-camera strawberry data collection project. The standards document houses cross compatibility/purpose implementation details.

Basic Info
  • Host: GitHub
  • Owner: RaymondCM
  • License: mit
  • Language: C++
  • Default Branch: master
  • Homepage:
  • Size: 13.2 MB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 2
  • Open Issues: 5
  • Releases: 0
Topics
camera cpp data intel multi-camera
Created over 7 years ago · Last pushed about 3 years ago
Metadata Files
Readme License Citation

README.md

Strawberry Data

Data collection suite for strawberry data collection project. The standards document and example implementation can be found here.

Controls

| Key | Description | | --- | ----------- | | save, s, Enter Key | Writes all output to disk | | new, n | Creates new dataset folder and asks for meta data input | | laser0, l0 | Turns laser off | | laser1 <param>, l1 <param> | Turns laser on, <param> can be min(-3), mid(-2), max(-1) or any float value | | stab, st | Throws away frames for correcting exposure | | help, h | Displays help | | quit, q | Quits |

Config

Parameters are stored in the config.json file.

| Key | Description | | --- | ----------- | | save-path-prefix | Controls which folder the data structure is save in. Final path = save-path-prefix + data structure path | | project-name | Top level filter folder for organising different data collection sessions. Final path = save-path-prefix + project-name + "/" | | gui-enabled | If true all connected camera streams are displayed on screen, if true stabilise exposure can be false. | | stabilise-exposure | Throws away stabilise-exposure-count number of frames to stabilise the auto exposure | | stabilise-exposure-count | Parameter used when stabilise-exposure is true | | stream-colour | Parent property controlling stream parameters for colour sensors (see width, height and frame-rate) | | stream-depth | Parent property controlling stream parameters for depth sensors (see width, height and frame-rate) | | width | Sensor resolution width | | height | Sensor resolution height | | frame-rate | Sensor resolution frame rate | | options | Parent property that houses global sensor parameters (see auto-exposure, back-light-compensation and auto-white-balance) | | auto-exposure | Determines weather the sensor will determine exposure parameters using an internal algorithm | | back-light-compensation | This setting when on will compensate for very bright backgrounds to ensure more uniform lighting | | auto-white-balance | Determines weather the sensor can dynamically calculate the white balance parameters | | file-names | Contains all of the file names and extensions for multiple types (See for reference) |

Example Usage

```bash git clone https://github.com/RaymondKirk/StrawberryData mkdir -p StrawberryData/build cd StrawberryData/build cmake .. make all -j4 ./grabber

Application starts

...

Controls:

-save, s (Writes all output to disk)

-laser0, l0 (Turns laser off)

-laser1 , l1 (Turns laser on)

- can be min(-3), mid(-2), max(-1) or any float value

-stab, st (Throws away frames for correcting exposure)

-new, n (Creates new dataset)

-help, h (Displays help)

-quit, q (Quits)

Enter Control:

Enter the new command and start data collection

When finished press q to quit and repeat from #Application Starts

```

Owner

  • Name: Raymond
  • Login: RaymondCM
  • Kind: user
  • Location: Lincoln, UK
  • Company: @FruitCast

Dr. Raymond Martin. Founder, FruitCast Ltd.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Kirk"
  given-names: "Raymond"
  orcid: "https://orcid.org/0000-0001-5118-9358"
title: "StrawberryData"
version: 1.0.0
date-released: 2018-01-01
url: "https://github.com/RaymondKirk/StrawberryData"

GitHub Events

Total
Last Year

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 73
  • Total Committers: 1
  • Avg Commits per committer: 73.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
RaymondKirk r****l@l****k 73
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 3
  • Total pull requests: 6
  • Average time to close issues: N/A
  • Average time to close pull requests: 8 months
  • Total issue authors: 1
  • Total pull request authors: 3
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.33
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 3
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
  • RaymondCM (3)
Pull Request Authors
  • dependabot[bot] (3)
  • RaymondCM (2)
  • marc-hanheide (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (3)

Dependencies

scripts/requirements.txt pypi
  • certifi ==2018.8.24
  • chardet ==3.0.4
  • geojson ==2.3.0
  • idna ==2.7
  • pbr ==4.3.0
  • pkg-resources ==0.0.0
  • pyowm ==2.9.0
  • requests ==2.19.1
  • six ==1.11.0
  • stevedore ==1.29.0
  • tqdm ==4.26.0
  • urllib3 ==1.23
  • virtualenv ==16.0.0
  • virtualenv-clone ==0.3.0
  • virtualenvwrapper ==4.8.2