zhuchi76 commited on
Commit
23645bb
·
verified ·
1 Parent(s): 7c6e3fa

Update README to hub

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Boat Dataset for Object Detection
2
+
3
+ ## Overview
4
+ This dataset contains images of boats for object detection tasks. It can be used to train and evaluate object detection models.
5
+
6
+ ## Dataset Structure
7
+ The dataset is organized as follows:
8
+
9
+ - `images/`: This directory contains the boat images in JPG format.
10
+ - `annotations/`: This directory contains the annotation files for each image in XML format.
11
+ - `train.txt`: This file lists the file paths of the images used for training.
12
+ - `test.txt`: This file lists the file paths of the images used for testing.
13
+
14
+ ## Annotation Format
15
+ The annotation files follow the PASCAL VOC format and contain bounding box annotations for each boat instance in the image.
16
+
17
+ ## Usage
18
+ To use this dataset, you can download the images and annotations from the following link: [Download Dataset](https://example.com/boat_dataset.zip)
19
+
20
+ ## Citation
21
+ If you use this dataset in your research, please cite the following paper: