A collection of community-maintained resources for BIIGLE.
This is a list of scripts using the BIIGLE API that are currently available in this repository. Each script has a readme file with detailed information.
Script | Description |
---|---|
biigle |
A thin wrapper of the BIIGLE API that can be used in custom Python scripts. |
convert-laser-points |
Create annotations from the positions of a laser point detection. |
grab-largo-patches |
Download the Largo patches of annotations with a specific label. |
regular-sampling-grid |
Create annotations that form a regular grid for all images of a volume. |
create-volume |
Create a new volume based on files found in a local directory. |
check_coordinates |
Parses a CSV image annotation report file and adjusts all annotation coordinates to be inside the image. |
annotations_to_biigle |
Import pascalVOC annotations to BIIGLE, automatic detection and import using yoloV5 models. |
Please read the contributing guidelines for more information on how to add your own custom scripts to this collection.
This is a list of other tools and resources that are developed by the BIIGLE community.
Resource | Description |
---|---|
An ecologist's guide to BIIGLE | A document created by the Deep Sea Conservation Research Unit that is intended to help ecologists get started using BIIGLE to annotate their image and video data. |
Chubacapp | Toolbox to process images, 3D models and annotation data from ROV and AUV. YoloV5 inference to BIIGLE, annotations reprojection, 3D topographic metrics, disjoint image selection and more. Still under active development, feedback welcomed. |
DeepSeaCRU Resources | Various resources by the Deep Sea Conservation Research Unit to interact with BIIGLE |
Please send a pull request that adds your link and description to the table above. More details how to do that can be found in the contributing guidelines.
These scripts and resources are community-maintained and not officially developed or supported by the BIIGLE developers. Although we review each new script when it is submitted to this repository, we do not guarantee that it works as you intended. Please read the readme of each script that you use carefully and review the script.