martintmv commited on
Commit
b895a70
1 Parent(s): 8e6e706

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -7
README.md CHANGED
@@ -1,7 +1,5 @@
1
  ---
2
  license: apache-2.0
3
- datasets:
4
- - martintmv/rb-ibdm-l
5
  ---
6
 
7
  # InsectSAM: Insect Segmentation and Monitoring
@@ -13,11 +11,11 @@ datasets:
13
 
14
  ## Overview
15
 
16
- InsectSAM is an advanced machine learning model tailored for the DIOPSIS camera systems, which are dedicated to Insect Biodiversity Detection and Monitoring in the Netherlands. Built on Meta AI's `segment-anything` framework, InsectSAM excels at segmenting insects from complex backgrounds, enhancing the accuracy and efficiency of biodiversity monitoring efforts.
17
 
18
  ## Purpose
19
 
20
- This model has been meticulously trained to identify and segment insects against a variety of backgrounds that might otherwise confuse traditional algorithms. It is specifically designed to adapt to future changes in background environments, ensuring its long-term utility in the DIOPSIS project.
21
 
22
  ## Model Architecture
23
 
@@ -53,6 +51,4 @@ Two Jupyter notebooks are provided to demonstrate the model's capabilities and i
53
  - **InsectSAM.ipynb**: Covers the training process, from data preparation to model evaluation.
54
  - **InsectSAM_GroundingDINO.ipynb**: Demonstrates how InsectSAM is combined with GroundingDINO for enhanced segmentation performance.
55
 
56
- Check out the notebooks on RB-IBDM's GitHub page - https://github.com/martintmv-git/RB-IBDM/tree/main/InsectSAM
57
-
58
-
 
1
  ---
2
  license: apache-2.0
 
 
3
  ---
4
 
5
  # InsectSAM: Insect Segmentation and Monitoring
 
11
 
12
  ## Overview
13
 
14
+ InsectSAM is an advanced machine learning model tailored for the https://diopsis.eu camera systems and https://www.arise-biodiversity.nl/, dedicated to Insect Biodiversity Detection and Monitoring in the Netherlands. Built on Meta AI's `segment-anything` model, InsectSAM excels at segmenting insects from complex backgrounds, enhancing the accuracy and efficiency of biodiversity monitoring efforts.
15
 
16
  ## Purpose
17
 
18
+ This model has been meticulously trained to identify and segment insects against a variety of backgrounds that might otherwise confuse traditional algorithms. It is specifically designed to adapt to future changes in background environments, ensuring its long-term utility in the DIOPSIS / ARISE project.
19
 
20
  ## Model Architecture
21
 
 
51
  - **InsectSAM.ipynb**: Covers the training process, from data preparation to model evaluation.
52
  - **InsectSAM_GroundingDINO.ipynb**: Demonstrates how InsectSAM is combined with GroundingDINO for enhanced segmentation performance.
53
 
54
+ Check out the notebooks on RB-IBDM's GitHub page - https://github.com/martintmv-git/RB-IBDM/tree/main/InsectSAM