Skip to contents

Stereo imagery is widely used by research institutions and management bodies around the world as a cost-effective and non-destructive method to research and monitor fish and habitats (Whitmarsh, Fairweather and Huveneers, 2017). Stereo-video can provide accurate and precise size and range measurements and can be used to study spatial and temporal patterns in fish assemblages (McLean et al., 2016), habitat composition and complexity (Collins et al., 2017), behaviour (Goetze et al., 2017), responses to anthropogenic pressures (Bosch et al., 2022) and the recovery and growth of benthic fauna (Langlois et al. 2020). It is important that users of stereo-video collect, annotate, quality control and store their data in a consistent manner, to ensure data produced is of the highest quality possible and to enable large scale collaborations. Here we collate existing best practices and propose new tools to equip ecologists to ensure that all aspects of the stereo-video workflow are performed in a consistent way.

1. Data Collection

Standardised protocols reduce variation in methodologies among researchers, and encourage the use of Findable, Accessible, Interoperable and Reusable (FAIR, Wilkinson et al., 2016) protocols, this increases collaborations and allows researchers to answer broadscale ecological questions. Two standard operating procedures for field data collection have been published:

  • A globally endorsed best-practice field manual for baited remote underwater stereo-video (stereo-BRUVs) was published in 2020 (Langlois et al., 2020). The field manual is available online here.

  • A best-practice field manual for diver operated stereo-video (stereo-DOVs) was published in 2019. The field manual can be found online here.

2. Video Annotation

The two field manuals mentioned above outline the standard protocols for video annotation. We have further developed these by creating step-by-step annotation guides for fish and habitat using two common software developed by SeaGIS, EventMeasure and TransectMeasure:

  • The annotation guide for EventMeasure outlines how to obtain count data and length measurements from stereo-BRUV imagery.

  • The annotation guide for TransectMeasure outlines a rapid approach to characterise benthic composition and complexity from horizontally facing imagery (including stereo-BRUVs and panoramic drop cameras), adapting existing standardised schema for benthic composition (CATAMI classification scheme) and benthic complexity as per Wilson et al. (2006).

3. Quality Control

Robust and automated quality control procedures are essential to consistently identify errors in stereo-video data and provide immediate feedback before datasets are contributed for environmental reporting (Campbell et al., 2013). We have developed an interactive web-based application, called CheckEM, to allow users to compare annotations against life-history information, create interactive plots and tables in a graphical interface, and provide summarised data and error reports to download, and in addition the ability to compile multiple discrete annotation data sets into a single synthesis ready for databasing or analysis. A free online version of the app can be accessed via this link or you can run a local version of the CheckEM application (without the internet) using R (see instructions below). A user guide for the CheckEM shiny app is available here

We have also developed an R-package, containing functions and workflows, to allow R-savvy ecologists to perform quality control checks, format and model their data. Instructions for installing the R-package can be found below.

The R workflows are available here:

4. Data Storage

GlobalArchive is designed to be a centralised repository of ecological survey data and associated information. The overarching design principles for GlobalArchive have included ease of use, secure user access, flexible data import, and the collection of any sampling and image analysis information. GlobalArchive provides a secure archive of metadata and associated annotation or other data or files, with a focus on stereo techniques. Following the data format required by GlobalArchive ensures that researchers are formating theire data in a consistent way and allows multiple researchers to easily combine their data together. We encourage users of stereo-video to upload and store their stereo-video data in GlobalArchive to enable future colloborations to answer broad-scale ecological questions.

Our aim

We have curated exisiting standard operating procedures and developed new tools to improve consistency in all aspects of the stereo-video workflow. We encourage the use of these tools and are open to feedback. We hope that our efforts to standardise the stereo-video workflow will streamline data collection, annotation and quality control and will result in data which meet the FAIR principles and increase colloboration between stereo-video users.

CheckEM R Package

To install in R

install.packages('devtools')
library('devtools')

devtools::install_github("GlobalArchiveManual/CheckEM")
library(CheckEM)

Shiny-app

CheckEM is available as a web based app hosted on shinyapps.io and can be accessed through this link You can run a local version of CheckEM (without the internet) using R via:

CheckEM::runCheckEM()

Feedback

Please submit and feedback on the R package, web based application, workflows or field manuals using the below form.

Funding

The Australian Data Partnership: Fish and Shark Data project received investment (https://doi.org/10.47486/DP761) from the Australian Research Data Commons (ARDC) and The University of Western Australia. The ARDC is funded by the National Collaborative Research Infrastructure Strategy (NCRIS).