We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0124932 commit eb6367eCopy full SHA for eb6367e
README.md
@@ -1,2 +1,34 @@
1
# UDCD_MICCAI
2
For the article accepted at MICCAI2024
3
+
4
+## Installation
5
+### Necessary Dependencies
6
+* Python> 3.7
7
+* PyTorch >= 1.7.0
8
+* torchvision
9
+* numpy
10
+* pandas
11
+* scipy
12
+* sklearn
13
14
15
16
+## Usage
17
18
19
+### To run it
20
+```shell script
21
+python3 train.py
22
+```
23
24
+## Contact
25
26
+please contact [email protected] for any discrepancy.
27
28
29
+## Authors:
30
31
+* Saurabh Sharma
32
+* Atul Kumar
33
+* Joydeep Chandra
34
0 commit comments