diff --git a/resources/views/manual/index.blade.php b/resources/views/manual/index.blade.php index a56adbc118..897d33486c 100644 --- a/resources/views/manual/index.blade.php +++ b/resources/views/manual/index.blade.php @@ -312,6 +312,10 @@ Observations From Four Years of BIIGLE 2.0
Zurowietz, M., & Nattkemper, T. W. (2021). Current Trends and Future Directions of Large Scale Image and Video Annotation: Observations From Four Years of BIIGLE 2.0.
Frontiers in Marine Science, 8, 760036. doi: 10.3389/fmars.2021.760036

+

+ LabelBOT
+ G. Kourie, M. Zurowietz, D. Langenkämper, D. Brembilla and T. W. Nattkemper, LabelBOT: A Human-in-the-Loop Classification Assistance in the BIIGLE Image Annotation Tool.
IEEE Access, vol. 14, pp. 65161-65180, 2026. doi: 10.1109/ACCESS.2026.3688574 +

Video Object Tracking
Lukezic, A., Vojir, T., ˇCehovin Zajc, L., Matas, J., & Kristan, M. (2017). Discriminative correlation filter with channel and spatial reliability. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (pp. 6309-6318). doi: 10.1109/CVPR.2017.515 diff --git a/resources/views/manual/tutorials/labelbot/labelbot.blade.php b/resources/views/manual/tutorials/labelbot/labelbot.blade.php index 69ed14faca..f52fb156b1 100644 --- a/resources/views/manual/tutorials/labelbot/labelbot.blade.php +++ b/resources/views/manual/tutorials/labelbot/labelbot.blade.php @@ -9,7 +9,7 @@

- LabelBOT is the automatic classification assistant of BIIGLE. It suggests labels for new annotations based on similar existing annotations, so you no longer have to select the labels yourself. This manual article explains how you can use LabelBOT and how it works under the hood. + LabelBOT [1] is the automatic classification assistant of BIIGLE. It suggests labels for new annotations based on similar existing annotations, so you no longer have to select the labels yourself. This manual article explains how you can use LabelBOT and how it works under the hood.

How to use LabelBOT

@@ -63,5 +63,12 @@

Some part of the computation for LabelBOT is done in your browser. This can take several seconds on low-end or older machines. The computation will be dramatically faster if there is access to a dedicated graphics card via WebGPU. Access to WebGPU can also depend on the web browser and operating system. You can check here if WebGPU is available in your browser.

+ +

References

+
    +
  1. + G. Kourie, M. Zurowietz, D. Langenkämper, D. Brembilla and T. W. Nattkemper, LabelBOT: A Human-in-the-Loop Classification Assistance in the BIIGLE Image Annotation Tool. In IEEE Access, vol. 14, pp. 65161-65180, 2026. doi: 10.1109/ACCESS.2026.3688574 +
  2. +
@endsection