FriedParrot commited on
Commit
7daa541
·
verified ·
1 Parent(s): 279283d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -8,6 +8,8 @@ base_model:
8
  pipeline_tag: image-segmentation
9
  tags:
10
  - biology
 
 
11
  ---
12
 
13
  # Fish-segmentation-model
@@ -17,7 +19,7 @@ Note that I only use processor of `detr-resnet-50-panotic` and `resnet-50` backb
17
 
18
  Another model by directly fine-tuning DETR model can be found at https://huggingface.co/FriedParrot/fish-segmentation-simple
19
 
20
- This model use kaggle dataset [A Large Scale Fish Dataset](https://www.kaggle.com/datasets/crowww/a-large-scale-fish-dataset) as dataset for training.
21
 
22
  Tasks :
23
  - Classification
 
8
  pipeline_tag: image-segmentation
9
  tags:
10
  - biology
11
+ datasets:
12
+ - FriedParrot/a-large-scale-fish-dataset
13
  ---
14
 
15
  # Fish-segmentation-model
 
19
 
20
  Another model by directly fine-tuning DETR model can be found at https://huggingface.co/FriedParrot/fish-segmentation-simple
21
 
22
+ This model use kaggle dataset [A Large Scale Fish Dataset](https://www.kaggle.com/datasets/crowww/a-large-scale-fish-dataset) as dataset for training. And for convenience, I also made a copy version for this dataset available on [huggingface](https://huggingface.co/datasets/FriedParrot/a-large-scale-fish-dataset), this is just for making it easier for u to use.
23
 
24
  Tasks :
25
  - Classification