minhanhto09 commited on
Commit
08bd536
1 Parent(s): 7a02818

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -60,8 +60,6 @@ To see a smaller subset of the dataset:
60
  from datasets import load_dataset
61
  dataset = load_dataset("minhanhto09/NuCLS_dataset", name="debug")
62
  ```
63
- For detailed usage instructions, please refer to [this documentation](https://colab.research.google.com/drive/1d5gEliz8IH06k52OWNWTVDejjKRRqW97?usp=sharing).
64
-
65
 
66
  ## Dataset Structure
67
 
@@ -128,6 +126,7 @@ Note that the debug configuration utilizes these particular folds `train_fold_99
128
 
129
  ## Usage Example
130
 
 
131
 
132
  ## Licensing
133
 
 
60
  from datasets import load_dataset
61
  dataset = load_dataset("minhanhto09/NuCLS_dataset", name="debug")
62
  ```
 
 
63
 
64
  ## Dataset Structure
65
 
 
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