FriedParrot commited on
Commit
279283d
·
verified ·
1 Parent(s): 3b7bd13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ tags:
10
  - biology
11
  ---
12
 
13
- # Model Card for Model ID
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.