Yuanhan Mo Claude Opus 4.5 commited on
Commit
e612cdb
·
1 Parent(s): 75854b3

Update README with project links, environments, server info and data paths

Browse files
Files changed (1) hide show
  1. README.md +74 -5
README.md CHANGED
@@ -1,11 +1,80 @@
1
  # OmniMorph: Deform All-in-One Framework for Medical Image Generation, Restoration and Registration based on conditional Deformation-Recovery Diffusion Model
2
 
3
- ## Environment
4
- ```
 
 
 
 
 
 
 
 
 
 
 
 
5
  conda activate torch
6
  conda deactivate
7
  ```
8
- source /home/data/Github/OmniMorph/ominenv/bin/activate
9
 
10
- ## Masking CUDA
11
- CUDA_VISIBLE_DEVICES=0,1,3 python ...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # OmniMorph: Deform All-in-One Framework for Medical Image Generation, Restoration and Registration based on conditional Deformation-Recovery Diffusion Model
2
 
3
+ ## Links
4
+
5
+ - **Google Drive**: [Dataset & Resources](https://drive.google.com/drive/folders/1N72SeYKwnaMmFq9_NqqEXxZ1jUcw2SwG?usp=drive_link)
6
+ - **Notion**: [Dataset Documentation](https://www.notion.so/Dataset-2bc2300266fe48dfafef580dacf16d50?pvs=4)
7
+ - **Overleaf**: [Paper Draft](https://www.overleaf.com/4489753418kstfhwsxgtkw#a0dbad)
8
+ - **Discord**: [Channel Invite](https://discord.gg/6HrD29T2)
9
+ - **GitHub Repository**: `/home/data/Github/OmniMorph`
10
+
11
+ ## Environments
12
+
13
+ ### Data Processing
14
+ - Library: **SimpleITK**
15
+ - Environment:
16
+ ```bash
17
  conda activate torch
18
  conda deactivate
19
  ```
 
20
 
21
+ ### Diffusion Model / DataEngineer (with BERT)
22
+ > Note: 暂不更新,等 MIA 审稿
23
+
24
+ ```bash
25
+ source /home/data/jzheng/Adaptive_Motion_Generator-master/pipenv/bin/activate
26
+ deactivate
27
+ ```
28
+
29
+ Or:
30
+ ```bash
31
+ source /home/data/Github/OmniMorph/ominenv/bin/activate
32
+ ```
33
+
34
+ ### nnUNet
35
+ ```bash
36
+ source ~/PycharmProjects/pythonProject/venv/bin/activate
37
+ ```
38
+
39
+ ### Masking CUDA
40
+ ```bash
41
+ CUDA_VISIBLE_DEVICES=0,1,3 python ...
42
+ ```
43
+
44
+ ## Rental Server (租赁服务器)
45
+
46
+ ```bash
47
+ ssh -p 49419 root@i-2.gpushare.com
48
+ # Password: aFwd98tamsHPtDDhWzUqvXfTagUqfNg8
49
+ ```
50
+
51
+ SSH Config:
52
+ ```
53
+ Host gpushare
54
+ HostName i-2.gpushare.com
55
+ User root
56
+ Port 49419
57
+ ```
58
+
59
+ Conda environments on server:
60
+ ```bash
61
+ conda activate OM
62
+ conda activate unigrad
63
+ ```
64
+
65
+ Data path: `/hy-tmp`
66
+
67
+ ## Data Paths
68
+
69
+ | Item | Path |
70
+ |------|------|
71
+ | Dataset | `/home/data/Github/data/data_gen_def/DATASETS` |
72
+ | Processed Data | `/home/data/Github/data/data_gen_def/DATASETS_processed` |
73
+ | Data Processing Template | `/home/data/jzheng/Data_Engineering/dataclean_TotSeg.py` |
74
+
75
+ ## Related Documentation
76
+
77
+ 1. **DataEngineer**:
78
+ - `/home/data/jzheng/Data_Engineering/README.md`
79
+ - `/home/data/jzheng/data_process`
80
+ 2. **OmniMorph**: `/home/data/Github/OmniMorph/README.md`