Update celle/utils.py
Browse files- celle/utils.py +0 -1
celle/utils.py
CHANGED
|
@@ -199,7 +199,6 @@ def replace_outliers(image, percentile=0.0001):
|
|
| 199 |
|
| 200 |
|
| 201 |
def process_image(image, dataset, image_type=None):
|
| 202 |
-
image = TF.to_tensor(image).unsqueeze(0)
|
| 203 |
|
| 204 |
if dataset == "HPA":
|
| 205 |
if image_type == 'nucleus':
|
|
|
|
| 199 |
|
| 200 |
|
| 201 |
def process_image(image, dataset, image_type=None):
|
|
|
|
| 202 |
|
| 203 |
if dataset == "HPA":
|
| 204 |
if image_type == 'nucleus':
|