Update README.md
Browse files
README.md
CHANGED
@@ -96,7 +96,7 @@ The dataset comes provided with 400 images of seismic sections. This can be foun
|
|
96 |
- **Green**: Falut (Uncertain)
|
97 |
- **Blue**: Fault (Certain)
|
98 |
|
99 |
-
However, not all seismic images have all the corresponding labels as some are missing the `expert` label as well as other labels.
|
100 |
|
101 |
## Installation and Usage
|
102 |
Provided is a sample code that downloads the dataset from HuggingFace and accesses the first `Image` and `novice01` label. It then loads it into a pytorch `DataLoader`:
|
@@ -123,8 +123,3 @@ for batch in dataloader:
|
|
123 |
## Links
|
124 |
|
125 |
**Associated Website**: https://ghassanalregib.info/
|
126 |
-
|
127 |
-
**Code Acknowledgement**: Code draws partially from following codebases:
|
128 |
-
|
129 |
-
* https://github.com/ultralytics/yolov5
|
130 |
-
* https://github.com/facebookresearch/detectron2
|
|
|
96 |
- **Green**: Falut (Uncertain)
|
97 |
- **Blue**: Fault (Certain)
|
98 |
|
99 |
+
However, not all seismic images have all the corresponding labels as some are missing the `expert` label as well as other labels. These correspond to panda's `NaN` and are viewed in HuggingFace's dataset viewer as `Not supported with pagintation yet`.
|
100 |
|
101 |
## Installation and Usage
|
102 |
Provided is a sample code that downloads the dataset from HuggingFace and accesses the first `Image` and `novice01` label. It then loads it into a pytorch `DataLoader`:
|
|
|
123 |
## Links
|
124 |
|
125 |
**Associated Website**: https://ghassanalregib.info/
|
|
|
|
|
|
|
|
|
|