egrace479 commited on
Commit
8891e36
·
1 Parent(s): df7cf05

Update README.md

Browse files

Added figure image in with caption

Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -114,7 +114,12 @@ To increase the size and diversity of the training dataset (originally 295 image
114
  We developed 12 target classes, or trait masks, for our segmentation problem, each representing different morphological traits of a fish specimen.
115
  The segmentation classes are: dorsal fin, adipose fin, caudal fin, anal fin, pelvic fin, pectoral fin, head minus the eye, eye, caudal fin-ray, alt fin-ray, alt fin-spine, and trunk.
116
  Although minnows do not have adipose fins, the segmentation model was trained on a variety of fish image data, some of which had adipose fins.
117
- We retained this class because the segmentation model may erroneously assign an adipose fin to a minnow ([Fig. S1](https://huggingface.co/imageomics/BGNN-trait-segmentation/blob/main/Fig_S1.png)), and a domain scientist examining these outputs may want to analyze the accuracy of the model.
 
 
 
 
 
118
 
119
  The training dataset utilized the image files listed in [training_dataset_INHS.txt](https://huggingface.co/imageomics/BGNN-trait-segmentation/blob/main/training_dataset_INHS.txt).
120
 
 
114
  We developed 12 target classes, or trait masks, for our segmentation problem, each representing different morphological traits of a fish specimen.
115
  The segmentation classes are: dorsal fin, adipose fin, caudal fin, anal fin, pelvic fin, pectoral fin, head minus the eye, eye, caudal fin-ray, alt fin-ray, alt fin-spine, and trunk.
116
  Although minnows do not have adipose fins, the segmentation model was trained on a variety of fish image data, some of which had adipose fins.
117
+ We retained this class because the segmentation model may erroneously assign an adipose fin to a minnow (Fig. S1), and a domain scientist examining these outputs may want to analyze the accuracy of the model.
118
+
119
+ |![Figure S1](https://huggingface.co/imageomics/BGNN-trait-segmentation/raw/main/Fig_S1.png)|
120
+ |:--|
121
+ |**Figure S1.** [Image of a segmented minnow](https://huggingface.co/imageomics/BGNN-trait-segmentation/raw/main/Fig_S1.png) with an erroneously marked anal fin.
122
+ The segmentation has 13 classes: background (black), dorsal fin (red), adipose fin (green), caudal fin (blue), anal fin (yellow), pelvic fin (light blue), pectoral fin (pink), head minus the eye (white), eye (bright green), trunk (teal), caudal fin-ray (light red), alt fin-ray (light pink), and alt fin-spine (peach).|
123
 
124
  The training dataset utilized the image files listed in [training_dataset_INHS.txt](https://huggingface.co/imageomics/BGNN-trait-segmentation/blob/main/training_dataset_INHS.txt).
125