Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    TypeError
Message:      Couldn't cast array of type
struct<0: list<item: int64>, 1: list<item: int64>, 2: list<item: int64>, 3: list<item: int64>, 4: list<item: int64>, 5: list<item: int64>, 6: list<item: int64>, 7: list<item: int64>, 8: list<item: int64>, 9: list<item: int64>, 10: list<item: int64>, 11: list<item: int64>, 12: list<item: int64>, 13: list<item: int64>, 14: list<item: int64>, 15: list<item: int64>, 16: list<item: int64>, 17: list<item: int64>>
to
{'0': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '1': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '2': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '3': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '4': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '5': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '6': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '7': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '8': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '9': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '10': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '11': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '12': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '13': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '14': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '15': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '16': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '17': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '18': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None)}
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in cast_table_to_schema
                  arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in <listcomp>
                  arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in wrapper
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in <listcomp>
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2122, in cast_array_to_feature
                  raise TypeError(f"Couldn't cast array of type\n{_short_str(array.type)}\nto\n{_short_str(feature)}")
              TypeError: Couldn't cast array of type
              struct<0: list<item: int64>, 1: list<item: int64>, 2: list<item: int64>, 3: list<item: int64>, 4: list<item: int64>, 5: list<item: int64>, 6: list<item: int64>, 7: list<item: int64>, 8: list<item: int64>, 9: list<item: int64>, 10: list<item: int64>, 11: list<item: int64>, 12: list<item: int64>, 13: list<item: int64>, 14: list<item: int64>, 15: list<item: int64>, 16: list<item: int64>, 17: list<item: int64>>
              to
              {'0': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '1': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '2': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '3': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '4': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '5': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '6': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '7': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '8': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '9': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '10': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '11': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '12': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '13': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '14': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '15': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '16': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '17': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), '18': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None)}
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1391, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 990, in stream_convert_to_parquet
                  builder._prepare_split(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1884, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2040, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

version
string
tiling_tool_version
string
nb_tiles
int64
total_number_of_tiles
int64
sampling_mode
dict
matter_detector
dict
features_extractor
string
level
int64
tile_size
int64
absolute_tile_size
int64
slide_size
sequence
tile_mpp
float64
level_dimensions
dict
level_mpp_mapping
dict
environment
dict
slide_hash
string
3.0.0
11.6.0
5,561
5,561
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
16
224
896
[ 135168, 105472 ]
0.9108
{ "0": [ 1, 1 ], "1": [ 2, 1 ], "2": [ 3, 2 ], "3": [ 5, 4 ], "4": [ 9, 7 ], "5": [ 17, 13 ], "6": [ 33, 26 ], "7": [ 66, 52 ], "8": [ 132, 103 ], "9": [ 264, 206 ], "10": [ 528, 412 ], ...
{ "0": 59690.1888, "1": 29845.0944, "2": 14922.5472, "3": 7461.2736, "4": 3730.6368, "5": 1865.3184, "6": 932.6592, "7": 466.3296, "8": 233.1648, "9": 116.5824, "10": 58.2912, "11": 29.1456, "12": 14.5728, "13": 7.2864, "14": 3.6432, "15": 1.8216, "16": 0.9108, "17": 0.4554, "18": ...
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
97816938bcfac54f2f32ac2ae42d225201760d70ac45654a33a386fc4b071d72
3.0.0
11.6.0
7,981
7,981
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 118784, 93440 ]
0.9108
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 8, 6 ], "4": [ 15, 12 ], "5": [ 29, 23 ], "6": [ 58, 46 ], "7": [ 116, 92 ], "8": [ 232, 183 ], "9": [ 464, 365 ], "10": [ 928, 730 ],...
{ "0": 29845.0944, "1": 14922.5472, "2": 7461.2736, "3": 3730.6368, "4": 1865.3184, "5": 932.6592, "6": 466.3296, "7": 233.1648, "8": 116.5824, "9": 58.2912, "10": 29.1456, "11": 14.5728, "12": 7.2864, "13": 3.6432, "14": 1.8216, "15": 0.9108, "16": 0.4554, "17": 0.2277 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
f0a26aa8b96a21f3c66ccfb163bb40f630ac1591aca693f0b5bbb5ca5195938c
3.0.0
11.6.0
8,005
8,005
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 110592, 104448 ]
0.9108
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 4 ], "3": [ 7, 7 ], "4": [ 14, 13 ], "5": [ 27, 26 ], "6": [ 54, 51 ], "7": [ 108, 102 ], "8": [ 216, 204 ], "9": [ 432, 408 ], "10": [ 864, 816 ]...
{ "0": 29845.0944, "1": 14922.5472, "2": 7461.2736, "3": 3730.6368, "4": 1865.3184, "5": 932.6592, "6": 466.3296, "7": 233.1648, "8": 116.5824, "9": 58.2912, "10": 29.1456, "11": 14.5728, "12": 7.2864, "13": 3.6432, "14": 1.8216, "15": 0.9108, "16": 0.4554, "17": 0.2277 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
bc9c4b913a7a338793b785bf073fdd81ed042aa71067a5bea60496dc0e870fdd
3.0.0
11.6.0
4,125
4,125
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 110592, 77312 ]
0.9108
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 7, 5 ], "4": [ 14, 10 ], "5": [ 27, 19 ], "6": [ 54, 38 ], "7": [ 108, 76 ], "8": [ 216, 151 ], "9": [ 432, 302 ], "10": [ 864, 604 ],...
{ "0": 29845.0944, "1": 14922.5472, "2": 7461.2736, "3": 3730.6368, "4": 1865.3184, "5": 932.6592, "6": 466.3296, "7": 233.1648, "8": 116.5824, "9": 58.2912, "10": 29.1456, "11": 14.5728, "12": 7.2864, "13": 3.6432, "14": 1.8216, "15": 0.9108, "16": 0.4554, "17": 0.2277 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
636ae4618bac90b25576e75f82fdc0eea978683f4dbbbd9d23ebfb3fbfb0467e
3.0.0
11.6.0
9,497
9,497
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 122880, 103168 ]
0.9108
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 4 ], "3": [ 8, 7 ], "4": [ 15, 13 ], "5": [ 30, 26 ], "6": [ 60, 51 ], "7": [ 120, 101 ], "8": [ 240, 202 ], "9": [ 480, 403 ], "10": [ 960, 806 ]...
{ "0": 29845.0944, "1": 14922.5472, "2": 7461.2736, "3": 3730.6368, "4": 1865.3184, "5": 932.6592, "6": 466.3296, "7": 233.1648, "8": 116.5824, "9": 58.2912, "10": 29.1456, "11": 14.5728, "12": 7.2864, "13": 3.6432, "14": 1.8216, "15": 0.9108, "16": 0.4554, "17": 0.2277 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
b42d17bb0c4373235e8d460918c667abc872a925786de1f5a613987e8c30a535
3.0.0
11.6.0
11,335
11,335
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 131072, 104192 ]
0.9108
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 4 ], "3": [ 8, 7 ], "4": [ 16, 13 ], "5": [ 32, 26 ], "6": [ 64, 51 ], "7": [ 128, 102 ], "8": [ 256, 204 ], "9": [ 512, 407 ], "10": [ 1024, 814 ...
{ "0": 29845.0944, "1": 14922.5472, "2": 7461.2736, "3": 3730.6368, "4": 1865.3184, "5": 932.6592, "6": 466.3296, "7": 233.1648, "8": 116.5824, "9": 58.2912, "10": 29.1456, "11": 14.5728, "12": 7.2864, "13": 3.6432, "14": 1.8216, "15": 0.9108, "16": 0.4554, "17": 0.2277 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
1d43f33d38e28b01f8201fce812c48a882ba2a096b0a02f82d29bc215cff7d90
3.0.0
11.6.0
12,003
12,003
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 131072, 102912 ]
0.9108
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 4 ], "3": [ 8, 7 ], "4": [ 16, 13 ], "5": [ 32, 26 ], "6": [ 64, 51 ], "7": [ 128, 101 ], "8": [ 256, 201 ], "9": [ 512, 402 ], "10": [ 1024, 804 ...
{ "0": 29845.0944, "1": 14922.5472, "2": 7461.2736, "3": 3730.6368, "4": 1865.3184, "5": 932.6592, "6": 466.3296, "7": 233.1648, "8": 116.5824, "9": 58.2912, "10": 29.1456, "11": 14.5728, "12": 7.2864, "13": 3.6432, "14": 1.8216, "15": 0.9108, "16": 0.4554, "17": 0.2277 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
0b6d96a17aea7df2170e706bda6b97ccedc1f8d02d2a026a4a898b09ec935942
3.0.0
11.6.0
9,041
9,041
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
16
224
896
[ 135168, 108032 ]
0.9108
{ "0": [ 1, 1 ], "1": [ 2, 1 ], "2": [ 3, 2 ], "3": [ 5, 4 ], "4": [ 9, 7 ], "5": [ 17, 14 ], "6": [ 33, 27 ], "7": [ 66, 53 ], "8": [ 132, 106 ], "9": [ 264, 211 ], "10": [ 528, 422 ], ...
{ "0": 59690.1888, "1": 29845.0944, "2": 14922.5472, "3": 7461.2736, "4": 3730.6368, "5": 1865.3184, "6": 932.6592, "7": 466.3296, "8": 233.1648, "9": 116.5824, "10": 58.2912, "11": 29.1456, "12": 14.5728, "13": 7.2864, "14": 3.6432, "15": 1.8216, "16": 0.9108, "17": 0.4554, "18": ...
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
dcc04411d1fca532cd3657d28e152bfe591b4478255afcc3da572d7d128794ca
3.0.0
11.6.0
4,344
4,344
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 90112, 91392 ]
0.9108
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 6, 6 ], "4": [ 11, 12 ], "5": [ 22, 23 ], "6": [ 44, 45 ], "7": [ 88, 90 ], "8": [ 176, 179 ], "9": [ 352, 357 ], "10": [ 704, 714 ], ...
{ "0": 29845.0944, "1": 14922.5472, "2": 7461.2736, "3": 3730.6368, "4": 1865.3184, "5": 932.6592, "6": 466.3296, "7": 233.1648, "8": 116.5824, "9": 58.2912, "10": 29.1456, "11": 14.5728, "12": 7.2864, "13": 3.6432, "14": 1.8216, "15": 0.9108, "16": 0.4554, "17": 0.2277 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
4af8351dcd6dc4cf636e405e24813cd2fc9e7f37bde7458ae433e333f20d9f1b
3.0.0
11.6.0
6,111
6,111
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 103584, 87901 ]
1.01
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 7, 6 ], "4": [ 13, 11 ], "5": [ 26, 22 ], "6": [ 51, 43 ], "7": [ 102, 86 ], "8": [ 203, 172 ], "9": [ 405, 344 ], "10": [ 810, 687 ],...
{ "0": 33095.68, "1": 16547.84, "2": 8273.92, "3": 4136.96, "4": 2068.48, "5": 1034.24, "6": 517.12, "7": 258.56, "8": 129.28, "9": 64.64, "10": 32.32, "11": 16.16, "12": 8.08, "13": 4.04, "14": 2.02, "15": 1.01, "16": 0.505, "17": 0.2525 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
b7477558acd7cbdad640592d43b75ef6
3.0.0
11.6.0
5,120
5,120
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 107568, 80833 ]
1.01
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 7, 5 ], "4": [ 14, 10 ], "5": [ 27, 20 ], "6": [ 53, 40 ], "7": [ 106, 79 ], "8": [ 211, 158 ], "9": [ 421, 316 ], "10": [ 841, 632 ],...
{ "0": 33095.68, "1": 16547.84, "2": 8273.92, "3": 4136.96, "4": 2068.48, "5": 1034.24, "6": 517.12, "7": 258.56, "8": 129.28, "9": 64.64, "10": 32.32, "11": 16.16, "12": 8.08, "13": 4.04, "14": 2.02, "15": 1.01, "16": 0.505, "17": 0.2525 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
fdc177adb5b483d5c43a2c980f21bd5b
3.0.0
11.6.0
5,545
5,545
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 117528, 76837 ]
1.01
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 8, 5 ], "4": [ 15, 10 ], "5": [ 29, 19 ], "6": [ 58, 38 ], "7": [ 115, 76 ], "8": [ 230, 151 ], "9": [ 460, 301 ], "10": [ 919, 601 ],...
{ "0": 33095.68, "1": 16547.84, "2": 8273.92, "3": 4136.96, "4": 2068.48, "5": 1034.24, "6": 517.12, "7": 258.56, "8": 129.28, "9": 64.64, "10": 32.32, "11": 16.16, "12": 8.08, "13": 4.04, "14": 2.02, "15": 1.01, "16": 0.505, "17": 0.2525 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
722f48eac0c230d925bf80aad6a2dff1
3.0.0
11.6.0
5,079
5,079
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 93624, 89489 ]
1.01
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 6, 6 ], "4": [ 12, 11 ], "5": [ 23, 22 ], "6": [ 46, 44 ], "7": [ 92, 88 ], "8": [ 183, 175 ], "9": [ 366, 350 ], "10": [ 732, 700 ], ...
{ "0": 33095.68, "1": 16547.84, "2": 8273.92, "3": 4136.96, "4": 2068.48, "5": 1034.24, "6": 517.12, "7": 258.56, "8": 129.28, "9": 64.64, "10": 32.32, "11": 16.16, "12": 8.08, "13": 4.04, "14": 2.02, "15": 1.01, "16": 0.505, "17": 0.2525 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
fbc6a985cec4b410dbdc29aaf0c15a8d
3.0.0
11.6.0
3,620
3,620
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 81672, 76761 ]
1.01
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 5, 5 ], "4": [ 10, 10 ], "5": [ 20, 19 ], "6": [ 40, 38 ], "7": [ 80, 75 ], "8": [ 160, 150 ], "9": [ 320, 300 ], "10": [ 639, 600 ], ...
{ "0": 33095.68, "1": 16547.84, "2": 8273.92, "3": 4136.96, "4": 2068.48, "5": 1034.24, "6": 517.12, "7": 258.56, "8": 129.28, "9": 64.64, "10": 32.32, "11": 16.16, "12": 8.08, "13": 4.04, "14": 2.02, "15": 1.01, "16": 0.505, "17": 0.2525 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
48e7a87a4210001bd84975df4b3d1a4b
3.0.0
11.6.0
3,440
3,440
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 75696, 82376 ]
1.01
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 5, 6 ], "4": [ 10, 11 ], "5": [ 19, 21 ], "6": [ 37, 41 ], "7": [ 74, 81 ], "8": [ 148, 161 ], "9": [ 296, 322 ], "10": [ 592, 644 ], ...
{ "0": 33095.68, "1": 16547.84, "2": 8273.92, "3": 4136.96, "4": 2068.48, "5": 1034.24, "6": 517.12, "7": 258.56, "8": 129.28, "9": 64.64, "10": 32.32, "11": 16.16, "12": 8.08, "13": 4.04, "14": 2.02, "15": 1.01, "16": 0.505, "17": 0.2525 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
1c6e5a30f5223aaa339e2d83e9f8baaf
3.0.0
11.6.0
4,922
4,922
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 93624, 88043 ]
1.01
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 6, 6 ], "4": [ 12, 11 ], "5": [ 23, 22 ], "6": [ 46, 43 ], "7": [ 92, 86 ], "8": [ 183, 172 ], "9": [ 366, 344 ], "10": [ 732, 688 ], ...
{ "0": 33095.68, "1": 16547.84, "2": 8273.92, "3": 4136.96, "4": 2068.48, "5": 1034.24, "6": 517.12, "7": 258.56, "8": 129.28, "9": 64.64, "10": 32.32, "11": 16.16, "12": 8.08, "13": 4.04, "14": 2.02, "15": 1.01, "16": 0.505, "17": 0.2525 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
f86ba4cb3c77c4aa187c17a71b12e923
3.0.0
11.6.0
4,048
4,048
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 79680, 88815 ]
1.01
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 5, 6 ], "4": [ 10, 11 ], "5": [ 20, 22 ], "6": [ 39, 44 ], "7": [ 78, 87 ], "8": [ 156, 174 ], "9": [ 312, 347 ], "10": [ 623, 694 ], ...
{ "0": 33095.68, "1": 16547.84, "2": 8273.92, "3": 4136.96, "4": 2068.48, "5": 1034.24, "6": 517.12, "7": 258.56, "8": 129.28, "9": 64.64, "10": 32.32, "11": 16.16, "12": 8.08, "13": 4.04, "14": 2.02, "15": 1.01, "16": 0.505, "17": 0.2525 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
80fc7488eb663a97b7e8ef1607790d9f
3.0.0
11.6.0
6,699
6,699
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 89640, 89480 ]
1.01
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 6, 6 ], "4": [ 11, 11 ], "5": [ 22, 22 ], "6": [ 44, 44 ], "7": [ 88, 88 ], "8": [ 176, 175 ], "9": [ 351, 350 ], "10": [ 701, 700 ], ...
{ "0": 33095.68, "1": 16547.84, "2": 8273.92, "3": 4136.96, "4": 2068.48, "5": 1034.24, "6": 517.12, "7": 258.56, "8": 129.28, "9": 64.64, "10": 32.32, "11": 16.16, "12": 8.08, "13": 4.04, "14": 2.02, "15": 1.01, "16": 0.505, "17": 0.2525 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
3467b2c8c3fb0014e36bdbe79120bf79
3.0.0
11.6.0
3,624
3,624
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 97608, 80491 ]
1.01
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 6, 5 ], "4": [ 12, 10 ], "5": [ 24, 20 ], "6": [ 48, 40 ], "7": [ 96, 79 ], "8": [ 191, 158 ], "9": [ 382, 315 ], "10": [ 763, 629 ], ...
{ "0": 33095.68, "1": 16547.84, "2": 8273.92, "3": 4136.96, "4": 2068.48, "5": 1034.24, "6": 517.12, "7": 258.56, "8": 129.28, "9": 64.64, "10": 32.32, "11": 16.16, "12": 8.08, "13": 4.04, "14": 2.02, "15": 1.01, "16": 0.505, "17": 0.2525 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
c3b501703f92471562d1944910b6da75
3.0.0
11.6.0
5,688
5,688
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 97608, 89498 ]
1.01
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 6, 6 ], "4": [ 12, 11 ], "5": [ 24, 22 ], "6": [ 48, 44 ], "7": [ 96, 88 ], "8": [ 191, 175 ], "9": [ 382, 350 ], "10": [ 763, 700 ], ...
{ "0": 33095.68, "1": 16547.84, "2": 8273.92, "3": 4136.96, "4": 2068.48, "5": 1034.24, "6": 517.12, "7": 258.56, "8": 129.28, "9": 64.64, "10": 32.32, "11": 16.16, "12": 8.08, "13": 4.04, "14": 2.02, "15": 1.01, "16": 0.505, "17": 0.2525 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
f18e0257728ff31a482f17d3e52a83b4
3.0.0
11.6.0
5,094
5,094
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 95616, 73252 ]
1.01
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 6, 5 ], "4": [ 12, 9 ], "5": [ 24, 18 ], "6": [ 47, 36 ], "7": [ 94, 72 ], "8": [ 187, 144 ], "9": [ 374, 287 ], "10": [ 747, 573 ], ...
{ "0": 33095.68, "1": 16547.84, "2": 8273.92, "3": 4136.96, "4": 2068.48, "5": 1034.24, "6": 517.12, "7": 258.56, "8": 129.28, "9": 64.64, "10": 32.32, "11": 16.16, "12": 8.08, "13": 4.04, "14": 2.02, "15": 1.01, "16": 0.505, "17": 0.2525 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
75bf8a072bb5377a5da9aebb9aebf9ba
3.0.0
11.6.0
4,820
4,820
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 101592, 81627 ]
1.01
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 7, 5 ], "4": [ 13, 10 ], "5": [ 25, 20 ], "6": [ 50, 40 ], "7": [ 100, 80 ], "8": [ 199, 160 ], "9": [ 397, 319 ], "10": [ 794, 638 ],...
{ "0": 33095.68, "1": 16547.84, "2": 8273.92, "3": 4136.96, "4": 2068.48, "5": 1034.24, "6": 517.12, "7": 258.56, "8": 129.28, "9": 64.64, "10": 32.32, "11": 16.16, "12": 8.08, "13": 4.04, "14": 2.02, "15": 1.01, "16": 0.505, "17": 0.2525 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
117f7625b9920a90a46d6ce614ed5f76
3.0.0
11.6.0
3,740
3,740
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 81672, 89463 ]
1.01
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 5, 6 ], "4": [ 10, 11 ], "5": [ 20, 22 ], "6": [ 40, 44 ], "7": [ 80, 88 ], "8": [ 160, 175 ], "9": [ 320, 350 ], "10": [ 639, 699 ], ...
{ "0": 33095.68, "1": 16547.84, "2": 8273.92, "3": 4136.96, "4": 2068.48, "5": 1034.24, "6": 517.12, "7": 258.56, "8": 129.28, "9": 64.64, "10": 32.32, "11": 16.16, "12": 8.08, "13": 4.04, "14": 2.02, "15": 1.01, "16": 0.505, "17": 0.2525 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
54563bcb9038a96e2f6003014efa8f04
3.0.0
11.6.0
4,428
4,428
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 77688, 80292 ]
1.01
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 5, 5 ], "4": [ 10, 10 ], "5": [ 19, 20 ], "6": [ 38, 40 ], "7": [ 76, 79 ], "8": [ 152, 157 ], "9": [ 304, 314 ], "10": [ 607, 628 ], ...
{ "0": 33095.68, "1": 16547.84, "2": 8273.92, "3": 4136.96, "4": 2068.48, "5": 1034.24, "6": 517.12, "7": 258.56, "8": 129.28, "9": 64.64, "10": 32.32, "11": 16.16, "12": 8.08, "13": 4.04, "14": 2.02, "15": 1.01, "16": 0.505, "17": 0.2525 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
a69a43260938b9c28a52485da6d31505
3.0.0
11.6.0
6,762
6,762
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 101592, 83233 ]
1.01
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 7, 6 ], "4": [ 13, 11 ], "5": [ 25, 21 ], "6": [ 50, 41 ], "7": [ 100, 82 ], "8": [ 199, 163 ], "9": [ 397, 326 ], "10": [ 794, 651 ],...
{ "0": 33095.68, "1": 16547.84, "2": 8273.92, "3": 4136.96, "4": 2068.48, "5": 1034.24, "6": 517.12, "7": 258.56, "8": 129.28, "9": 64.64, "10": 32.32, "11": 16.16, "12": 8.08, "13": 4.04, "14": 2.02, "15": 1.01, "16": 0.505, "17": 0.2525 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
7fcf15fb375dfed5a4810f25f43b0c0b
3.0.0
11.6.0
9,189
9,189
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
16
224
896
[ 111872, 149248 ]
0.77792
{ "0": [ 1, 1 ], "1": [ 1, 2 ], "2": [ 2, 3 ], "3": [ 4, 5 ], "4": [ 7, 10 ], "5": [ 14, 19 ], "6": [ 28, 37 ], "7": [ 55, 73 ], "8": [ 110, 146 ], "9": [ 219, 292 ], "10": [ 437, 583 ], ...
{ "0": 50981.76512, "1": 25490.88256, "2": 12745.44128, "3": 6372.72064, "4": 3186.36032, "5": 1593.18016, "6": 796.59008, "7": 398.29504, "8": 199.14752, "9": 99.57376, "10": 49.78688, "11": 24.89344, "12": 12.44672, "13": 6.22336, "14": 3.11168, "15": 1.55584, "16": 0.77792, "17": ...
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
0215464a97c116bd3eac54fdd06d41a6485ae75fb679d9e318de473d5315c61c
3.0.0
11.6.0
2,788
2,788
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
16
224
896
[ 119040, 152832 ]
0.77792
{ "0": [ 1, 1 ], "1": [ 1, 2 ], "2": [ 2, 3 ], "3": [ 4, 5 ], "4": [ 8, 10 ], "5": [ 15, 19 ], "6": [ 30, 38 ], "7": [ 59, 75 ], "8": [ 117, 150 ], "9": [ 233, 299 ], "10": [ 465, 597 ], ...
{ "0": 50981.76512, "1": 25490.88256, "2": 12745.44128, "3": 6372.72064, "4": 3186.36032, "5": 1593.18016, "6": 796.59008, "7": 398.29504, "8": 199.14752, "9": 99.57376, "10": 49.78688, "11": 24.89344, "12": 12.44672, "13": 6.22336, "14": 3.11168, "15": 1.55584, "16": 0.77792, "17": ...
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
9d16759348deffee515ebcceb6bf52d641f7cc280e2ce0fed0959df6d7a198f8
3.0.0
11.6.0
1,977
1,977
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 122808, 69483 ]
0.986
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 8, 5 ], "4": [ 15, 9 ], "5": [ 30, 17 ], "6": [ 60, 34 ], "7": [ 120, 68 ], "8": [ 240, 136 ], "9": [ 480, 272 ], "10": [ 960, 543 ], ...
{ "0": 32309.248, "1": 16154.624, "2": 8077.312, "3": 4038.656, "4": 2019.328, "5": 1009.664, "6": 504.832, "7": 252.416, "8": 126.208, "9": 63.104, "10": 31.552, "11": 15.776, "12": 7.888, "13": 3.944, "14": 1.972, "15": 0.986, "16": 0.493, "17": 0.2465 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
877bb5e9583ce6cef5aedda64dcca14ff366c430f22a0b554df75778ebd23814
3.0.0
11.6.0
1,869
1,869
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
16
224
896
[ 142800, 65326 ]
0.986
{ "0": [ 1, 1 ], "1": [ 2, 1 ], "2": [ 3, 1 ], "3": [ 5, 2 ], "4": [ 9, 4 ], "5": [ 18, 8 ], "6": [ 35, 16 ], "7": [ 70, 32 ], "8": [ 140, 64 ], "9": [ 279, 128 ], "10": [ 558, 256 ], "1...
{ "0": 64618.496, "1": 32309.248, "2": 16154.624, "3": 8077.312, "4": 4038.656, "5": 2019.328, "6": 1009.664, "7": 504.832, "8": 252.416, "9": 126.208, "10": 63.104, "11": 31.552, "12": 15.776, "13": 7.888, "14": 3.944, "15": 1.972, "16": 0.986, "17": 0.493, "18": 0.2465 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
9640fc81ec12c6dbd7c3e6848b104acdafa2732f207d5c1b044e45708120efe1
3.0.0
11.6.0
1,775
1,775
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 107576, 87353 ]
0.9824
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 7, 6 ], "4": [ 14, 11 ], "5": [ 27, 22 ], "6": [ 53, 43 ], "7": [ 106, 86 ], "8": [ 211, 171 ], "9": [ 421, 342 ], "10": [ 841, 683 ],...
{ "0": 32191.2832, "1": 16095.6416, "2": 8047.8208, "3": 4023.9104, "4": 2011.9552, "5": 1005.9776, "6": 502.9888, "7": 251.4944, "8": 125.7472, "9": 62.8736, "10": 31.4368, "11": 15.7184, "12": 7.8592, "13": 3.9296, "14": 1.9648, "15": 0.9824, "16": 0.4912, "17": 0.2456 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
44f169f830c85835c1c10068392d8e28949ad95ea25c54b5a0b68a7411a483d5
3.0.0
11.6.0
786
786
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 114240, 78125 ]
0.9824
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 7, 5 ], "4": [ 14, 10 ], "5": [ 28, 20 ], "6": [ 56, 39 ], "7": [ 112, 77 ], "8": [ 224, 153 ], "9": [ 447, 306 ], "10": [ 893, 611 ],...
{ "0": 32191.2832, "1": 16095.6416, "2": 8047.8208, "3": 4023.9104, "4": 2011.9552, "5": 1005.9776, "6": 502.9888, "7": 251.4944, "8": 125.7472, "9": 62.8736, "10": 31.4368, "11": 15.7184, "12": 7.8592, "13": 3.9296, "14": 1.9648, "15": 0.9824, "16": 0.4912, "17": 0.2456 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
2d29251de8b4f83a2eb28bbab1644758a18fc173ae0ad904d5f521a12d595dc9
3.0.0
11.6.0
917
917
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 121856, 65599 ]
0.9824
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 8, 5 ], "4": [ 15, 9 ], "5": [ 30, 17 ], "6": [ 60, 33 ], "7": [ 119, 65 ], "8": [ 238, 129 ], "9": [ 476, 257 ], "10": [ 952, 513 ], ...
{ "0": 32191.2832, "1": 16095.6416, "2": 8047.8208, "3": 4023.9104, "4": 2011.9552, "5": 1005.9776, "6": 502.9888, "7": 251.4944, "8": 125.7472, "9": 62.8736, "10": 31.4368, "11": 15.7184, "12": 7.8592, "13": 3.9296, "14": 1.9648, "15": 0.9824, "16": 0.4912, "17": 0.2456 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
ac52f783003aadb0e99bb5347b39d4dfdabff2bdd308b51b1c83009c885af2b0
3.0.0
11.6.0
292
292
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
14
224
896
[ 38080, 23829 ]
0.9824
{ "0": [ 1, 1 ], "1": [ 2, 1 ], "2": [ 3, 2 ], "3": [ 5, 3 ], "4": [ 10, 6 ], "5": [ 19, 12 ], "6": [ 38, 24 ], "7": [ 75, 47 ], "8": [ 149, 94 ], "9": [ 298, 187 ], "10": [ 595, 373 ], ...
{ "0": 16095.6416, "1": 8047.8208, "2": 4023.9104, "3": 2011.9552, "4": 1005.9776, "5": 502.9888, "6": 251.4944, "7": 125.7472, "8": 62.8736, "9": 31.4368, "10": 15.7184, "11": 7.8592, "12": 3.9296, "13": 1.9648, "14": 0.9824, "15": 0.4912, "16": 0.2456 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
f45c85d0adac310eb9e261dd057208739fdee9933b6090abc093e0f1c82c1335
3.0.0
11.6.0
360
360
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
14
224
896
[ 36176, 59996 ]
0.9824
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 4 ], "3": [ 5, 8 ], "4": [ 9, 15 ], "5": [ 18, 30 ], "6": [ 36, 59 ], "7": [ 71, 118 ], "8": [ 142, 235 ], "9": [ 283, 469 ], "10": [ 566, 938 ], ...
{ "0": 16095.6416, "1": 8047.8208, "2": 4023.9104, "3": 2011.9552, "4": 1005.9776, "5": 502.9888, "6": 251.4944, "7": 125.7472, "8": 62.8736, "9": 31.4368, "10": 15.7184, "11": 7.8592, "12": 3.9296, "13": 1.9648, "14": 0.9824, "15": 0.4912, "16": 0.2456 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
369196e943a680ecc5670dfdd351e27cf81ff541170dac39b8f25f570470b750
3.0.0
11.6.0
2,385
2,385
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
16
224
896
[ 189448, 41237 ]
0.9824
{ "0": [ 1, 1 ], "1": [ 2, 1 ], "2": [ 3, 1 ], "3": [ 6, 2 ], "4": [ 12, 3 ], "5": [ 24, 6 ], "6": [ 47, 11 ], "7": [ 93, 21 ], "8": [ 186, 41 ], "9": [ 371, 81 ], "10": [ 741, 162 ], "1...
{ "0": 64382.5664, "1": 32191.2832, "2": 16095.6416, "3": 8047.8208, "4": 4023.9104, "5": 2011.9552, "6": 1005.9776, "7": 502.9888, "8": 251.4944, "9": 125.7472, "10": 62.8736, "11": 31.4368, "12": 15.7184, "13": 7.8592, "14": 3.9296, "15": 1.9648, "16": 0.9824, "17": 0.4912, "18":...
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
9a23a72743517977efe4e053e6df21531af1e0552ae62667f8e37be30295821a
3.0.0
11.6.0
1,765
1,765
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
16
224
896
[ 189448, 40247 ]
0.9824
{ "0": [ 1, 1 ], "1": [ 2, 1 ], "2": [ 3, 1 ], "3": [ 6, 2 ], "4": [ 12, 3 ], "5": [ 24, 5 ], "6": [ 47, 10 ], "7": [ 93, 20 ], "8": [ 186, 40 ], "9": [ 371, 79 ], "10": [ 741, 158 ], "1...
{ "0": 64382.5664, "1": 32191.2832, "2": 16095.6416, "3": 8047.8208, "4": 4023.9104, "5": 2011.9552, "6": 1005.9776, "7": 502.9888, "8": 251.4944, "9": 125.7472, "10": 62.8736, "11": 31.4368, "12": 15.7184, "13": 7.8592, "14": 3.9296, "15": 1.9648, "16": 0.9824, "17": 0.4912, "18":...
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
3a2b8dbb3973bc77707d22e9ee48338b41c2033a727b7fbdb496cc0f8234fe75
3.0.0
11.6.0
7,583
7,583
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 110122, 91073 ]
0.994
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 7, 6 ], "4": [ 14, 12 ], "5": [ 27, 23 ], "6": [ 54, 45 ], "7": [ 108, 89 ], "8": [ 216, 178 ], "9": [ 431, 356 ], "10": [ 861, 712 ],...
{ "0": 32571.392, "1": 16285.696, "2": 8142.848, "3": 4071.424, "4": 2035.712, "5": 1017.856, "6": 508.928, "7": 254.464, "8": 127.232, "9": 63.616, "10": 31.808, "11": 15.904, "12": 7.952, "13": 3.976, "14": 1.988, "15": 0.994, "16": 0.497, "17": 0.2485 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
d7925f58b6049e9636c1482aa94f2cab
3.0.0
11.6.0
5,601
5,601
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 109479, 94998 ]
0.992
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 7, 6 ], "4": [ 14, 12 ], "5": [ 27, 24 ], "6": [ 54, 47 ], "7": [ 107, 93 ], "8": [ 214, 186 ], "9": [ 428, 372 ], "10": [ 856, 743 ],...
{ "0": 32505.856, "1": 16252.928, "2": 8126.464, "3": 4063.232, "4": 2031.616, "5": 1015.808, "6": 507.904, "7": 253.952, "8": 126.976, "9": 63.488, "10": 31.744, "11": 15.872, "12": 7.936, "13": 3.968, "14": 1.984, "15": 0.992, "16": 0.496, "17": 0.248 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
201f9e7a6783acdea77c24e875445099
3.0.0
11.6.0
2,545
2,545
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 97104, 76531 ]
0.9872
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 6, 5 ], "4": [ 12, 10 ], "5": [ 24, 19 ], "6": [ 48, 38 ], "7": [ 95, 75 ], "8": [ 190, 150 ], "9": [ 380, 299 ], "10": [ 759, 598 ], ...
{ "0": 32348.5696, "1": 16174.2848, "2": 8087.1424, "3": 4043.5712, "4": 2021.7856, "5": 1010.8928, "6": 505.4464, "7": 252.7232, "8": 126.3616, "9": 63.1808, "10": 31.5904, "11": 15.7952, "12": 7.8976, "13": 3.9488, "14": 1.9744, "15": 0.9872, "16": 0.4936, "17": 0.2468 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
e176ebf560328384a8cdb3e23d2d17d4
3.0.0
11.6.0
5,001
5,001
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 105672, 94758 ]
0.9872
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 7, 6 ], "4": [ 13, 12 ], "5": [ 26, 24 ], "6": [ 52, 47 ], "7": [ 104, 93 ], "8": [ 207, 186 ], "9": [ 413, 371 ], "10": [ 826, 741 ],...
{ "0": 32348.5696, "1": 16174.2848, "2": 8087.1424, "3": 4043.5712, "4": 2021.7856, "5": 1010.8928, "6": 505.4464, "7": 252.7232, "8": 126.3616, "9": 63.1808, "10": 31.5904, "11": 15.7952, "12": 7.8976, "13": 3.9488, "14": 1.9744, "15": 0.9872, "16": 0.4936, "17": 0.2468 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
039ee2b5cf8bb9bf5336716624ab0fa2
3.0.0
11.6.0
3,445
3,445
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 89488, 81985 ]
0.9872
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 6, 6 ], "4": [ 11, 11 ], "5": [ 22, 21 ], "6": [ 44, 41 ], "7": [ 88, 81 ], "8": [ 175, 161 ], "9": [ 350, 321 ], "10": [ 700, 641 ], ...
{ "0": 32348.5696, "1": 16174.2848, "2": 8087.1424, "3": 4043.5712, "4": 2021.7856, "5": 1010.8928, "6": 505.4464, "7": 252.7232, "8": 126.3616, "9": 63.1808, "10": 31.5904, "11": 15.7952, "12": 7.8976, "13": 3.9488, "14": 1.9744, "15": 0.9872, "16": 0.4936, "17": 0.2468 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
341ac75f5aafe3b364c7cfeb2473879f
3.0.0
11.6.0
4,607
4,607
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 100912, 82930 ]
0.9872
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 7, 6 ], "4": [ 13, 11 ], "5": [ 25, 21 ], "6": [ 50, 41 ], "7": [ 99, 81 ], "8": [ 198, 162 ], "9": [ 395, 324 ], "10": [ 789, 648 ], ...
{ "0": 32348.5696, "1": 16174.2848, "2": 8087.1424, "3": 4043.5712, "4": 2021.7856, "5": 1010.8928, "6": 505.4464, "7": 252.7232, "8": 126.3616, "9": 63.1808, "10": 31.5904, "11": 15.7952, "12": 7.8976, "13": 3.9488, "14": 1.9744, "15": 0.9872, "16": 0.4936, "17": 0.2468 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
1c6e670f6a1b252a339010eabe8c7a0e
3.0.0
11.6.0
5,548
5,548
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 116144, 86001 ]
0.9872
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 8, 6 ], "4": [ 15, 11 ], "5": [ 29, 21 ], "6": [ 57, 42 ], "7": [ 114, 84 ], "8": [ 227, 168 ], "9": [ 454, 336 ], "10": [ 908, 672 ],...
{ "0": 32348.5696, "1": 16174.2848, "2": 8087.1424, "3": 4043.5712, "4": 2021.7856, "5": 1010.8928, "6": 505.4464, "7": 252.7232, "8": 126.3616, "9": 63.1808, "10": 31.5904, "11": 15.7952, "12": 7.8976, "13": 3.9488, "14": 1.9744, "15": 0.9872, "16": 0.4936, "17": 0.2468 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
52c17b38a2c659497dcfadf73f54184a
3.0.0
11.6.0
4,278
4,278
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 110432, 72699 ]
0.9872
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 7, 5 ], "4": [ 14, 9 ], "5": [ 27, 18 ], "6": [ 54, 36 ], "7": [ 108, 71 ], "8": [ 216, 142 ], "9": [ 432, 284 ], "10": [ 863, 568 ], ...
{ "0": 32348.5696, "1": 16174.2848, "2": 8087.1424, "3": 4043.5712, "4": 2021.7856, "5": 1010.8928, "6": 505.4464, "7": 252.7232, "8": 126.3616, "9": 63.1808, "10": 31.5904, "11": 15.7952, "12": 7.8976, "13": 3.9488, "14": 1.9744, "15": 0.9872, "16": 0.4936, "17": 0.2468 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
ea3b5bcd06b2d6a0d9ef6e81aedbc368
3.0.0
11.6.0
4,327
4,327
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 95200, 90682 ]
0.9872
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 6, 6 ], "4": [ 12, 12 ], "5": [ 24, 23 ], "6": [ 47, 45 ], "7": [ 93, 89 ], "8": [ 186, 178 ], "9": [ 372, 355 ], "10": [ 744, 709 ], ...
{ "0": 32348.5696, "1": 16174.2848, "2": 8087.1424, "3": 4043.5712, "4": 2021.7856, "5": 1010.8928, "6": 505.4464, "7": 252.7232, "8": 126.3616, "9": 63.1808, "10": 31.5904, "11": 15.7952, "12": 7.8976, "13": 3.9488, "14": 1.9744, "15": 0.9872, "16": 0.4936, "17": 0.2468 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
b05a12a850957f9462a9bdef9fbdeb23
3.0.0
11.6.0
8,379
8,379
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
16
224
896
[ 177072, 94498 ]
0.9872
{ "0": [ 1, 1 ], "1": [ 2, 1 ], "2": [ 3, 2 ], "3": [ 6, 3 ], "4": [ 11, 6 ], "5": [ 22, 12 ], "6": [ 44, 24 ], "7": [ 87, 47 ], "8": [ 173, 93 ], "9": [ 346, 185 ], "10": [ 692, 370 ], ...
{ "0": 64697.1392, "1": 32348.5696, "2": 16174.2848, "3": 8087.1424, "4": 4043.5712, "5": 2021.7856, "6": 1010.8928, "7": 505.4464, "8": 252.7232, "9": 126.3616, "10": 63.1808, "11": 31.5904, "12": 15.7952, "13": 7.8976, "14": 3.9488, "15": 1.9744, "16": 0.9872, "17": 0.4936, "18":...
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
4bece54bc7f8409f48133f54253254c8e474c77319417f3421b0bf49e284b0ac
3.0.0
11.6.0
5,490
5,490
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 123760, 86633 ]
0.9872
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 8, 6 ], "4": [ 16, 11 ], "5": [ 31, 22 ], "6": [ 61, 43 ], "7": [ 121, 85 ], "8": [ 242, 170 ], "9": [ 484, 339 ], "10": [ 967, 677 ],...
{ "0": 32348.5696, "1": 16174.2848, "2": 8087.1424, "3": 4043.5712, "4": 2021.7856, "5": 1010.8928, "6": 505.4464, "7": 252.7232, "8": 126.3616, "9": 63.1808, "10": 31.5904, "11": 15.7952, "12": 7.8976, "13": 3.9488, "14": 1.9744, "15": 0.9872, "16": 0.4936, "17": 0.2468 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
e0b984ebef0640303f085a55d356e8dd
3.0.0
11.6.0
3,846
3,846
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 108528, 94698 ]
0.986
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 7, 6 ], "4": [ 14, 12 ], "5": [ 27, 24 ], "6": [ 53, 47 ], "7": [ 106, 93 ], "8": [ 212, 185 ], "9": [ 424, 370 ], "10": [ 848, 740 ],...
{ "0": 32309.248, "1": 16154.624, "2": 8077.312, "3": 4038.656, "4": 2019.328, "5": 1009.664, "6": 504.832, "7": 252.416, "8": 126.208, "9": 63.104, "10": 31.552, "11": 15.776, "12": 7.888, "13": 3.944, "14": 1.972, "15": 0.986, "16": 0.493, "17": 0.2465 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
96e427d2c6e397486e4f5935f3833872
3.0.0
11.6.0
4,768
4,768
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 118048, 84080 ]
0.986
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 8, 6 ], "4": [ 15, 11 ], "5": [ 29, 21 ], "6": [ 58, 42 ], "7": [ 116, 83 ], "8": [ 231, 165 ], "9": [ 462, 329 ], "10": [ 923, 657 ],...
{ "0": 32309.248, "1": 16154.624, "2": 8077.312, "3": 4038.656, "4": 2019.328, "5": 1009.664, "6": 504.832, "7": 252.416, "8": 126.208, "9": 63.104, "10": 31.552, "11": 15.776, "12": 7.888, "13": 3.944, "14": 1.972, "15": 0.986, "16": 0.493, "17": 0.2465 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
232bf5255be9f0629e0c319fde3fd127
3.0.0
11.6.0
4,361
4,361
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 110432, 83752 ]
0.986
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 7, 6 ], "4": [ 14, 11 ], "5": [ 27, 21 ], "6": [ 54, 41 ], "7": [ 108, 82 ], "8": [ 216, 164 ], "9": [ 432, 328 ], "10": [ 863, 655 ],...
{ "0": 32309.248, "1": 16154.624, "2": 8077.312, "3": 4038.656, "4": 2019.328, "5": 1009.664, "6": 504.832, "7": 252.416, "8": 126.208, "9": 63.104, "10": 31.552, "11": 15.776, "12": 7.888, "13": 3.944, "14": 1.972, "15": 0.986, "16": 0.493, "17": 0.2465 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
b3f514e373d4a1abbc6da55668cdd896
3.0.0
11.6.0
2,824
2,824
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 85679, 69224 ]
0.992
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 6, 5 ], "4": [ 11, 9 ], "5": [ 21, 17 ], "6": [ 42, 34 ], "7": [ 84, 68 ], "8": [ 168, 136 ], "9": [ 335, 271 ], "10": [ 670, 541 ], ...
{ "0": 32505.856, "1": 16252.928, "2": 8126.464, "3": 4063.232, "4": 2031.616, "5": 1015.808, "6": 507.904, "7": 253.952, "8": 126.976, "9": 63.488, "10": 31.744, "11": 15.872, "12": 7.936, "13": 3.968, "14": 1.984, "15": 0.992, "16": 0.496, "17": 0.248 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
e8b3f573642f01aaa12130f81bcf5b8ddd7c130e809834fb7d2c939e96aa8071
3.0.0
11.6.0
5,707
5,707
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 111384, 72806 ]
0.986
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 7, 5 ], "4": [ 14, 9 ], "5": [ 28, 18 ], "6": [ 55, 36 ], "7": [ 109, 72 ], "8": [ 218, 143 ], "9": [ 436, 285 ], "10": [ 871, 569 ], ...
{ "0": 32309.248, "1": 16154.624, "2": 8077.312, "3": 4038.656, "4": 2019.328, "5": 1009.664, "6": 504.832, "7": 252.416, "8": 126.208, "9": 63.104, "10": 31.552, "11": 15.776, "12": 7.888, "13": 3.944, "14": 1.972, "15": 0.986, "16": 0.493, "17": 0.2465 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
311be48f71856f52ac98d1aca06e1013
3.0.0
11.6.0
7,207
7,207
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 116143, 94850 ]
0.992
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 8, 6 ], "4": [ 15, 12 ], "5": [ 29, 24 ], "6": [ 57, 47 ], "7": [ 114, 93 ], "8": [ 227, 186 ], "9": [ 454, 371 ], "10": [ 908, 742 ],...
{ "0": 32505.856, "1": 16252.928, "2": 8126.464, "3": 4063.232, "4": 2031.616, "5": 1015.808, "6": 507.904, "7": 253.952, "8": 126.976, "9": 63.488, "10": 31.744, "11": 15.872, "12": 7.936, "13": 3.968, "14": 1.984, "15": 0.992, "16": 0.496, "17": 0.248 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
64068845d1ccc778694a34090c3a7006
3.0.0
11.6.0
5,209
5,209
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 116144, 92834 ]
0.9824
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 8, 6 ], "4": [ 15, 12 ], "5": [ 29, 23 ], "6": [ 57, 46 ], "7": [ 114, 91 ], "8": [ 227, 182 ], "9": [ 454, 363 ], "10": [ 908, 726 ],...
{ "0": 32191.2832, "1": 16095.6416, "2": 8047.8208, "3": 4023.9104, "4": 2011.9552, "5": 1005.9776, "6": 502.9888, "7": 251.4944, "8": 125.7472, "9": 62.8736, "10": 31.4368, "11": 15.7184, "12": 7.8592, "13": 3.9296, "14": 1.9648, "15": 0.9824, "16": 0.4912, "17": 0.2456 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
871de9843ea2d157e30ba381a1798c4a
3.0.0
11.6.0
3,831
3,831
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 107576, 73973 ]
0.9824
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 7, 5 ], "4": [ 14, 10 ], "5": [ 27, 19 ], "6": [ 53, 37 ], "7": [ 106, 73 ], "8": [ 211, 145 ], "9": [ 421, 289 ], "10": [ 841, 578 ],...
{ "0": 32191.2832, "1": 16095.6416, "2": 8047.8208, "3": 4023.9104, "4": 2011.9552, "5": 1005.9776, "6": 502.9888, "7": 251.4944, "8": 125.7472, "9": 62.8736, "10": 31.4368, "11": 15.7184, "12": 7.8592, "13": 3.9296, "14": 1.9648, "15": 0.9824, "16": 0.4912, "17": 0.2456 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
bf2e46f799c7d6ccade1d9d054741cbd
3.0.0
11.6.0
4,717
4,717
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 89488, 82494 ]
0.9824
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 6, 6 ], "4": [ 11, 11 ], "5": [ 22, 21 ], "6": [ 44, 41 ], "7": [ 88, 81 ], "8": [ 175, 162 ], "9": [ 350, 323 ], "10": [ 700, 645 ], ...
{ "0": 32191.2832, "1": 16095.6416, "2": 8047.8208, "3": 4023.9104, "4": 2011.9552, "5": 1005.9776, "6": 502.9888, "7": 251.4944, "8": 125.7472, "9": 62.8736, "10": 31.4368, "11": 15.7184, "12": 7.8592, "13": 3.9296, "14": 1.9648, "15": 0.9824, "16": 0.4912, "17": 0.2456 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
fd1a85a3bcb66a3f9a753bc1ff0793b0
3.0.0
11.6.0
3,599
3,599
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 118048, 92842 ]
0.9824
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 8, 6 ], "4": [ 15, 12 ], "5": [ 29, 23 ], "6": [ 58, 46 ], "7": [ 116, 91 ], "8": [ 231, 182 ], "9": [ 462, 363 ], "10": [ 923, 726 ],...
{ "0": 32191.2832, "1": 16095.6416, "2": 8047.8208, "3": 4023.9104, "4": 2011.9552, "5": 1005.9776, "6": 502.9888, "7": 251.4944, "8": 125.7472, "9": 62.8736, "10": 31.4368, "11": 15.7184, "12": 7.8592, "13": 3.9296, "14": 1.9648, "15": 0.9824, "16": 0.4912, "17": 0.2456 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
3da22fd051d97dc5aa235741545c6cd4
3.0.0
11.6.0
989
989
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
14
224
896
[ 37120, 48896 ]
0.93
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 5, 6 ], "4": [ 10, 12 ], "5": [ 19, 24 ], "6": [ 37, 48 ], "7": [ 73, 96 ], "8": [ 145, 191 ], "9": [ 290, 382 ], "10": [ 580, 764 ], ...
{ "0": 15237.12, "1": 7618.56, "2": 3809.28, "3": 1904.64, "4": 952.32, "5": 476.16, "6": 238.08, "7": 119.04, "8": 59.52, "9": 29.76, "10": 14.88, "11": 7.44, "12": 3.72, "13": 1.86, "14": 0.93, "15": 0.465, "16": 0.2325 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
70cbab0944b6e8542d3c227fdbb6e3b7
3.0.0
11.6.0
1,307
1,307
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
14
224
896
[ 49408, 63744 ]
0.93
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 4 ], "3": [ 7, 8 ], "4": [ 13, 16 ], "5": [ 25, 32 ], "6": [ 49, 63 ], "7": [ 97, 125 ], "8": [ 193, 249 ], "9": [ 386, 498 ], "10": [ 772, 996 ],...
{ "0": 15237.12, "1": 7618.56, "2": 3809.28, "3": 1904.64, "4": 952.32, "5": 476.16, "6": 238.08, "7": 119.04, "8": 59.52, "9": 29.76, "10": 14.88, "11": 7.44, "12": 3.72, "13": 1.86, "14": 0.93, "15": 0.465, "16": 0.2325 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
beac494873eaec0190b7811643789ebeb008b93f79263ea01cfe1ec2697411f0
3.0.0
11.6.0
1,970
1,970
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 87552, 74496 ]
0.93
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 6, 5 ], "4": [ 11, 10 ], "5": [ 22, 19 ], "6": [ 43, 37 ], "7": [ 86, 73 ], "8": [ 171, 146 ], "9": [ 342, 291 ], "10": [ 684, 582 ], ...
{ "0": 30474.24, "1": 15237.12, "2": 7618.56, "3": 3809.28, "4": 1904.64, "5": 952.32, "6": 476.16, "7": 238.08, "8": 119.04, "9": 59.52, "10": 29.76, "11": 14.88, "12": 7.44, "13": 3.72, "14": 1.86, "15": 0.93, "16": 0.465, "17": 0.2325 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
b39d62958fbdae04eebc41a2cbc9fd1af9fa248fa8927c5a4f7f1899aac4717c
3.0.0
11.6.0
537
537
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
14
224
896
[ 29440, 51968 ]
0.93
{ "0": [ 1, 1 ], "1": [ 1, 2 ], "2": [ 2, 4 ], "3": [ 4, 7 ], "4": [ 8, 13 ], "5": [ 15, 26 ], "6": [ 29, 51 ], "7": [ 58, 102 ], "8": [ 115, 203 ], "9": [ 230, 406 ], "10": [ 460, 812 ], ...
{ "0": 15237.12, "1": 7618.56, "2": 3809.28, "3": 1904.64, "4": 952.32, "5": 476.16, "6": 238.08, "7": 119.04, "8": 59.52, "9": 29.76, "10": 14.88, "11": 7.44, "12": 3.72, "13": 1.86, "14": 0.93, "15": 0.465, "16": 0.2325 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
36a1120f2fd21642c1e26c473eac5b25cd786a21030db40e7dc77c574814bd33
3.0.0
11.6.0
690
690
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
14
224
896
[ 37120, 49920 ]
0.93
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 4 ], "3": [ 5, 7 ], "4": [ 10, 13 ], "5": [ 19, 25 ], "6": [ 37, 49 ], "7": [ 73, 98 ], "8": [ 145, 195 ], "9": [ 290, 390 ], "10": [ 580, 780 ], ...
{ "0": 15237.12, "1": 7618.56, "2": 3809.28, "3": 1904.64, "4": 952.32, "5": 476.16, "6": 238.08, "7": 119.04, "8": 59.52, "9": 29.76, "10": 14.88, "11": 7.44, "12": 3.72, "13": 1.86, "14": 0.93, "15": 0.465, "16": 0.2325 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
cd6bb0891d7f952c43d4a744aa1112c56817c42fce4db63b99341c538b386193
3.0.0
11.6.0
2,780
2,780
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 60928, 71234 ]
0.9872
{ "0": [ 1, 1 ], "1": [ 1, 2 ], "2": [ 2, 3 ], "3": [ 4, 5 ], "4": [ 8, 9 ], "5": [ 15, 18 ], "6": [ 30, 35 ], "7": [ 60, 70 ], "8": [ 119, 140 ], "9": [ 238, 279 ], "10": [ 476, 557 ], ...
{ "0": 32348.5696, "1": 16174.2848, "2": 8087.1424, "3": 4043.5712, "4": 2021.7856, "5": 1010.8928, "6": 505.4464, "7": 252.7232, "8": 126.3616, "9": 63.1808, "10": 31.5904, "11": 15.7952, "12": 7.8976, "13": 3.9488, "14": 1.9744, "15": 0.9872, "16": 0.4936, "17": 0.2468 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
745dac93cd0c57ce0dd8c7562c6fffedff64b2ffff89bc329919a2e7054373d4
3.0.0
11.6.0
2,874
2,874
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 59976, 67617 ]
0.9872
{ "0": [ 1, 1 ], "1": [ 1, 2 ], "2": [ 2, 3 ], "3": [ 4, 5 ], "4": [ 8, 9 ], "5": [ 15, 17 ], "6": [ 30, 34 ], "7": [ 59, 67 ], "8": [ 118, 133 ], "9": [ 235, 265 ], "10": [ 469, 529 ], ...
{ "0": 32348.5696, "1": 16174.2848, "2": 8087.1424, "3": 4043.5712, "4": 2021.7856, "5": 1010.8928, "6": 505.4464, "7": 252.7232, "8": 126.3616, "9": 63.1808, "10": 31.5904, "11": 15.7952, "12": 7.8976, "13": 3.9488, "14": 1.9744, "15": 0.9872, "16": 0.4936, "17": 0.2468 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
b83712a9c309247f80518d8aca4400100ee5396f7d28b2ec19287a547e3c5ee5
3.0.0
11.6.0
2,143
2,143
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 70448, 52609 ]
0.9872
{ "0": [ 1, 1 ], "1": [ 2, 1 ], "2": [ 3, 2 ], "3": [ 5, 4 ], "4": [ 9, 7 ], "5": [ 18, 13 ], "6": [ 35, 26 ], "7": [ 69, 52 ], "8": [ 138, 103 ], "9": [ 276, 206 ], "10": [ 551, 412 ], ...
{ "0": 32348.5696, "1": 16174.2848, "2": 8087.1424, "3": 4043.5712, "4": 2021.7856, "5": 1010.8928, "6": 505.4464, "7": 252.7232, "8": 126.3616, "9": 63.1808, "10": 31.5904, "11": 15.7952, "12": 7.8976, "13": 3.9488, "14": 1.9744, "15": 0.9872, "16": 0.4936, "17": 0.2468 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
825ac1bbc9ff7b456d7cd5badfd93f70b795462e4c7db2838e5be8b735e59c2f
3.0.0
11.6.0
5,759
5,759
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 88536, 95047 ]
0.9824
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 6, 6 ], "4": [ 11, 12 ], "5": [ 22, 24 ], "6": [ 44, 47 ], "7": [ 87, 93 ], "8": [ 173, 186 ], "9": [ 346, 372 ], "10": [ 692, 743 ], ...
{ "0": 32191.2832, "1": 16095.6416, "2": 8047.8208, "3": 4023.9104, "4": 2011.9552, "5": 1005.9776, "6": 502.9888, "7": 251.4944, "8": 125.7472, "9": 62.8736, "10": 31.4368, "11": 15.7184, "12": 7.8592, "13": 3.9296, "14": 1.9648, "15": 0.9824, "16": 0.4912, "17": 0.2456 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
63aea5a7f9a88a84225d37499130b237
3.0.0
11.6.0
1,615
1,615
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 76160, 56510 ]
0.9824
{ "0": [ 1, 1 ], "1": [ 2, 1 ], "2": [ 3, 2 ], "3": [ 5, 4 ], "4": [ 10, 7 ], "5": [ 19, 14 ], "6": [ 38, 28 ], "7": [ 75, 56 ], "8": [ 149, 111 ], "9": [ 298, 221 ], "10": [ 595, 442 ], ...
{ "0": 32191.2832, "1": 16095.6416, "2": 8047.8208, "3": 4023.9104, "4": 2011.9552, "5": 1005.9776, "6": 502.9888, "7": 251.4944, "8": 125.7472, "9": 62.8736, "10": 31.4368, "11": 15.7184, "12": 7.8592, "13": 3.9296, "14": 1.9648, "15": 0.9824, "16": 0.4912, "17": 0.2456 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
50ae56e08667848843866e1cdf45e85de930490151f2652446933d0f816ff9b5
3.0.0
11.6.0
3,468
3,468
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 72352, 70208 ]
0.9824
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 5, 5 ], "4": [ 9, 9 ], "5": [ 18, 18 ], "6": [ 36, 35 ], "7": [ 71, 69 ], "8": [ 142, 138 ], "9": [ 283, 275 ], "10": [ 566, 549 ], ...
{ "0": 32191.2832, "1": 16095.6416, "2": 8047.8208, "3": 4023.9104, "4": 2011.9552, "5": 1005.9776, "6": 502.9888, "7": 251.4944, "8": 125.7472, "9": 62.8736, "10": 31.4368, "11": 15.7184, "12": 7.8592, "13": 3.9296, "14": 1.9648, "15": 0.9824, "16": 0.4912, "17": 0.2456 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
25d07d5a79ed13c5f28569ef5443ec32e6a7c2b6f7bf5d103ef80ce7633b9782
3.0.0
11.6.0
4,893
4,893
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 107576, 93795 ]
0.9824
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 7, 6 ], "4": [ 14, 12 ], "5": [ 27, 23 ], "6": [ 53, 46 ], "7": [ 106, 92 ], "8": [ 211, 184 ], "9": [ 421, 367 ], "10": [ 841, 733 ],...
{ "0": 32191.2832, "1": 16095.6416, "2": 8047.8208, "3": 4023.9104, "4": 2011.9552, "5": 1005.9776, "6": 502.9888, "7": 251.4944, "8": 125.7472, "9": 62.8736, "10": 31.4368, "11": 15.7184, "12": 7.8592, "13": 3.9296, "14": 1.9648, "15": 0.9824, "16": 0.4912, "17": 0.2456 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
2f3c9ff7cf264583bfb64eda22accfe4
3.0.0
11.6.0
4,381
4,381
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 93296, 82012 ]
0.9824
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 6, 6 ], "4": [ 12, 11 ], "5": [ 23, 21 ], "6": [ 46, 41 ], "7": [ 92, 81 ], "8": [ 183, 161 ], "9": [ 365, 321 ], "10": [ 729, 641 ], ...
{ "0": 32191.2832, "1": 16095.6416, "2": 8047.8208, "3": 4023.9104, "4": 2011.9552, "5": 1005.9776, "6": 502.9888, "7": 251.4944, "8": 125.7472, "9": 62.8736, "10": 31.4368, "11": 15.7184, "12": 7.8592, "13": 3.9296, "14": 1.9648, "15": 0.9824, "16": 0.4912, "17": 0.2456 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
80532a9e9fb95ff9f76c786e6e1e14e9
3.0.0
11.6.0
3,952
3,952
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 89487, 84141 ]
0.992
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 6, 6 ], "4": [ 11, 11 ], "5": [ 22, 21 ], "6": [ 44, 42 ], "7": [ 88, 83 ], "8": [ 175, 165 ], "9": [ 350, 329 ], "10": [ 700, 658 ], ...
{ "0": 32505.856, "1": 16252.928, "2": 8126.464, "3": 4063.232, "4": 2031.616, "5": 1015.808, "6": 507.904, "7": 253.952, "8": 126.976, "9": 63.488, "10": 31.744, "11": 15.872, "12": 7.936, "13": 3.968, "14": 1.984, "15": 0.992, "16": 0.496, "17": 0.248 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
62c928c26d9d7168d5d4250ab42b5a88
3.0.0
11.6.0
3,437
3,437
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 111383, 65025 ]
0.992
{ "0": [ 1, 1 ], "1": [ 2, 1 ], "2": [ 4, 2 ], "3": [ 7, 4 ], "4": [ 14, 8 ], "5": [ 28, 16 ], "6": [ 55, 32 ], "7": [ 109, 64 ], "8": [ 218, 128 ], "9": [ 436, 255 ], "10": [ 871, 509 ], ...
{ "0": 32505.856, "1": 16252.928, "2": 8126.464, "3": 4063.232, "4": 2031.616, "5": 1015.808, "6": 507.904, "7": 253.952, "8": 126.976, "9": 63.488, "10": 31.744, "11": 15.872, "12": 7.936, "13": 3.968, "14": 1.984, "15": 0.992, "16": 0.496, "17": 0.248 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
7c5969638426e753ef773e3fb512f388fd66f8e1d68cf344b912745835a0739e
3.0.0
11.6.0
3,797
3,797
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 80919, 79208 ]
0.992
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 5, 5 ], "4": [ 10, 10 ], "5": [ 20, 20 ], "6": [ 40, 39 ], "7": [ 80, 78 ], "8": [ 159, 155 ], "9": [ 317, 310 ], "10": [ 633, 619 ], ...
{ "0": 32505.856, "1": 16252.928, "2": 8126.464, "3": 4063.232, "4": 2031.616, "5": 1015.808, "6": 507.904, "7": 253.952, "8": 126.976, "9": 63.488, "10": 31.744, "11": 15.872, "12": 7.936, "13": 3.968, "14": 1.984, "15": 0.992, "16": 0.496, "17": 0.248 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
02edda831ff2350fd680c8d13bfd0c79a6385280584a6b6b4c1d66d1d663fac9
3.0.0
11.6.0
4,779
4,779
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 99589, 75830 ]
0.994
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 7, 5 ], "4": [ 13, 10 ], "5": [ 25, 19 ], "6": [ 49, 38 ], "7": [ 98, 75 ], "8": [ 195, 149 ], "9": [ 390, 297 ], "10": [ 779, 593 ], ...
{ "0": 32571.392, "1": 16285.696, "2": 8142.848, "3": 4071.424, "4": 2035.712, "5": 1017.856, "6": 508.928, "7": 254.464, "8": 127.232, "9": 63.616, "10": 31.808, "11": 15.904, "12": 7.952, "13": 3.976, "14": 1.988, "15": 0.994, "16": 0.497, "17": 0.2485 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
e0c8c361b1794a13b2ed46026a89f290
3.0.0
11.6.0
4,513
4,513
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 101504, 70205 ]
0.994
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 7, 5 ], "4": [ 13, 9 ], "5": [ 25, 18 ], "6": [ 50, 35 ], "7": [ 100, 69 ], "8": [ 199, 138 ], "9": [ 397, 275 ], "10": [ 793, 549 ], ...
{ "0": 32571.392, "1": 16285.696, "2": 8142.848, "3": 4071.424, "4": 2035.712, "5": 1017.856, "6": 508.928, "7": 254.464, "8": 127.232, "9": 63.616, "10": 31.808, "11": 15.904, "12": 7.952, "13": 3.976, "14": 1.988, "15": 0.994, "16": 0.497, "17": 0.2485 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
aa88308be0959d95d2cd99225acf44341197981a22bedb81e372420b2a9bc4f3
3.0.0
11.6.0
3,206
3,206
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 88536, 77369 ]
0.9824
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 6, 5 ], "4": [ 11, 10 ], "5": [ 22, 19 ], "6": [ 44, 38 ], "7": [ 87, 76 ], "8": [ 173, 152 ], "9": [ 346, 303 ], "10": [ 692, 605 ], ...
{ "0": 32191.2832, "1": 16095.6416, "2": 8047.8208, "3": 4023.9104, "4": 2011.9552, "5": 1005.9776, "6": 502.9888, "7": 251.4944, "8": 125.7472, "9": 62.8736, "10": 31.4368, "11": 15.7184, "12": 7.8592, "13": 3.9296, "14": 1.9648, "15": 0.9824, "16": 0.4912, "17": 0.2456 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
5c8dad94e5727701da3d421ab663187d
3.0.0
11.6.0
3,073
3,073
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 77112, 63288 ]
0.9824
{ "0": [ 1, 1 ], "1": [ 2, 1 ], "2": [ 3, 2 ], "3": [ 5, 4 ], "4": [ 10, 8 ], "5": [ 19, 16 ], "6": [ 38, 31 ], "7": [ 76, 62 ], "8": [ 151, 124 ], "9": [ 302, 248 ], "10": [ 603, 495 ], ...
{ "0": 32191.2832, "1": 16095.6416, "2": 8047.8208, "3": 4023.9104, "4": 2011.9552, "5": 1005.9776, "6": 502.9888, "7": 251.4944, "8": 125.7472, "9": 62.8736, "10": 31.4368, "11": 15.7184, "12": 7.8592, "13": 3.9296, "14": 1.9648, "15": 0.9824, "16": 0.4912, "17": 0.2456 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
ce089256a9a35737da21300e58ea2df2ece78942fad0650cbe40a69bd5c42bda
3.0.0
11.6.0
2,544
2,544
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 81672, 48143 ]
1.01
{ "0": [ 1, 1 ], "1": [ 2, 1 ], "2": [ 3, 2 ], "3": [ 5, 3 ], "4": [ 10, 6 ], "5": [ 20, 12 ], "6": [ 40, 24 ], "7": [ 80, 48 ], "8": [ 160, 95 ], "9": [ 320, 189 ], "10": [ 639, 377 ], ...
{ "0": 33095.68, "1": 16547.84, "2": 8273.92, "3": 4136.96, "4": 2068.48, "5": 1034.24, "6": 517.12, "7": 258.56, "8": 129.28, "9": 64.64, "10": 32.32, "11": 16.16, "12": 8.08, "13": 4.04, "14": 2.02, "15": 1.01, "16": 0.505, "17": 0.2525 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
bd4d179e33801191d28e797f277b13382a01f9ffa148284ab1a2d2f5dee9341e
3.0.0
11.6.0
1,803
1,803
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 63744, 73029 ]
1.01
{ "0": [ 1, 1 ], "1": [ 1, 2 ], "2": [ 2, 3 ], "3": [ 4, 5 ], "4": [ 8, 9 ], "5": [ 16, 18 ], "6": [ 32, 36 ], "7": [ 63, 72 ], "8": [ 125, 143 ], "9": [ 249, 286 ], "10": [ 498, 571 ], ...
{ "0": 33095.68, "1": 16547.84, "2": 8273.92, "3": 4136.96, "4": 2068.48, "5": 1034.24, "6": 517.12, "7": 258.56, "8": 129.28, "9": 64.64, "10": 32.32, "11": 16.16, "12": 8.08, "13": 4.04, "14": 2.02, "15": 1.01, "16": 0.505, "17": 0.2525 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
b2d12a2ee15e943641047ef55a1add8f8e4366a3b93b64aa5f9bd36ca73aa649
3.0.0
11.6.0
2,613
2,613
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 63744, 71097 ]
1.01
{ "0": [ 1, 1 ], "1": [ 1, 2 ], "2": [ 2, 3 ], "3": [ 4, 5 ], "4": [ 8, 9 ], "5": [ 16, 18 ], "6": [ 32, 35 ], "7": [ 63, 70 ], "8": [ 125, 139 ], "9": [ 249, 278 ], "10": [ 498, 556 ], ...
{ "0": 33095.68, "1": 16547.84, "2": 8273.92, "3": 4136.96, "4": 2068.48, "5": 1034.24, "6": 517.12, "7": 258.56, "8": 129.28, "9": 64.64, "10": 32.32, "11": 16.16, "12": 8.08, "13": 4.04, "14": 2.02, "15": 1.01, "16": 0.505, "17": 0.2525 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
d3424a0e3fa4e10db7061b45817c0886e131b50cf7bb9c7506e88303e658a11c
3.0.0
11.6.0
1,531
1,531
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
14
224
896
[ 63744, 45049 ]
1.01
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 8, 6 ], "4": [ 16, 11 ], "5": [ 32, 22 ], "6": [ 63, 44 ], "7": [ 125, 88 ], "8": [ 249, 176 ], "9": [ 498, 352 ], "10": [ 996, 704 ],...
{ "0": 16547.84, "1": 8273.92, "2": 4136.96, "3": 2068.48, "4": 1034.24, "5": 517.12, "6": 258.56, "7": 129.28, "8": 64.64, "9": 32.32, "10": 16.16, "11": 8.08, "12": 4.04, "13": 2.02, "14": 1.01, "15": 0.505, "16": 0.2525 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
af48dc2496319a5786c149ba66a96f3e
3.0.0
11.6.0
3,976
3,976
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 115536, 71686 ]
1.01
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 8, 5 ], "4": [ 15, 9 ], "5": [ 29, 18 ], "6": [ 57, 36 ], "7": [ 113, 71 ], "8": [ 226, 141 ], "9": [ 452, 281 ], "10": [ 903, 561 ], ...
{ "0": 33095.68, "1": 16547.84, "2": 8273.92, "3": 4136.96, "4": 2068.48, "5": 1034.24, "6": 517.12, "7": 258.56, "8": 129.28, "9": 64.64, "10": 32.32, "11": 16.16, "12": 8.08, "13": 4.04, "14": 2.02, "15": 1.01, "16": 0.505, "17": 0.2525 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
91ad228baa35dd563ba69653db0a9758
3.0.0
11.6.0
5,149
5,149
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 95616, 81454 ]
1.01
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 6, 5 ], "4": [ 12, 10 ], "5": [ 24, 20 ], "6": [ 47, 40 ], "7": [ 94, 80 ], "8": [ 187, 160 ], "9": [ 374, 319 ], "10": [ 747, 637 ], ...
{ "0": 33095.68, "1": 16547.84, "2": 8273.92, "3": 4136.96, "4": 2068.48, "5": 1034.24, "6": 517.12, "7": 258.56, "8": 129.28, "9": 64.64, "10": 32.32, "11": 16.16, "12": 8.08, "13": 4.04, "14": 2.02, "15": 1.01, "16": 0.505, "17": 0.2525 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
2d214685586864758af4c0f466d2e9b6
3.0.0
11.6.0
5,461
5,461
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 97608, 86281 ]
1.01
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 6, 6 ], "4": [ 12, 11 ], "5": [ 24, 22 ], "6": [ 48, 43 ], "7": [ 96, 85 ], "8": [ 191, 169 ], "9": [ 382, 338 ], "10": [ 763, 675 ], ...
{ "0": 33095.68, "1": 16547.84, "2": 8273.92, "3": 4136.96, "4": 2068.48, "5": 1034.24, "6": 517.12, "7": 258.56, "8": 129.28, "9": 64.64, "10": 32.32, "11": 16.16, "12": 8.08, "13": 4.04, "14": 2.02, "15": 1.01, "16": 0.505, "17": 0.2525 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
e59e724abb68e15f7a163319b1008de5
3.0.0
11.6.0
465
465
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 130576, 34214 ]
1.002
{ "0": [ 1, 1 ], "1": [ 2, 1 ], "2": [ 4, 2 ], "3": [ 8, 3 ], "4": [ 16, 5 ], "5": [ 32, 9 ], "6": [ 64, 17 ], "7": [ 128, 34 ], "8": [ 256, 67 ], "9": [ 511, 134 ], "10": [ 1021, 268 ], ...
{ "0": 32833.536, "1": 16416.768, "2": 8208.384, "3": 4104.192, "4": 2052.096, "5": 1026.048, "6": 513.024, "7": 256.512, "8": 128.256, "9": 64.128, "10": 32.064, "11": 16.032, "12": 8.016, "13": 4.008, "14": 2.004, "15": 1.002, "16": 0.501, "17": 0.2505 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
ad602690583ffef93cd25df7053d56865c927733e70c583a5040a436c9ee477e
3.0.0
11.6.0
3,912
3,912
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
16
224
896
[ 148818, 70054 ]
1.002
{ "0": [ 1, 1 ], "1": [ 2, 1 ], "2": [ 3, 2 ], "3": [ 5, 3 ], "4": [ 10, 5 ], "5": [ 19, 9 ], "6": [ 37, 18 ], "7": [ 73, 35 ], "8": [ 146, 69 ], "9": [ 291, 137 ], "10": [ 582, 274 ], "...
{ "0": 65667.072, "1": 32833.536, "2": 16416.768, "3": 8208.384, "4": 4104.192, "5": 2052.096, "6": 1026.048, "7": 513.024, "8": 256.512, "9": 128.256, "10": 64.128, "11": 32.064, "12": 16.032, "13": 8.016, "14": 4.008, "15": 2.004, "16": 1.002, "17": 0.501, "18": 0.2505 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
9f97ea34f1547c114e34030d88af29b813bed5be57f40aa0804ec53c3456812f
3.0.0
11.6.0
1,694
1,694
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 120015, 44347 ]
1.002
{ "0": [ 1, 1 ], "1": [ 2, 1 ], "2": [ 4, 2 ], "3": [ 8, 3 ], "4": [ 15, 6 ], "5": [ 30, 11 ], "6": [ 59, 22 ], "7": [ 118, 44 ], "8": [ 235, 87 ], "9": [ 469, 174 ], "10": [ 938, 347 ], ...
{ "0": 32833.536, "1": 16416.768, "2": 8208.384, "3": 4104.192, "4": 2052.096, "5": 1026.048, "6": 513.024, "7": 256.512, "8": 128.256, "9": 64.128, "10": 32.064, "11": 16.032, "12": 8.016, "13": 4.008, "14": 2.004, "15": 1.002, "16": 0.501, "17": 0.2505 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
c14ed5564e9a7deba300e25dbb82a64c1716d4afd5f6ed9a40f6f453a0a10977
3.0.0
11.6.0
2,409
2,409
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
16
224
896
[ 142799, 39348 ]
0.9888
{ "0": [ 1, 1 ], "1": [ 2, 1 ], "2": [ 3, 1 ], "3": [ 5, 2 ], "4": [ 9, 3 ], "5": [ 18, 5 ], "6": [ 35, 10 ], "7": [ 70, 20 ], "8": [ 140, 39 ], "9": [ 279, 77 ], "10": [ 558, 154 ], "11...
{ "0": 64801.9968, "1": 32400.9984, "2": 16200.4992, "3": 8100.2496, "4": 4050.1248, "5": 2025.0624, "6": 1012.5312, "7": 506.2656, "8": 253.1328, "9": 126.5664, "10": 63.2832, "11": 31.6416, "12": 15.8208, "13": 7.9104, "14": 3.9552, "15": 1.9776, "16": 0.9888, "17": 0.4944, "18":...
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
6cdbf48886baa7a728bc779218e33a5ef8dfd46f6cb37eed6a635345becc95f0
3.0.0
11.6.0
5,810
5,810
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
16
224
896
[ 197063, 70199 ]
0.9888
{ "0": [ 1, 1 ], "1": [ 2, 1 ], "2": [ 4, 2 ], "3": [ 7, 3 ], "4": [ 13, 5 ], "5": [ 25, 9 ], "6": [ 49, 18 ], "7": [ 97, 35 ], "8": [ 193, 69 ], "9": [ 385, 138 ], "10": [ 770, 275 ], "...
{ "0": 64801.9968, "1": 32400.9984, "2": 16200.4992, "3": 8100.2496, "4": 4050.1248, "5": 2025.0624, "6": 1012.5312, "7": 506.2656, "8": 253.1328, "9": 126.5664, "10": 63.2832, "11": 31.6416, "12": 15.8208, "13": 7.9104, "14": 3.9552, "15": 1.9776, "16": 0.9888, "17": 0.4944, "18":...
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
d6b8d477d3b84b6d1bec3b7321de138275b3e9718701019636ad75409687731b
3.0.0
11.6.0
4,287
4,287
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
16
224
896
[ 171359, 73678 ]
0.992
{ "0": [ 1, 1 ], "1": [ 2, 1 ], "2": [ 3, 2 ], "3": [ 6, 3 ], "4": [ 11, 5 ], "5": [ 21, 9 ], "6": [ 42, 18 ], "7": [ 84, 36 ], "8": [ 168, 72 ], "9": [ 335, 144 ], "10": [ 670, 288 ], "...
{ "0": 65011.712, "1": 32505.856, "2": 16252.928, "3": 8126.464, "4": 4063.232, "5": 2031.616, "6": 1015.808, "7": 507.904, "8": 253.952, "9": 126.976, "10": 63.488, "11": 31.744, "12": 15.872, "13": 7.936, "14": 3.968, "15": 1.984, "16": 0.992, "17": 0.496, "18": 0.248 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
eac1038871ba34def188264f3564e8bc373f4e0bdf50154dc7550d0d7369a7fa
3.0.0
11.6.0
1,972
1,972
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
16
224
896
[ 141847, 54774 ]
0.9888
{ "0": [ 1, 1 ], "1": [ 2, 1 ], "2": [ 3, 1 ], "3": [ 5, 2 ], "4": [ 9, 4 ], "5": [ 18, 7 ], "6": [ 35, 14 ], "7": [ 70, 27 ], "8": [ 139, 54 ], "9": [ 278, 107 ], "10": [ 555, 214 ], "1...
{ "0": 64801.9968, "1": 32400.9984, "2": 16200.4992, "3": 8100.2496, "4": 4050.1248, "5": 2025.0624, "6": 1012.5312, "7": 506.2656, "8": 253.1328, "9": 126.5664, "10": 63.2832, "11": 31.6416, "12": 15.8208, "13": 7.9104, "14": 3.9552, "15": 1.9776, "16": 0.9888, "17": 0.4944, "18":...
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
c33abcbb884b9ac94e6d705ae4cc6eaa577faca7ff1b64976b153e4ca0452f91
3.0.0
11.6.0
3,784
3,784
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
16
224
896
[ 156127, 65395 ]
0.9888
{ "0": [ 1, 1 ], "1": [ 2, 1 ], "2": [ 3, 1 ], "3": [ 5, 2 ], "4": [ 10, 4 ], "5": [ 20, 8 ], "6": [ 39, 16 ], "7": [ 77, 32 ], "8": [ 153, 64 ], "9": [ 305, 128 ], "10": [ 610, 256 ], "...
{ "0": 64801.9968, "1": 32400.9984, "2": 16200.4992, "3": 8100.2496, "4": 4050.1248, "5": 2025.0624, "6": 1012.5312, "7": 506.2656, "8": 253.1328, "9": 126.5664, "10": 63.2832, "11": 31.6416, "12": 15.8208, "13": 7.9104, "14": 3.9552, "15": 1.9776, "16": 0.9888, "17": 0.4944, "18":...
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
70e8756f5cf4e7409fa8c0658aa9070bb29c895670f0d336e61414eddee3d7c3
3.0.0
11.6.0
3,629
3,629
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 115535, 66351 ]
1.0108
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 8, 5 ], "4": [ 15, 9 ], "5": [ 29, 17 ], "6": [ 57, 33 ], "7": [ 113, 65 ], "8": [ 226, 130 ], "9": [ 452, 260 ], "10": [ 903, 519 ], ...
{ "0": 33121.8944, "1": 16560.9472, "2": 8280.4736, "3": 4140.2368, "4": 2070.1184, "5": 1035.0592, "6": 517.5296, "7": 258.7648, "8": 129.3824, "9": 64.6912, "10": 32.3456, "11": 16.1728, "12": 8.0864, "13": 4.0432, "14": 2.0216, "15": 1.0108, "16": 0.5054, "17": 0.2527 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
a818bdc251645a87cfcb91c7b5da2abc
3.0.0
11.6.0
4,541
4,541
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 105575, 84121 ]
1.0108
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 7, 6 ], "4": [ 13, 11 ], "5": [ 26, 21 ], "6": [ 52, 42 ], "7": [ 104, 83 ], "8": [ 207, 165 ], "9": [ 413, 329 ], "10": [ 825, 658 ],...
{ "0": 33121.8944, "1": 16560.9472, "2": 8280.4736, "3": 4140.2368, "4": 2070.1184, "5": 1035.0592, "6": 517.5296, "7": 258.7648, "8": 129.3824, "9": 64.6912, "10": 32.3456, "11": 16.1728, "12": 8.0864, "13": 4.0432, "14": 2.0216, "15": 1.0108, "16": 0.5054, "17": 0.2527 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
32c953432eeeef66f45fef74b00b7343
3.0.0
11.6.0
4,686
4,686
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 109559, 84910 ]
1.0108
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 7, 6 ], "4": [ 14, 11 ], "5": [ 27, 21 ], "6": [ 54, 42 ], "7": [ 107, 83 ], "8": [ 214, 166 ], "9": [ 428, 332 ], "10": [ 856, 664 ],...
{ "0": 33121.8944, "1": 16560.9472, "2": 8280.4736, "3": 4140.2368, "4": 2070.1184, "5": 1035.0592, "6": 517.5296, "7": 258.7648, "8": 129.3824, "9": 64.6912, "10": 32.3456, "11": 16.1728, "12": 8.0864, "13": 4.0432, "14": 2.0216, "15": 1.0108, "16": 0.5054, "17": 0.2527 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
d8d64dadf91ed5c2a8d348ef32bdb638
3.0.0
11.6.0
3,625
3,625
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 93623, 63206 ]
1.0108
{ "0": [ 1, 1 ], "1": [ 2, 1 ], "2": [ 3, 2 ], "3": [ 6, 4 ], "4": [ 12, 8 ], "5": [ 23, 16 ], "6": [ 46, 31 ], "7": [ 92, 62 ], "8": [ 183, 124 ], "9": [ 366, 247 ], "10": [ 732, 494 ], ...
{ "0": 33121.8944, "1": 16560.9472, "2": 8280.4736, "3": 4140.2368, "4": 2070.1184, "5": 1035.0592, "6": 517.5296, "7": 258.7648, "8": 129.3824, "9": 64.6912, "10": 32.3456, "11": 16.1728, "12": 8.0864, "13": 4.0432, "14": 2.0216, "15": 1.0108, "16": 0.5054, "17": 0.2527 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
4320b6403706e5b71998240e242c9616149a444e47697d03f679bc0d200d375f
3.0.0
11.6.0
7,167
7,167
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 99599, 94592 ]
1.0108
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 7, 6 ], "4": [ 13, 12 ], "5": [ 25, 24 ], "6": [ 49, 47 ], "7": [ 98, 93 ], "8": [ 195, 185 ], "9": [ 390, 370 ], "10": [ 779, 739 ], ...
{ "0": 33121.8944, "1": 16560.9472, "2": 8280.4736, "3": 4140.2368, "4": 2070.1184, "5": 1035.0592, "6": 517.5296, "7": 258.7648, "8": 129.3824, "9": 64.6912, "10": 32.3456, "11": 16.1728, "12": 8.0864, "13": 4.0432, "14": 2.0216, "15": 1.0108, "16": 0.5054, "17": 0.2527 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
71b7331dcced632af45bcda597cf9121
3.0.0
11.6.0
3,766
3,766
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 85655, 77328 ]
1.0108
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 3, 3 ], "3": [ 6, 5 ], "4": [ 11, 10 ], "5": [ 21, 19 ], "6": [ 42, 38 ], "7": [ 84, 76 ], "8": [ 168, 152 ], "9": [ 335, 303 ], "10": [ 670, 605 ], ...
{ "0": 33121.8944, "1": 16560.9472, "2": 8280.4736, "3": 4140.2368, "4": 2070.1184, "5": 1035.0592, "6": 517.5296, "7": 258.7648, "8": 129.3824, "9": 64.6912, "10": 32.3456, "11": 16.1728, "12": 8.0864, "13": 4.0432, "14": 2.0216, "15": 1.0108, "16": 0.5054, "17": 0.2527 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
8332416d9e7d6355d4f3d315cf58d45c08df6707c3836244266c47e34166cc67
3.0.0
11.6.0
7,768
7,768
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
16
224
896
[ 137447, 87413 ]
1.0108
{ "0": [ 1, 1 ], "1": [ 2, 1 ], "2": [ 3, 2 ], "3": [ 5, 3 ], "4": [ 9, 6 ], "5": [ 17, 11 ], "6": [ 34, 22 ], "7": [ 68, 43 ], "8": [ 135, 86 ], "9": [ 269, 171 ], "10": [ 537, 342 ], "...
{ "0": 66243.7888, "1": 33121.8944, "2": 16560.9472, "3": 8280.4736, "4": 4140.2368, "5": 2070.1184, "6": 1035.0592, "7": 517.5296, "8": 258.7648, "9": 129.3824, "10": 64.6912, "11": 32.3456, "12": 16.1728, "13": 8.0864, "14": 4.0432, "15": 2.0216, "16": 1.0108, "17": 0.5054, "18":...
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
8dc73dcf6434bd001061994e2497de869fe2a41627cd145a1426f98236fecb56
3.0.0
11.6.0
4,335
4,335
{ "mode": "random", "seed": 0 }
{ "name": "BUNet", "dilatation": 1, "threshold": 0.5 }
iBOTViTGiant
15
224
896
[ 121511, 92982 ]
1.0108
{ "0": [ 1, 1 ], "1": [ 2, 2 ], "2": [ 4, 3 ], "3": [ 8, 6 ], "4": [ 15, 12 ], "5": [ 30, 23 ], "6": [ 60, 46 ], "7": [ 119, 91 ], "8": [ 238, 182 ], "9": [ 475, 364 ], "10": [ 950, 727 ],...
{ "0": 33121.8944, "1": 16560.9472, "2": 8280.4736, "3": 4140.2368, "4": 2070.1184, "5": 1035.0592, "6": 517.5296, "7": 258.7648, "8": 129.3824, "9": 64.6912, "10": 32.3456, "11": 16.1728, "12": 8.0864, "13": 4.0432, "14": 2.0216, "15": 1.0108, "16": 0.5054, "17": 0.2527 }
{ "python_version": "3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) \n[GCC 12.3.0]", "pixman_version": "0.38.4", "openslide_version": "3.4.1", "classic_algos_version": "1.19.0", "torch_version": "2.0.1+cu117", "openslide_python_version": "1.3.1", "platform": "Linux-5.4.0-152-generic-x86_...
e6d1925096fac543bc34ae684ea07e1e
End of preview.
README.md exists but content is empty.
Downloads last month
12