famousdetectiveadrianmonk's picture
Update README.md
b734a07 verified
---
license: mit
task_categories:
- image-to-text
language:
- en
size_categories:
- n<1K
---
# My Custom Dataset
## Description
The original dataset was modified to inserto fake sensor information in bottom of image.
## Usage
```python
from datasets import load_dataset
dataset = load_dataset("famousdetectiveadrianmonk/sensor-ocr-benchmark")
example = dataset['train'][0]
img = example['pixel_values']
sensor_zoomin = img.crop((600, 850, 1250, 1050))
```
## Attribution
This dataset is based on the original dataset provided by Segments.ai. The original dataset can be found at [https://huggingface.co/datasets/segments/sidewalk-semantic](https://huggingface.co/datasets/segments/sidewalk-semantic).
This dataset is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License. To view a copy of this license, visit [https://creativecommons.org/licenses/by-nc/4.0/](https://creativecommons.org/licenses/by-nc/4.0/).
### Changes Made
- Added fake sensor information in bottom of image
## License
This dataset is available under the Creative Commons Attribution-NonCommercial 4.0 International License. To view a copy of this license, visit [https://creativecommons.org/licenses/by-nc/4.0/](https://creativecommons.org/licenses/by-nc/4.0/).