mikkoim commited on
Commit
4a3cff8
·
verified ·
1 Parent(s): 8cf9b08

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -26,6 +26,16 @@ configs:
26
  AquaMonitor is a large, multi-modal multi-view image sequence dataset of aquatic invertebrates, collected during two years of operational environmental monitoring. It allows benchmarking computer vision algorithms for fine-grained classification, open-set detection, out-of-distribution detection and domain adaptation, all which are problems encountered in real-life monitoring situations.
27
  The dataset has 2.7M images from 43,189 specimens, DNA sequences for 1358 specimens, and dry mass and size measurements for 1494 specimens, making it also one of the largest biological multi-view and multi-modal datasets collected with an uniform setup.
28
 
 
 
 
 
 
 
 
 
 
 
29
  ## Uses
30
 
31
 
 
26
  AquaMonitor is a large, multi-modal multi-view image sequence dataset of aquatic invertebrates, collected during two years of operational environmental monitoring. It allows benchmarking computer vision algorithms for fine-grained classification, open-set detection, out-of-distribution detection and domain adaptation, all which are problems encountered in real-life monitoring situations.
27
  The dataset has 2.7M images from 43,189 specimens, DNA sequences for 1358 specimens, and dry mass and size measurements for 1494 specimens, making it also one of the largest biological multi-view and multi-modal datasets collected with an uniform setup.
28
 
29
+
30
+
31
+ ## Dataset Sources
32
+
33
+ Dataset handling library: https://github.com/mikkoim/aquamonitor
34
+
35
+ Dataset repository: https://github.com/mikkoim/aquamonitor-codes
36
+
37
+ Pretrained models: https://huggingface.co/mikkoim/aquamonitor-baselines
38
+
39
  ## Uses
40
 
41