YongchengYAO commited on
Commit
955cac2
·
verified ·
1 Parent(s): a5714d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -44,7 +44,7 @@ This is a modified version of [data](https://figshare.com/s/37ec464af8e81ae6ebbf
44
  - Add data usage agreement.
45
 
46
 
47
- ## Data Usage Agreement
48
  By using the dataset, you agree to the terms as follow.
49
  - You must cite the paper: [Fully Automatic System for Accurate Localisation and Analysis of Cephalometric Landmarks in Lateral Cephalograms](https://doi.org/10.1038/srep33581)
50
  - You must refer to the source of this dataset in any publication:
@@ -89,11 +89,13 @@ landmarks_map = {
89
  }
90
  ```
91
 
 
92
  # From Raw Data
93
  You can replicate the data processing step by running the script:
94
- ```python
95
  python get_dataset.py -d <datasets_folder> -n Ceph-Biometrics-400
96
  ```
97
 
 
98
  ## License
99
  This dataset is released under the `CC BY-NC 4.0` license.
 
44
  - Add data usage agreement.
45
 
46
 
47
+ ## Data Usage Agreement
48
  By using the dataset, you agree to the terms as follow.
49
  - You must cite the paper: [Fully Automatic System for Accurate Localisation and Analysis of Cephalometric Landmarks in Lateral Cephalograms](https://doi.org/10.1038/srep33581)
50
  - You must refer to the source of this dataset in any publication:
 
89
  }
90
  ```
91
 
92
+
93
  # From Raw Data
94
  You can replicate the data processing step by running the script:
95
+ ```bash
96
  python get_dataset.py -d <datasets_folder> -n Ceph-Biometrics-400
97
  ```
98
 
99
+
100
  ## License
101
  This dataset is released under the `CC BY-NC 4.0` license.