Datasets:
| # data.yaml | |
| # Ultralytics dataset config for this directory. | |
| # | |
| # No test: split -- SeaDronesSee's images/test/ is a held-out competition | |
| # set with no released ground truth, so this mirror only ships train/val. | |
| path: data | |
| train: | |
| - images/train/shard_000 | |
| - images/train/shard_001 | |
| - images/train/shard_002 | |
| val: | |
| - images/val/shard_000 | |
| nc: 5 | |
| names: | |
| 0: swimmer | |
| 1: boat | |
| 2: jetski | |
| 3: life_saving_appliances | |
| 4: buoy | |