Skip to content

Commit 6191e5d

Browse files
authored
Update test.py
1 parent 0f5de0c commit 6191e5d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ def mask_parse(mask):
5555
path = "/../../Kvasir-SEG/"
5656
(train_x, train_y), (test_x, test_y) = load_data(path)
5757

58-
# """ CVC-ClinicDB """
59-
# test_x = sorted(glob("/media/nikhil/ML/ml_dataset/CVC-612/images/*"))
60-
# test_y = sorted(glob("/media/nikhil/ML/ml_dataset/CVC-612/masks/*"))
61-
6258
""" Hyperparameters """
6359
size = (512, 512)
6460
checkpoint_path = "files/checkpoint.pth"

0 commit comments

Comments
 (0)