remove print
Browse files
app.py
CHANGED
|
@@ -363,7 +363,6 @@ def sample_dataset_example(
|
|
| 363 |
index = pick_random_indices(dataset, target_id)
|
| 364 |
record = dataset[index]
|
| 365 |
image = to_numpy_image(record["image"])
|
| 366 |
-
print(image.shape)
|
| 367 |
mask_array = record.get("mask")
|
| 368 |
|
| 369 |
meta = {
|
|
|
|
| 363 |
index = pick_random_indices(dataset, target_id)
|
| 364 |
record = dataset[index]
|
| 365 |
image = to_numpy_image(record["image"])
|
|
|
|
| 366 |
mask_array = record.get("mask")
|
| 367 |
|
| 368 |
meta = {
|