Datasets:
| pretty_name: "iShape Logs" | |
| size_categories: | |
| - 1K<n<10K | |
| task_categories: | |
| - image-segmentation | |
| tags: | |
| - instance-segmentation | |
| - mask-rle | |
| - ishape | |
| # iShape Logs | |
| A subset of the iShape dataset for `log` instances. | |
| Source dataset: https://ishape.github.io | |
| ## Splits | |
| | Split | Samples | | |
| |---|---:| | |
| | train | 2000 | | |
| | validation | 500 | | |
| ## Columns | |
| - `image`: source image | |
| - `objects`: object annotations with `name` and `rle` | |
| ## Annotation Format | |
| `rle` stores a COCO-style compressed mask string in `height width counts` form. | |