Spaces:
Sleeping
Sleeping
AntiGravity Bot
commited on
Commit
·
7b122ec
1
Parent(s):
a8cde4b
Update: Medical Image Segmentation (2026-01-27 11:33)
Browse files
app.py
CHANGED
|
@@ -125,7 +125,7 @@ if __name__ == "__main__":
|
|
| 125 |
- View color-coded organ detection
|
| 126 |
- See confidence scores
|
| 127 |
"""
|
| 128 |
-
class2hexcolor = {"
|
| 129 |
|
| 130 |
DEVICE = torch.device("cuda:0") if torch.cuda.is_available() else torch.device("cpu")
|
| 131 |
|
|
|
|
| 125 |
- View color-coded organ detection
|
| 126 |
- See confidence scores
|
| 127 |
"""
|
| 128 |
+
class2hexcolor = {"Dạ dày": "#007fff", "Ruột non": "#009A17", "Ruột già": "#FF0000"}
|
| 129 |
|
| 130 |
DEVICE = torch.device("cuda:0") if torch.cuda.is_available() else torch.device("cpu")
|
| 131 |
|