vovantuan commited on
Commit
52c74d4
·
verified ·
1 Parent(s): 4e6ff8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -7,4 +7,26 @@ tags:
7
  - segmentation
8
  size_categories:
9
  - 100K<n<1M
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - segmentation
8
  size_categories:
9
  - 100K<n<1M
10
+ ---
11
+
12
+ # CathAction Dataset
13
+ CathAction is large-scale dataset designed for advancing catheterization understanding. CathAction comprises annotated frames focused on catheterization understanding and collision detection, along with groundtruth masks dedicated to catheter and guidewire segmentation.
14
+
15
+ Please fill out the [download form](https://airvlab.github.io/cathaction/docs/download/) and agree to our license prior to downloading the dataset.
16
+
17
+ # Dataset Structure:
18
+ ## 1. Catheterization Action understanding
19
+ The CathAction dataset encompasses annotated frames for catheterization action understanding task such as catheterization anticipation and action recognition.
20
+
21
+ These are five classes: *advance catheter*, *retract catheter*, *advance guidewire*, *retract guidewire*, and *rotate*.
22
+
23
+ ### Annotation Files Structure
24
+ The groundtruth CSV file containing 6 columns:
25
+
26
+ | Column Name | Type | Example | Description |
27
+ | ------------------- | ---------------------------- | ---------------- | --------------------------------------------------------------------------------------------------------------------- |
28
+ | `video_id` | string | `video_1` | Video the segment is in |
29
+ | `start_frame` | int | `430` | Start frame of the action |
30
+ | `stop_frame` | int | `643` | End frame of the action |
31
+ | `all_action_classes` | list of int (1 or more) | `[1]` | List of numeric IDs corresponding to all of the parsed Action' classes. |
32
+