FriedParrot commited on
Commit
03a649a
·
verified ·
1 Parent(s): 8f72751

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -22
README.md CHANGED
@@ -3,43 +3,33 @@ library_name: transformers
3
  license: creativeml-openrail-m
4
  language:
5
  - en
6
- metrics:
7
- - accuracy
8
  ---
9
 
10
- # Model Card for Model ID
 
11
 
12
- <!-- Provide a quick summary of what the model is/does. -->
13
 
14
 
15
 
16
- ## Model Details
17
 
18
- ### Model Description
19
 
20
- <!-- Provide a longer summary of what this model is. -->
21
-
22
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
23
-
24
- - **Developed by:** [More Information Needed]
25
- - **Funded by [optional]:** [More Information Needed]
26
- - **Shared by [optional]:** [More Information Needed]
27
- - **Model type:** [More Information Needed]
28
- - **Language(s) (NLP):** [More Information Needed]
29
- - **License:** [More Information Needed]
30
- - **Finetuned from model [optional]:** [More Information Needed]
31
 
32
  ### Model Sources [optional]
33
 
34
- <!-- Provide the basic links for the model. -->
35
 
36
- - **Repository:** [More Information Needed]
37
- - **Paper [optional]:** [More Information Needed]
38
- - **Demo [optional]:** [More Information Needed]
39
 
40
  ## Uses
41
 
42
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
43
 
44
  ### Direct Use
45
 
 
3
  license: creativeml-openrail-m
4
  language:
5
  - en
6
+ base_model:
7
+ - facebook/detr-resnet-50-panoptic
8
  ---
9
 
10
+ # Model Card for Model ID
11
+ 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).
12
 
13
+ Note that I only use processor and `resnet-50` backbone of `resnet-50-panotic` model, not use transformers. All the model, task heads and loss are self-defined.
14
 
15
 
16
 
17
+ Another model by fine-tuning can be found at
18
 
19
+ 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.
20
 
21
+ Tasks :
22
+ - Classification
23
+ - BBoxes prediction, and
24
+ - Segmentation
 
 
 
 
 
 
 
25
 
26
  ### Model Sources [optional]
27
 
28
+ For source code : check [my github](https://github.com/FRIEDparrot/fish-segmentation)
29
 
 
 
 
30
 
31
  ## Uses
32
 
 
33
 
34
  ### Direct Use
35