update collision task
Browse files
README.md
CHANGED
@@ -35,11 +35,11 @@ The CathAction dataset is designed for the collision detection task, which invol
|
|
35 |
|
36 |
The dataset is organized as follows:
|
37 |
|
38 |
-
- **images/**: Contains images related to collision
|
39 |
|
40 |
-
- **labels/**: Contains annotation files for each image
|
41 |
|
42 |
-
- **train_phantom.txt**: A text file listing paths to training images and labels for the "phantom"
|
43 |
|
44 |
- **valid_animal.txt**: A text file listing paths to validation images and labels for the "animal" source data.
|
45 |
|
@@ -52,4 +52,12 @@ Each `.txt` file contains a list of image and label paths for its respective cat
|
|
52 |
1. **Training**: Use `train_phantom.txt` to load training data for the phantom category.
|
53 |
2. **Validation**: Use `valid_animal.txt` and `valid_phantom.txt` for validating model performance on different data sources, specifically focusing on the 'animal' and 'phantom' data.
|
54 |
|
55 |
-
This structure supports streamlined data loading and management for training, validating, and testing collision detection algorithms.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
The dataset is organized as follows:
|
37 |
|
38 |
+
- **images/**: Contains images related to collision and normal events.
|
39 |
|
40 |
+
- **labels/**: Contains annotation files for each image, detailing information on bounding boxes and object classes, including collision occurrences and the normal class for the corresponding image
|
41 |
|
42 |
+
- **train_phantom.txt**: A text file listing paths to training images and labels for the "phantom" data source in the collision detection task.
|
43 |
|
44 |
- **valid_animal.txt**: A text file listing paths to validation images and labels for the "animal" source data.
|
45 |
|
|
|
52 |
1. **Training**: Use `train_phantom.txt` to load training data for the phantom category.
|
53 |
2. **Validation**: Use `valid_animal.txt` and `valid_phantom.txt` for validating model performance on different data sources, specifically focusing on the 'animal' and 'phantom' data.
|
54 |
|
55 |
+
This structure supports streamlined data loading and management for training, validating, and testing collision detection algorithms.
|
56 |
+
|
57 |
+
For more information, please visit our [webpage](https://airvlab.github.io/cathaction/).
|
58 |
+
|
59 |
+
For inquiries or assistance, please contact the authors at [this link](https://airvlab.github.io/cathaction/).
|
60 |
+
|
61 |
+
Best regards,
|
62 |
+
|
63 |
+
Authors
|