We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0f80c7 + 786d921 commit 61ffecaCopy full SHA for 61ffeca
dataloader/train_loader.py
@@ -97,7 +97,7 @@ def __getitem__(self, idx):
97
if self.with_type:
98
type_map = (ann[..., 1]).copy()
99
type_map = cropping_center(type_map, self.mask_shape)
100
- type_map[type_map == 5] = 1 # merge neoplastic and non-neoplastic
+ #type_map[type_map == 5] = 1 # merge neoplastic and non-neoplastic
101
feed_dict["tp_map"] = type_map
102
103
# TODO: document hard coded assumption about #input
0 commit comments