mlii0117 commited on
Commit
6b2bb5f
·
verified ·
1 Parent(s): 025842f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -48,13 +48,16 @@ generator = torch.Generator("cuda").manual_seed(0)
48
  - **Arterial Phase**
49
  ```
50
  Convert this non-contrast CT slice to mimic an arterial-phase contrast-enhanced CT.
51
- Brighten and enhance the aorta, major arteries, and adjacent organ boundaries.
 
 
52
  ```
53
 
54
  - **Venous Phase**
55
  ```
56
  Convert this non-contrast CT slice to mimic a venous-phase contrast-enhanced CT.
57
- Brighten and enhance the portal and hepatic veins and emphasize organ boundaries.
 
58
  ```
59
 
60
  ### 🧪 Full Pipeline Example
 
48
  - **Arterial Phase**
49
  ```
50
  Convert this non-contrast CT slice to mimic an arterial-phase contrast-enhanced CT.
51
+ Brighten and enhance the aorta, major arteries, and adjacent organ boundaries to emphasize arterial flow,
52
+ focusing on clarity and contrast in these areas while maintaining other features unchanged.
53
+
54
  ```
55
 
56
  - **Venous Phase**
57
  ```
58
  Convert this non-contrast CT slice to mimic a venous-phase contrast-enhanced CT.
59
+ Brighten and enhance the veins, especially the portal and hepatic veins,
60
+ and emphasize organ boundaries to mimic venous flow, focusing on brightness and contrast in these areas while maintaining other features unchanged."
61
  ```
62
 
63
  ### 🧪 Full Pipeline Example