Datasets:

Modalities:
Text
Formats:
text
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
eigenvivek nielsr HF Staff commited on
Commit
48fa7f3
·
verified ·
1 Parent(s): 2fd5c26

Add link to paper (#3)

Browse files

- Add link to paper (c5e5125179499f9f5132d8ed63fa9f834478a978)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +29 -21
README.md CHANGED
@@ -4,27 +4,35 @@ task_categories:
4
  - image-to-image
5
  ---
6
 
7
- `xvr-data` contains DICOM/NIfTI versions of the `DeepFluoro` and `Ljubljana` datasets. If you use either of these datasets, please cite the original papers.
8
 
9
- @article{grupp2020automatic,
10
- title={Automatic annotation of hip anatomy in fluoroscopy for robust and efficient 2D/3D registration},
11
- author={Grupp, Robert B and Unberath, Mathias and Gao, Cong and Hegeman, Rachel A and Murphy, Ryan J and Alexander, Clayton P and Otake, Yoshito and McArthur, Benjamin A and Armand, Mehran and Taylor, Russell H},
12
- journal={International journal of computer assisted radiology and surgery},
13
- volume={15},
14
- pages={759--769},
15
- year={2020},
16
- publisher={Springer}
17
- }
18
 
19
- @article{pernus20133d,
20
- title={3D-2D registration of cerebral angiograms: A method and evaluation on clinical images},
21
- author={Mitrović, Uros˘ and S˘piclin, Z˘iga and Likar, Bos˘tjan and Pernus˘, Franjo},
22
- journal={IEEE transactions on medical imaging},
23
- volume={32},
24
- number={8},
25
- pages={1550--1563},
26
- year={2013},
27
- publisher={IEEE}
28
- }
29
 
30
- Code: https://github.com/eigenvivek/xvr
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - image-to-image
5
  ---
6
 
7
+ `xvr-data` contains DICOM/NIfTI versions of the `DeepFluoro` and `Ljubljana` datasets.
8
 
9
+ Paper: [Rapid patient-specific neural networks for intraoperative X-ray to volume registration](https://huggingface.co/papers/2503.16309)
10
+ Code: https://github.com/eigenvivek/xvr
 
 
 
 
 
 
 
11
 
 
 
 
 
 
 
 
 
 
 
12
 
13
+ ## Citation
14
+
15
+ If you use either of these datasets, please cite the original papers.
16
+
17
+ ```bibtex
18
+ @article{grupp2020automatic,
19
+ title={Automatic annotation of hip anatomy in fluoroscopy for robust and efficient 2D/3D registration},
20
+ author={Grupp, Robert B and Unberath, Mathias and Gao, Cong and Hegeman, Rachel A and Murphy, Ryan J and Alexander, Clayton P and Otake, Yoshito and McArthur, Benjamin A and Armand, Mehran and Taylor, Russell H},
21
+ journal={International journal of computer assisted radiology and surgery},
22
+ volume={15},
23
+ pages={759--769},
24
+ year={2020},
25
+ publisher={Springer}
26
+ }
27
+
28
+ @article{pernus20133d,
29
+ title={3D-2D registration of cerebral angiograms: A method and evaluation on clinical images},
30
+ author={Mitrović, Uros˘ and S˘piclin, Z˘iga and Likar, Bos˘tjan and Pernus˘, Franjo},
31
+ journal={IEEE transactions on medical imaging},
32
+ volume={32},
33
+ number={8},
34
+ pages={1550--1563},
35
+ year={2013},
36
+ publisher={IEEE}
37
+ }
38
+ ```