minhanhto09 commited on
Commit
11253ab
1 Parent(s): d9e4687

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -126,7 +126,13 @@ Note that the debug configuration utilizes these particular folds `train_fold_99
126
 
127
  ## Usage Example
128
 
129
- This dataset is suitable for various computer vision tasks, including image classification, detection, and segmentation. [This document](https://colab.research.google.com/drive/1d5gEliz8IH06k52OWNWTVDejjKRRqW97?usp=sharing) presents several exploratory data analysis (EDA) techniques, along with an illustrative example of an image detection task. In this example, I presented a model capable of predicting the bounding boxes and class labels for all nuclei within a single image with relatively high accuracy.
 
 
 
 
 
 
130
 
131
  ## Licensing
132
 
 
126
 
127
  ## Usage Example
128
 
129
+ This dataset is suitable for various computer vision tasks, including image classification, detection, and segmentation. [This document](https://colab.research.google.com/drive/1d5gEliz8IH06k52OWNWTVDejjKRRqW97?usp=sharing) presents several exploratory data analysis (EDA) techniques, along with an illustrative example of an image detection task. In this example, I presented a model capable of predicting the bounding boxes and class labels for all nuclei within a single image with relatively good accuracy.
130
+
131
+ Below are the prediction results from a customized deep learning model based on the YOLOv8 model.
132
+
133
+ ![](https://huggingface.co/datasets/minhanhto09/NuCLS_dataset/blob/main/Images/fig4.png)
134
+
135
+ ![](https://huggingface.co/datasets/minhanhto09/NuCLS_dataset/blob/main/Images/fig5.png)
136
 
137
  ## Licensing
138