zcbecda commited on
Commit
65f5895
·
verified ·
1 Parent(s): e3ec3ac

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +87 -0
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ # For reference on dataset card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
3
+ # Doc / guide: https://huggingface.co/docs/hub/datasets-cards
4
+ {}
5
+ ---
6
+
7
+ # Dataset Card for Dataset Name
8
+
9
+ This dataset is a collection of colour pointcloud sequences, captured from
10
+ ## Dataset Details
11
+
12
+ ### Dataset Description
13
+
14
+ <!-- Provide a longer summary of what this dataset is. -->
15
+
16
+
17
+
18
+ - **Curated by:** Connor Daly, Mechatronics in Medicine, Imperial College London
19
+
20
+ - **License:** CC BY 4.0 (Creative Commons Attribution)
21
+
22
+ ### Dataset Sources [optional]
23
+
24
+ <!-- Provide the basic links for the dataset. -->
25
+
26
+ - **Repository:** [SpineAlign](https://github.com/condog101/SpineAlign)
27
+ - **Paper [optional]:** [Coming soon]
28
+
29
+
30
+
31
+ ## Dataset Structure
32
+
33
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
34
+
35
+ [More Information Needed]
36
+
37
+ ## Dataset Creation
38
+
39
+ ### Curation Rationale
40
+
41
+ This dataset was created with the motivation of developing markerless tracking systems for spine surgery.
42
+
43
+
44
+ [More Information Needed]
45
+
46
+ ### Source Data
47
+
48
+ The source of the data is lumbar spine surgeries taking place at Humanitas Research Hospital.
49
+ #### Data Collection and Processing
50
+
51
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
52
+
53
+ [More Information Needed]
54
+
55
+ #### Who are the source data producers?
56
+
57
+ The dataset was produced from the caseload of several neuro-surgeons working at Humanitas Research Hopsital (Rozzano). The cases are lumbar surgeries.
58
+ The .pcd files were captured by an Azure Kinect camera.
59
+
60
+ ### Annotations [optional]
61
+
62
+ Further annotations are contained within the CT_DATA folder of the accompanying code repository.
63
+ #### Annotation process
64
+
65
+ The annotations were created in a multi-step process, first coarsely by the operating surgeon.
66
+ This was used to roughly align a preoperative CT/MRI mesh with a reference frame for a particular sequence.
67
+ We then use the SpineAlign process, described in the paper, to iteratively deform and transform the mesh to better align with
68
+ the reference frame. Then points in the sequence are labelled positive (1) if within 50 mm of the registered mesh, otherwise negative (0).
69
+ Following the reference frame alignment, this is repeated for other frames, using ICP to keep the deformed mesh aligned.
70
+
71
+
72
+ #### Who are the annotators?
73
+
74
+ The annotators are surgeons of Humanitas Research hospital in Milan, alongside researchers at the Hamlyn Centre, of Imperial College London.
75
+
76
+ #### Personal and Sensitive Information
77
+
78
+ No personal identifying information is contained in this dataset
79
+
80
+
81
+ ## Citation [optional]
82
+
83
+ If using this dataset, please cite the original paper ("Towards Markerless Intraoperative Tracking of Deformable Spine Tissue")
84
+ **BibTeX:**
85
+
86
+ ## Dataset Card Contact
87
+ cd1723@ic.ac.uk