Yohan Runhaar
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,48 @@
|
|
| 1 |
-
---
|
| 2 |
-
license:
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- SAM
|
| 5 |
+
- ViT-B
|
| 6 |
+
- PLAS
|
| 7 |
+
tags:
|
| 8 |
+
- image-segmentation
|
| 9 |
+
- foundation-model
|
| 10 |
+
- coral reef
|
| 11 |
+
- corals
|
| 12 |
+
- marine
|
| 13 |
+
datasets:
|
| 14 |
+
- CoralNet
|
| 15 |
+
inference: false
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
<p align="center">
|
| 19 |
+
<picture>
|
| 20 |
+
<!-- <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/reefsupport/.github/main/profile/logo_text_horizontal_transparent_white.png"> -->
|
| 21 |
+
<img src="https://raw.githubusercontent.com/reefsupport/.github/main/profile/logo_text_horizontal_transparent.png" alt="Reef Support Logo" width="40%">
|
| 22 |
+
</picture>
|
| 23 |
+
</p>
|
| 24 |
+
|
| 25 |
+
# 🌊 Reef Support
|
| 26 |
+
|
| 27 |
+
We at **Reef Support** are dedicated to providing cutting-edge tools and technologies to support marine conservation efforts around the globe. Our mission is to protect and restore marine ecosystems using innovative AI-driven solutions. One key aspect is **coral segmentation**, which we integrate into our [**MariMap**](https://marimap.reef.support) application to empower marine biologists and conservationists with accurate and efficient coral reef analysis.
|
| 28 |
+
|
| 29 |
+
---
|
| 30 |
+
|
| 31 |
+
# CoralSCOP: Segment Any Coral Image on this Planet
|
| 32 |
+
|
| 33 |
+
[**GitHub**](https://github.com/zhengziqiang/CoralSCOP) |
|
| 34 |
+
[**Project page**](https://coralscop.hkustvgd.com/) |
|
| 35 |
+
[**Paper**](https://coralscop.hkustvgd.com/CoralSCOP_files/CoralSCOP__Segment_any_COral_Image_on_this_Planet.pdf)
|
| 36 |
+
|
| 37 |
+
**CoralSCOP** is the first **foundation model** for coral reef segmentation. It builds upon [Segment Anything Model (SAM)](https://github.com/facebookresearch/segment-anything) but addresses the **semantic-agnostic** limitations and includes additional training data & strategies for underwater coral scenes. This powerful model will be made available through **Reef Support’s MariMap application**, enhancing our ability to analyze coral reefs worldwide.
|
| 38 |
+
|
| 39 |
+
## Model Weights
|
| 40 |
+
- **Checkpoint**: `vit_b_coralscop.pth` (ViT-B backbone)
|
| 41 |
+
|
| 42 |
+
## Main Features
|
| 43 |
+
- **Parallel semantic branch**: better ability to differentiate coral vs. non-coral, individual coral boundaries, coral species, etc.
|
| 44 |
+
- **Train with negatives**: reduce false positives in large-scale underwater imagery.
|
| 45 |
+
- **Promptable reef segmentation**: can accept point, box, or text prompts to refine or specify the target coral classes.
|
| 46 |
+
|
| 47 |
+
## Acknowledgement
|
| 48 |
+
Thank you to the whole [**CoralSCOP**](https://github.com/zhengziqiang/CoralSCOP) team for their amazing contribution to the Marine Science community 💙🌊
|