Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ tags:
|
|
| 10 |
- biology
|
| 11 |
---
|
| 12 |
|
| 13 |
-
#
|
| 14 |
This is a Model using `ResNet-50` backbone and customized Multi-task Head and loss to make classification, boundary box prediction and segmentation (24.7M parameters).
|
| 15 |
|
| 16 |
Note that I only use processor of `detr-resnet-50-panotic` and `resnet-50` backbone of the base model, not use transformers. All the model, task heads and loss are self-defined.
|
|
|
|
| 10 |
- biology
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# Fish-segmentation-model
|
| 14 |
This is a Model using `ResNet-50` backbone and customized Multi-task Head and loss to make classification, boundary box prediction and segmentation (24.7M parameters).
|
| 15 |
|
| 16 |
Note that I only use processor of `detr-resnet-50-panotic` and `resnet-50` backbone of the base model, not use transformers. All the model, task heads and loss are self-defined.
|