Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update example with more data #326

Merged
merged 23 commits into from
Jun 16, 2023
Merged

Update example with more data #326

merged 23 commits into from
Jun 16, 2023

Commits on Jun 5, 2023

  1. Add homepage URL

    peterdesmet committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    09a114d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Add cameraID, cameraModel, cameraTilt, cameraHeading

    - cameraID: MICA uses camera numbers, but unknown which ones are used for these deployments specifically. Numbers were chosen that do correspond with the numbers used for the corresponding area
    - cameraModel: Reconyx-HF2X
    - cameraTilt: no data available, but all tilting down at about -15 degrees
    - cameraHeading: derived from looking at Google maps (285 west, 350 north, 20 north, 55 northeast)
    
    Co-Authored-By: EmmaCartuyvels1 <44839819+EmmaCartuyvels1@users.noreply.github.com>
    peterdesmet and EmmaCartuyvels1 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    fb1d7c5 View commit details
    Browse the repository at this point in the history
  2. Add detectionDistance, timestampIssues, baitUse, featureType

    - detectionDistance: values as recorded in Agouti, converted to meters
    - featureType we chose trailGame over waterSource, since the target species (Ondatra) uses the water ways as trails
    
    Co-Authored-By: EmmaCartuyvels1 <44839819+EmmaCartuyvels1@users.noreply.github.com>
    peterdesmet and EmmaCartuyvels1 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    b13e429 View commit details
    Browse the repository at this point in the history
  3. Add habitat

    Habitat is derived from the location descriptions in the MICA project report
    
    Co-Authored-By: EmmaCartuyvels1 <44839819+EmmaCartuyvels1@users.noreply.github.com>
    peterdesmet and EmmaCartuyvels1 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    51aeac4 View commit details
    Browse the repository at this point in the history
  4. Add deploymentGroups, deploymentTags, update deploymentComments

    - deploymentGroups: area codes + season (somewhat artificial, but shows use of |)
    - deploymentTags: position of camera along river (also moved)
    - deploymentComments: translate to English
    
    Co-Authored-By: EmmaCartuyvels1 <44839819+EmmaCartuyvels1@users.noreply.github.com>
    peterdesmet and EmmaCartuyvels1 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    ab12c5a View commit details
    Browse the repository at this point in the history
  5. Update setupBy

    One anonymized cf. Agouti approach, one empty
    
    Co-Authored-By: EmmaCartuyvels1 <44839819+EmmaCartuyvels1@users.noreply.github.com>
    peterdesmet and EmmaCartuyvels1 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    062ecdf View commit details
    Browse the repository at this point in the history
  6. Add behavior=foraging for 3 events in first deployment

    For the second event it is not possible to annotate at media level, since it concerns a group
    peterdesmet committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    f4657bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f6b7ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d3fc946 View commit details
    Browse the repository at this point in the history
  9. Revert 62c200a9 to machine classification

    - Ardea cinerea to Ardea
    - Remove lifeStage
    - add classificationTimestamp
    - add classificationProbability
    peterdesmet committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    d3457e8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e994e73 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    458d2e2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    01632ac View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Add bbox values

    Original bounding box is x1,y1,x2,y2 scaled to 640 width. The scaling factor is thus 0.3125
    
    rel_x1 = x1/scale/2048 = bboxX
    rel_y1 = y1/scale/1440 = bboxY
    rel_x2 = x2/scale/2048
    rel_y2 = y2/scale/1440
    bboxWidth = rel_x2/rel_x1
    bboxHeight = rel_y2/rel_y1
    
    All are rounded to 5 decimals
    peterdesmet committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    eaafce9 View commit details
    Browse the repository at this point in the history
  2. Remove originalBoundingBox from tags, update classificationTimestamp

    The originalBoundingBox is in an format (see eaafce9) that is no longer used in Agouti. It would confuse users if we include it in the example dataset (it confused me)
    peterdesmet committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    4df26f7 View commit details
    Browse the repository at this point in the history
  3. Add missing bounding box

    peterdesmet committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    00a697e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ee79c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    81379ea View commit details
    Browse the repository at this point in the history
  2. Always add classifiedBy

    Even for the unclassified, there is setup information, meaning someone classified that
    peterdesmet committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    9c6c983 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4feace View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca6ed1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eedc95b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    360dd65 View commit details
    Browse the repository at this point in the history