cellfinder 1.3.0rc0__py3-none-any.whl → 1.3.0rc2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cellfinder/__init__.py +1 -1
- cellfinder/core/classify/classify.py +8 -0
- cellfinder/core/classify/cube_generator.py +2 -2
- cellfinder/core/main.py +1 -1
- cellfinder/core/tools/system.py +10 -0
- cellfinder/napari/curation.py +1 -1
- cellfinder/napari/detect/detect.py +8 -2
- cellfinder/napari/detect/detect_containers.py +2 -0
- cellfinder/napari/detect/thread_worker.py +2 -2
- {cellfinder-1.3.0rc0.dist-info → cellfinder-1.3.0rc2.dist-info}/METADATA +2 -1
- cellfinder-1.3.0rc2.dist-info/RECORD +59 -0
- cellfinder/__pycache__/__init__.cpython-310.pyc +0 -0
- cellfinder/__pycache__/__init__.cpython-311.pyc +0 -0
- cellfinder/__pycache__/__init__.cpython-312.pyc +0 -0
- cellfinder/core/__pycache__/__init__.cpython-310.pyc +0 -0
- cellfinder/core/__pycache__/__init__.cpython-311.pyc +0 -0
- cellfinder/core/__pycache__/__init__.cpython-312.pyc +0 -0
- cellfinder/core/__pycache__/main.cpython-310.pyc +0 -0
- cellfinder/core/__pycache__/main.cpython-311.pyc +0 -0
- cellfinder/core/__pycache__/main.cpython-312.pyc +0 -0
- cellfinder/core/__pycache__/types.cpython-310.pyc +0 -0
- cellfinder/core/__pycache__/types.cpython-311.pyc +0 -0
- cellfinder/core/__pycache__/types.cpython-312.pyc +0 -0
- cellfinder/core/classify/__pycache__/__init__.cpython-310.pyc +0 -0
- cellfinder/core/classify/__pycache__/__init__.cpython-311.pyc +0 -0
- cellfinder/core/classify/__pycache__/__init__.cpython-312.pyc +0 -0
- cellfinder/core/classify/__pycache__/augment.cpython-310.pyc +0 -0
- cellfinder/core/classify/__pycache__/augment.cpython-311.pyc +0 -0
- cellfinder/core/classify/__pycache__/augment.cpython-312.pyc +0 -0
- cellfinder/core/classify/__pycache__/classify.cpython-310.pyc +0 -0
- cellfinder/core/classify/__pycache__/classify.cpython-311.pyc +0 -0
- cellfinder/core/classify/__pycache__/classify.cpython-312.pyc +0 -0
- cellfinder/core/classify/__pycache__/cube_generator.cpython-310.pyc +0 -0
- cellfinder/core/classify/__pycache__/cube_generator.cpython-311.pyc +0 -0
- cellfinder/core/classify/__pycache__/cube_generator.cpython-312.pyc +0 -0
- cellfinder/core/classify/__pycache__/resnet.cpython-310.pyc +0 -0
- cellfinder/core/classify/__pycache__/resnet.cpython-311.pyc +0 -0
- cellfinder/core/classify/__pycache__/resnet.cpython-312.pyc +0 -0
- cellfinder/core/classify/__pycache__/tools.cpython-310.pyc +0 -0
- cellfinder/core/classify/__pycache__/tools.cpython-311.pyc +0 -0
- cellfinder/core/classify/__pycache__/tools.cpython-312.pyc +0 -0
- cellfinder/core/config/cellfinder.conf.custom +0 -3
- cellfinder/core/detect/__pycache__/__init__.cpython-310.pyc +0 -0
- cellfinder/core/detect/__pycache__/__init__.cpython-311.pyc +0 -0
- cellfinder/core/detect/__pycache__/__init__.cpython-312.pyc +0 -0
- cellfinder/core/detect/__pycache__/detect.cpython-310.pyc +0 -0
- cellfinder/core/detect/__pycache__/detect.cpython-311.pyc +0 -0
- cellfinder/core/detect/__pycache__/detect.cpython-312.pyc +0 -0
- cellfinder/core/detect/filters/__pycache__/__init__.cpython-310.pyc +0 -0
- cellfinder/core/detect/filters/__pycache__/__init__.cpython-311.pyc +0 -0
- cellfinder/core/detect/filters/__pycache__/__init__.cpython-312.pyc +0 -0
- cellfinder/core/detect/filters/__pycache__/setup_filters.cpython-310.pyc +0 -0
- cellfinder/core/detect/filters/__pycache__/setup_filters.cpython-311.pyc +0 -0
- cellfinder/core/detect/filters/__pycache__/setup_filters.cpython-312.pyc +0 -0
- cellfinder/core/detect/filters/plane/__pycache__/__init__.cpython-310.pyc +0 -0
- cellfinder/core/detect/filters/plane/__pycache__/__init__.cpython-311.pyc +0 -0
- cellfinder/core/detect/filters/plane/__pycache__/__init__.cpython-312.pyc +0 -0
- cellfinder/core/detect/filters/plane/__pycache__/classical_filter.cpython-310.pyc +0 -0
- cellfinder/core/detect/filters/plane/__pycache__/classical_filter.cpython-311.pyc +0 -0
- cellfinder/core/detect/filters/plane/__pycache__/classical_filter.cpython-312.pyc +0 -0
- cellfinder/core/detect/filters/plane/__pycache__/plane_filter.cpython-310.pyc +0 -0
- cellfinder/core/detect/filters/plane/__pycache__/plane_filter.cpython-311.pyc +0 -0
- cellfinder/core/detect/filters/plane/__pycache__/plane_filter.cpython-312.pyc +0 -0
- cellfinder/core/detect/filters/plane/__pycache__/tile_walker.cpython-310.pyc +0 -0
- cellfinder/core/detect/filters/plane/__pycache__/tile_walker.cpython-311.pyc +0 -0
- cellfinder/core/detect/filters/plane/__pycache__/tile_walker.cpython-312.pyc +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/__init__.cpython-310.pyc +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/__init__.cpython-311.pyc +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/__init__.cpython-312.pyc +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-199.py310.1.nbc +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-199.py310.nbi +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-263.py310.1.nbc +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-263.py310.2.nbc +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-263.py310.nbi +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-263.py311.1.nbc +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-263.py311.2.nbc +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-263.py311.nbi +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-263.py312.1.nbc +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-263.py312.2.nbc +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-263.py312.nbi +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/ball_filter.cpython-310.pyc +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/ball_filter.cpython-311.pyc +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/ball_filter.cpython-312.pyc +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/structure_detection.cpython-310.pyc +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/structure_detection.cpython-311.pyc +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/structure_detection.cpython-312.pyc +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/structure_splitting.cpython-310.pyc +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/structure_splitting.cpython-311.pyc +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/structure_splitting.cpython-312.pyc +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/volume_filter.cpython-310.pyc +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/volume_filter.cpython-311.pyc +0 -0
- cellfinder/core/detect/filters/volume/__pycache__/volume_filter.cpython-312.pyc +0 -0
- cellfinder/core/download/__pycache__/__init__.cpython-310.pyc +0 -0
- cellfinder/core/download/__pycache__/__init__.cpython-311.pyc +0 -0
- cellfinder/core/download/__pycache__/__init__.cpython-312.pyc +0 -0
- cellfinder/core/download/__pycache__/cli.cpython-310.pyc +0 -0
- cellfinder/core/download/__pycache__/cli.cpython-312.pyc +0 -0
- cellfinder/core/download/__pycache__/download.cpython-310.pyc +0 -0
- cellfinder/core/download/__pycache__/download.cpython-311.pyc +0 -0
- cellfinder/core/download/__pycache__/download.cpython-312.pyc +0 -0
- cellfinder/core/tools/__pycache__/IO.cpython-310.pyc +0 -0
- cellfinder/core/tools/__pycache__/__init__.cpython-310.pyc +0 -0
- cellfinder/core/tools/__pycache__/__init__.cpython-311.pyc +0 -0
- cellfinder/core/tools/__pycache__/__init__.cpython-312.pyc +0 -0
- cellfinder/core/tools/__pycache__/array_operations.cpython-310.pyc +0 -0
- cellfinder/core/tools/__pycache__/array_operations.cpython-311.pyc +0 -0
- cellfinder/core/tools/__pycache__/array_operations.cpython-312.pyc +0 -0
- cellfinder/core/tools/__pycache__/geometry.cpython-310.pyc +0 -0
- cellfinder/core/tools/__pycache__/geometry.cpython-311.pyc +0 -0
- cellfinder/core/tools/__pycache__/geometry.cpython-312.pyc +0 -0
- cellfinder/core/tools/__pycache__/image_processing.cpython-310.pyc +0 -0
- cellfinder/core/tools/__pycache__/image_processing.cpython-312.pyc +0 -0
- cellfinder/core/tools/__pycache__/prep.cpython-310.pyc +0 -0
- cellfinder/core/tools/__pycache__/prep.cpython-311.pyc +0 -0
- cellfinder/core/tools/__pycache__/prep.cpython-312.pyc +0 -0
- cellfinder/core/tools/__pycache__/source_files.cpython-310.pyc +0 -0
- cellfinder/core/tools/__pycache__/source_files.cpython-311.pyc +0 -0
- cellfinder/core/tools/__pycache__/source_files.cpython-312.pyc +0 -0
- cellfinder/core/tools/__pycache__/system.cpython-310.pyc +0 -0
- cellfinder/core/tools/__pycache__/system.cpython-312.pyc +0 -0
- cellfinder/core/tools/__pycache__/tf.cpython-310.pyc +0 -0
- cellfinder/core/tools/__pycache__/tiff.cpython-310.pyc +0 -0
- cellfinder/core/tools/__pycache__/tiff.cpython-312.pyc +0 -0
- cellfinder/core/tools/__pycache__/tools.cpython-310.pyc +0 -0
- cellfinder/core/tools/__pycache__/tools.cpython-311.pyc +0 -0
- cellfinder/core/tools/__pycache__/tools.cpython-312.pyc +0 -0
- cellfinder/core/train/__pycache__/__init__.cpython-310.pyc +0 -0
- cellfinder/core/train/__pycache__/__init__.cpython-311.pyc +0 -0
- cellfinder/core/train/__pycache__/__init__.cpython-312.pyc +0 -0
- cellfinder/core/train/__pycache__/train_yml.cpython-310.pyc +0 -0
- cellfinder/core/train/__pycache__/train_yml.cpython-311.pyc +0 -0
- cellfinder/core/train/__pycache__/train_yml.cpython-312.pyc +0 -0
- cellfinder/napari/__pycache__/__init__.cpython-310.pyc +0 -0
- cellfinder/napari/__pycache__/__init__.cpython-311.pyc +0 -0
- cellfinder/napari/__pycache__/__init__.cpython-312.pyc +0 -0
- cellfinder/napari/__pycache__/curation.cpython-310.pyc +0 -0
- cellfinder/napari/__pycache__/curation.cpython-312.pyc +0 -0
- cellfinder/napari/__pycache__/input_container.cpython-310.pyc +0 -0
- cellfinder/napari/__pycache__/input_container.cpython-311.pyc +0 -0
- cellfinder/napari/__pycache__/input_container.cpython-312.pyc +0 -0
- cellfinder/napari/__pycache__/sample_data.cpython-310.pyc +0 -0
- cellfinder/napari/__pycache__/sample_data.cpython-312.pyc +0 -0
- cellfinder/napari/__pycache__/utils.cpython-310.pyc +0 -0
- cellfinder/napari/__pycache__/utils.cpython-311.pyc +0 -0
- cellfinder/napari/__pycache__/utils.cpython-312.pyc +0 -0
- cellfinder/napari/detect/__pycache__/__init__.cpython-310.pyc +0 -0
- cellfinder/napari/detect/__pycache__/__init__.cpython-311.pyc +0 -0
- cellfinder/napari/detect/__pycache__/__init__.cpython-312.pyc +0 -0
- cellfinder/napari/detect/__pycache__/detect.cpython-310.pyc +0 -0
- cellfinder/napari/detect/__pycache__/detect.cpython-311.pyc +0 -0
- cellfinder/napari/detect/__pycache__/detect.cpython-312.pyc +0 -0
- cellfinder/napari/detect/__pycache__/detect_containers.cpython-310.pyc +0 -0
- cellfinder/napari/detect/__pycache__/detect_containers.cpython-311.pyc +0 -0
- cellfinder/napari/detect/__pycache__/detect_containers.cpython-312.pyc +0 -0
- cellfinder/napari/detect/__pycache__/thread_worker.cpython-310.pyc +0 -0
- cellfinder/napari/detect/__pycache__/thread_worker.cpython-311.pyc +0 -0
- cellfinder/napari/detect/__pycache__/thread_worker.cpython-312.pyc +0 -0
- cellfinder/napari/train/__pycache__/__init__.cpython-310.pyc +0 -0
- cellfinder/napari/train/__pycache__/__init__.cpython-312.pyc +0 -0
- cellfinder/napari/train/__pycache__/train.cpython-310.pyc +0 -0
- cellfinder/napari/train/__pycache__/train.cpython-312.pyc +0 -0
- cellfinder/napari/train/__pycache__/train_containers.cpython-310.pyc +0 -0
- cellfinder/napari/train/__pycache__/train_containers.cpython-312.pyc +0 -0
- cellfinder-1.3.0rc0.dist-info/RECORD +0 -211
- {cellfinder-1.3.0rc0.dist-info → cellfinder-1.3.0rc2.dist-info}/LICENSE +0 -0
- {cellfinder-1.3.0rc0.dist-info → cellfinder-1.3.0rc2.dist-info}/WHEEL +0 -0
- {cellfinder-1.3.0rc0.dist-info → cellfinder-1.3.0rc2.dist-info}/entry_points.txt +0 -0
- {cellfinder-1.3.0rc0.dist-info → cellfinder-1.3.0rc2.dist-info}/top_level.txt +0 -0
cellfinder/__init__.py
CHANGED
|
@@ -26,8 +26,8 @@ except PackageNotFoundError as e:
|
|
|
26
26
|
|
|
27
27
|
# Set the Keras backend to torch
|
|
28
28
|
os.environ["KERAS_BACKEND"] = "torch"
|
|
29
|
+
os.environ["PYTORCH_ENABLE_MPS_FALLBACK"] = "1"
|
|
29
30
|
|
|
30
|
-
__author__ = "Adam Tyson, Christian Niedworok, Charly Rousseau"
|
|
31
31
|
__license__ = "BSD-3-Clause"
|
|
32
32
|
|
|
33
33
|
DEFAULT_CELLFINDER_DIRECTORY = Path.home() / ".brainglobe" / "cellfinder"
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import os
|
|
2
|
+
from datetime import datetime
|
|
2
3
|
from typing import Any, Callable, Dict, List, Optional, Tuple
|
|
3
4
|
|
|
4
5
|
import keras
|
|
@@ -50,6 +51,8 @@ def main(
|
|
|
50
51
|
# Too many workers doesn't increase speed, and uses huge amounts of RAM
|
|
51
52
|
workers = get_num_processes(min_free_cpu_cores=n_free_cpus)
|
|
52
53
|
|
|
54
|
+
start_time = datetime.now()
|
|
55
|
+
|
|
53
56
|
logger.debug("Initialising cube generator")
|
|
54
57
|
inference_generator = CubeGeneratorFromFile(
|
|
55
58
|
points,
|
|
@@ -90,6 +93,11 @@ def main(
|
|
|
90
93
|
cell.type = predictions[idx] + 1
|
|
91
94
|
points_list.append(cell)
|
|
92
95
|
|
|
96
|
+
time_elapsed = datetime.now() - start_time
|
|
97
|
+
print(
|
|
98
|
+
"Classfication complete - all points done in : {}".format(time_elapsed)
|
|
99
|
+
)
|
|
100
|
+
|
|
93
101
|
return points_list
|
|
94
102
|
|
|
95
103
|
|
|
@@ -40,7 +40,7 @@ class CubeGeneratorFromFile(Sequence):
|
|
|
40
40
|
background_array: types.array,
|
|
41
41
|
voxel_sizes: Tuple[int, int, int],
|
|
42
42
|
network_voxel_sizes: Tuple[int, int, int],
|
|
43
|
-
batch_size: int =
|
|
43
|
+
batch_size: int = 64,
|
|
44
44
|
cube_width: int = 50,
|
|
45
45
|
cube_height: int = 50,
|
|
46
46
|
cube_depth: int = 20,
|
|
@@ -345,7 +345,7 @@ class CubeGeneratorFromDisk(Sequence):
|
|
|
345
345
|
signal_list: List[Union[str, Path]],
|
|
346
346
|
background_list: List[Union[str, Path]],
|
|
347
347
|
labels: Optional[List[int]] = None, # only if training or validating
|
|
348
|
-
batch_size: int =
|
|
348
|
+
batch_size: int = 64,
|
|
349
349
|
shape: Tuple[int, int, int] = (50, 50, 20),
|
|
350
350
|
channels: int = 2,
|
|
351
351
|
classes: int = 2,
|
cellfinder/core/main.py
CHANGED
|
@@ -18,7 +18,7 @@ def main(
|
|
|
18
18
|
trained_model: Optional[os.PathLike] = None,
|
|
19
19
|
model_weights: Optional[os.PathLike] = None,
|
|
20
20
|
model: model_type = "resnet50_tv",
|
|
21
|
-
batch_size: int =
|
|
21
|
+
batch_size: int = 64,
|
|
22
22
|
n_free_cpus: int = 2,
|
|
23
23
|
network_voxel_sizes: Tuple[int, int, int] = (5, 1, 1),
|
|
24
24
|
soma_diameter: int = 16,
|
cellfinder/core/tools/system.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
from pathlib import Path
|
|
2
2
|
|
|
3
|
+
import keras
|
|
3
4
|
from brainglobe_utils.general.exceptions import CommandLineInputError
|
|
4
5
|
|
|
5
6
|
|
|
@@ -80,3 +81,12 @@ def memory_in_bytes(memory_amount, unit):
|
|
|
80
81
|
)
|
|
81
82
|
else:
|
|
82
83
|
return memory_amount * 10 ** supported_units[unit]
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
def force_cpu():
|
|
87
|
+
"""
|
|
88
|
+
Forces the CPU to be used, even if a GPU is available
|
|
89
|
+
"""
|
|
90
|
+
keras.src.backend.common.global_state.set_global_attribute(
|
|
91
|
+
"torch_device", "cpu"
|
|
92
|
+
)
|
cellfinder/napari/curation.py
CHANGED
|
@@ -253,8 +253,9 @@ def detect_widget() -> FunctionGui:
|
|
|
253
253
|
max_cluster_size: int,
|
|
254
254
|
classification_options,
|
|
255
255
|
skip_classification: bool,
|
|
256
|
-
trained_model: Optional[Path],
|
|
257
256
|
use_pre_trained_weights: bool,
|
|
257
|
+
trained_model: Optional[Path],
|
|
258
|
+
batch_size: int,
|
|
258
259
|
misc_options,
|
|
259
260
|
start_plane: int,
|
|
260
261
|
end_plane: int,
|
|
@@ -298,6 +299,8 @@ def detect_widget() -> FunctionGui:
|
|
|
298
299
|
should be attempted
|
|
299
300
|
use_pre_trained_weights : bool
|
|
300
301
|
Select to use pre-trained model weights
|
|
302
|
+
batch_size : int
|
|
303
|
+
How many points to classify at one time
|
|
301
304
|
skip_classification : bool
|
|
302
305
|
If selected, the classification step is skipped and all cells from
|
|
303
306
|
the detection stage are added
|
|
@@ -372,7 +375,10 @@ def detect_widget() -> FunctionGui:
|
|
|
372
375
|
if use_pre_trained_weights:
|
|
373
376
|
trained_model = None
|
|
374
377
|
classification_inputs = ClassificationInputs(
|
|
375
|
-
skip_classification,
|
|
378
|
+
skip_classification,
|
|
379
|
+
use_pre_trained_weights,
|
|
380
|
+
trained_model,
|
|
381
|
+
batch_size,
|
|
376
382
|
)
|
|
377
383
|
|
|
378
384
|
if analyse_local:
|
|
@@ -114,6 +114,7 @@ class ClassificationInputs(InputContainer):
|
|
|
114
114
|
skip_classification: bool = False
|
|
115
115
|
use_pre_trained_weights: bool = True
|
|
116
116
|
trained_model: Optional[Path] = Path.home()
|
|
117
|
+
batch_size: int = 64
|
|
117
118
|
|
|
118
119
|
def as_core_arguments(self) -> dict:
|
|
119
120
|
args = super().as_core_arguments()
|
|
@@ -131,6 +132,7 @@ class ClassificationInputs(InputContainer):
|
|
|
131
132
|
skip_classification=dict(
|
|
132
133
|
value=cls.defaults()["skip_classification"]
|
|
133
134
|
),
|
|
135
|
+
batch_size=dict(value=cls.defaults()["batch_size"]),
|
|
134
136
|
)
|
|
135
137
|
|
|
136
138
|
|
|
@@ -72,10 +72,10 @@ class Worker(WorkerBase):
|
|
|
72
72
|
def classify_callback(batch: int) -> None:
|
|
73
73
|
self.update_progress_bar.emit(
|
|
74
74
|
"Classifying cells",
|
|
75
|
-
# Default cellfinder-core batch size is
|
|
75
|
+
# Default cellfinder-core batch size is 64. This seems to give
|
|
76
76
|
# a slight underestimate of the number of batches though, so
|
|
77
77
|
# allow for batch number to go over this
|
|
78
|
-
max(self.npoints_detected //
|
|
78
|
+
max(self.npoints_detected // 64 + 1, batch + 1),
|
|
79
79
|
batch + 1,
|
|
80
80
|
)
|
|
81
81
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cellfinder
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.0rc2
|
|
4
4
|
Summary: Automated 3D cell detection in large microscopy images
|
|
5
5
|
Author-email: "Adam Tyson, Christian Niedworok, Charly Rousseau" <code@adamltyson.com>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -18,6 +18,7 @@ Classifier: Programming Language :: Python
|
|
|
18
18
|
Classifier: Programming Language :: Python :: 3
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.9
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
21
22
|
Classifier: Topic :: Scientific/Engineering :: Image Recognition
|
|
22
23
|
Requires-Python: >=3.9
|
|
23
24
|
Description-Content-Type: text/markdown
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
cellfinder/__init__.py,sha256=S5oQ3EORuyQTMYC4uUuzGKZ23J3Ya6q-1DOBib1KfiA,1166
|
|
2
|
+
cellfinder/cli_migration_warning.py,sha256=gPtNrtnXvWpl5q0k_EGAQZg0DwcpCmuBTgpg56n5NfA,1578
|
|
3
|
+
cellfinder/core/__init__.py,sha256=pRFuQsl78HEK0S6gvhJw70QLbjjSBzP-GFO0AtVaGtk,62
|
|
4
|
+
cellfinder/core/main.py,sha256=t2mkq6iieEytbPckehBB43juwN5E-vhzstLSs620vdM,3625
|
|
5
|
+
cellfinder/core/types.py,sha256=lTqWE4v0SMM0qLAZJdyAzqV1nLgDtobEpglNJcXt160,106
|
|
6
|
+
cellfinder/core/classify/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
+
cellfinder/core/classify/augment.py,sha256=8dMbM7KhimM6NMgdMC53oHoCfYj1CIB-h3Yk8CZAxPw,6321
|
|
8
|
+
cellfinder/core/classify/classify.py,sha256=33ZvNDmgVabH_6p4jV9Xi8bLKwDZnVhzlImrL_TlnBk,3269
|
|
9
|
+
cellfinder/core/classify/cube_generator.py,sha256=jC5aogTVy213PHouViSR9CgKkuOks3yk6csQC5kRoOE,17125
|
|
10
|
+
cellfinder/core/classify/resnet.py,sha256=vGa85y_NcQnOXwAt5EtatLx5mrO8IoShCcNKtJ5-EFg,10034
|
|
11
|
+
cellfinder/core/classify/tools.py,sha256=s5PEKAsZVbVuoferZ_nqMUM0f2bV_8WEKsdKe3SXEuE,2560
|
|
12
|
+
cellfinder/core/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
|
+
cellfinder/core/config/cellfinder.conf,sha256=5i8axif7ekMutKDiVnZRs-LiJrgVQljg_beltidqtNk,56
|
|
14
|
+
cellfinder/core/detect/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
|
+
cellfinder/core/detect/detect.py,sha256=iEYaYuYCSR4VJXmlFbEE1ti9Pjpv6m4rSfFILSOYmhE,9592
|
|
16
|
+
cellfinder/core/detect/filters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
+
cellfinder/core/detect/filters/setup_filters.py,sha256=sUyZ2dKbfwhn4YTq3kLVTHkckZZ460AVozLfoz7hJK8,2084
|
|
18
|
+
cellfinder/core/detect/filters/plane/__init__.py,sha256=lybcPbVDnurEQeq2FiLq0zR8p_ztarQOlajhdh1Q2-4,40
|
|
19
|
+
cellfinder/core/detect/filters/plane/classical_filter.py,sha256=Nton_nrvv6LhNlK10HnS0TIHsjapBiMJPURgzYh2myY,1331
|
|
20
|
+
cellfinder/core/detect/filters/plane/plane_filter.py,sha256=PWcAHDKB3qn3i9aSmQzUTEi3tgmccrf24DipjnYbOg0,2746
|
|
21
|
+
cellfinder/core/detect/filters/plane/tile_walker.py,sha256=lhKrq-MB35bR0_JYgj7WMR4otuaZ6XRDDhJhKyH1yS8,3001
|
|
22
|
+
cellfinder/core/detect/filters/volume/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
23
|
+
cellfinder/core/detect/filters/volume/ball_filter.py,sha256=ZEg8FNty-VD5N9j4FLZ18G-BuSvxjHs2-QTblwKcZgw,13894
|
|
24
|
+
cellfinder/core/detect/filters/volume/structure_detection.py,sha256=mTHi0_A9FCK39I6fZm2dfMpDxIkfaidOIf6eCjTw-70,11307
|
|
25
|
+
cellfinder/core/detect/filters/volume/structure_splitting.py,sha256=XzTYguVT8VdTu2h4-Jdt5Yyeu8VBYmdRo5jmwwLwuck,7660
|
|
26
|
+
cellfinder/core/detect/filters/volume/volume_filter.py,sha256=BJ8bStlNvMWsGlBekeqXpS8d9YKoLe3ifMfrEPpva2Q,7035
|
|
27
|
+
cellfinder/core/download/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
28
|
+
cellfinder/core/download/cli.py,sha256=X9L9ZIkWqs58hX8G8q_0AKN4gk8BhydGxI9nLpdHQQE,1764
|
|
29
|
+
cellfinder/core/download/download.py,sha256=YQP4NMM9Xt0rECRJEV5z6RCZNi5uCFhohFnDreH0qHA,3277
|
|
30
|
+
cellfinder/core/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
31
|
+
cellfinder/core/tools/array_operations.py,sha256=LDbqWA_N2YtxeKS877QYdJRL2FCMC1R1ExJtdb6-vEA,3371
|
|
32
|
+
cellfinder/core/tools/geometry.py,sha256=xlEQQmVQ9jcXqRzUqU554P8VxkaWkc5J_YhjkkKlI0Q,1124
|
|
33
|
+
cellfinder/core/tools/image_processing.py,sha256=z27bGjf3Iv3G4Nt1OYzpEnIYQNc4nNomj_QitqvZB78,2269
|
|
34
|
+
cellfinder/core/tools/prep.py,sha256=YU4VDyjEsOXn3S3gymEfPUzka-WYiHmR4Q4XdRebhDI,2175
|
|
35
|
+
cellfinder/core/tools/source_files.py,sha256=vvwsIMe1ULKvXg_x22L75iqvCyMjEbUjJsDFQk3GYzY,856
|
|
36
|
+
cellfinder/core/tools/system.py,sha256=WvEzPr7v-ohLDnzf4n13TMcN5OYIAXOEkaSmrHzdnwc,2438
|
|
37
|
+
cellfinder/core/tools/tiff.py,sha256=NzIz6wq2GzxmcIhawFMwZADe-uQO2rIG46H7xkpGKLs,2899
|
|
38
|
+
cellfinder/core/tools/tools.py,sha256=G8oDGNRuWkzEJDnnC4r3SNGgpVbqbelCZR5ODk9JRzs,4867
|
|
39
|
+
cellfinder/core/train/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
40
|
+
cellfinder/core/train/train_yml.py,sha256=9QXv2wk24G8hYskMnBij7OngEELUWySK2fH4NFbYWw4,13260
|
|
41
|
+
cellfinder/napari/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
42
|
+
cellfinder/napari/curation.py,sha256=nbxCwY2bhEPM15Wf3S_Ff8qGdLSWojr4X48mmAJqD3U,21447
|
|
43
|
+
cellfinder/napari/input_container.py,sha256=tkm0dkPt7kSL8Xkvs1fh8M6vKWw57QLIt_wv74HFkGk,2150
|
|
44
|
+
cellfinder/napari/napari.yaml,sha256=WMR1CIAmYIVyQngbdbomTRZLvlDbb6LxsXsvTRClQnE,921
|
|
45
|
+
cellfinder/napari/sample_data.py,sha256=oUST23q09MM8dxHbUCmO0AjtXG6OlR_32LLqP0EU2UA,732
|
|
46
|
+
cellfinder/napari/utils.py,sha256=AwTs76M9azutHhHj2yuaKErDEQ5F6pFbIIakBfzen6M,3824
|
|
47
|
+
cellfinder/napari/detect/__init__.py,sha256=BD9Bg9NTAr6yRTq2A_p58U6j4w5wbY0sdXwhPJ3MSMY,34
|
|
48
|
+
cellfinder/napari/detect/detect.py,sha256=VB3SLZvqJhjuypjpaZuV9JscQ-sE8yVHG8RzEsZWfeA,13809
|
|
49
|
+
cellfinder/napari/detect/detect_containers.py,sha256=j9NTsIyyDNrhlI2dc7hvc7QlxvI1NRHlCe137v7fsPg,5467
|
|
50
|
+
cellfinder/napari/detect/thread_worker.py,sha256=PWM3OE-FpK-dpdhaE_Gi-2lD3u8sL-SJ13mp0pMhTyI,3078
|
|
51
|
+
cellfinder/napari/train/__init__.py,sha256=xo4CK-DvSecInGEc2ohcTgQYlH3iylFnGvKTCoq2WkI,35
|
|
52
|
+
cellfinder/napari/train/train.py,sha256=zJY7zKcLqDTDtD76thmbwViEU4tTFCmXZze-zHsTpoo,5941
|
|
53
|
+
cellfinder/napari/train/train_containers.py,sha256=1wZ_GPe7B5XsLYs5XIx4m8GMw5KeVhg6SchhPtXu4V8,4386
|
|
54
|
+
cellfinder-1.3.0rc2.dist-info/LICENSE,sha256=Tw8iMytIDXLSmcIUsbQmRWojstl9yOWsPCx6ZT6dZLY,1564
|
|
55
|
+
cellfinder-1.3.0rc2.dist-info/METADATA,sha256=DlFtBgJoeh7SHPbvxuQ7hn-jyLLylKYjCy6rUHBMdLA,6531
|
|
56
|
+
cellfinder-1.3.0rc2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
57
|
+
cellfinder-1.3.0rc2.dist-info/entry_points.txt,sha256=cKKjU8GPiN-TRelG2sT2JCKAcB9XDCjP6g9atE9pSoY,247
|
|
58
|
+
cellfinder-1.3.0rc2.dist-info/top_level.txt,sha256=jyTQzX-tDjbsMr6s-E71Oy0IKQzmHTXSk4ZhpG5EDSE,11
|
|
59
|
+
cellfinder-1.3.0rc2.dist-info/RECORD,,
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-199.py310.1.nbc
DELETED
|
Binary file
|
|
Binary file
|
cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-263.py310.1.nbc
DELETED
|
Binary file
|
cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-263.py310.2.nbc
DELETED
|
Binary file
|
|
Binary file
|
cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-263.py311.1.nbc
DELETED
|
Binary file
|
cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-263.py311.2.nbc
DELETED
|
Binary file
|
|
Binary file
|
cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-263.py312.1.nbc
DELETED
|
Binary file
|
cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-263.py312.2.nbc
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,211 +0,0 @@
|
|
|
1
|
-
cellfinder/__init__.py,sha256=LZxnlkVAIVu3A7ooY0dmzq__ipbNKdphdlba_9DtMdQ,1182
|
|
2
|
-
cellfinder/cli_migration_warning.py,sha256=gPtNrtnXvWpl5q0k_EGAQZg0DwcpCmuBTgpg56n5NfA,1578
|
|
3
|
-
cellfinder/__pycache__/__init__.cpython-310.pyc,sha256=XXMMEG2ShEH1bRCuDfQKRNfz57JI9XxHnsIxuCKKxDU,1336
|
|
4
|
-
cellfinder/__pycache__/__init__.cpython-311.pyc,sha256=CKfmAJ8Hx9efF01xENnmbUXKspFPT4n7s_X2QBKC7Y0,2087
|
|
5
|
-
cellfinder/__pycache__/__init__.cpython-312.pyc,sha256=Suc9rjm42y2Fu83aciIL7YkOETUdUKYwxR6UUbFEHlM,1302
|
|
6
|
-
cellfinder/core/__init__.py,sha256=pRFuQsl78HEK0S6gvhJw70QLbjjSBzP-GFO0AtVaGtk,62
|
|
7
|
-
cellfinder/core/main.py,sha256=6Uby8WuJ-U6_XBzHIla-fm3WQ2q6Vu7rYjme5Igfp_8,3625
|
|
8
|
-
cellfinder/core/types.py,sha256=lTqWE4v0SMM0qLAZJdyAzqV1nLgDtobEpglNJcXt160,106
|
|
9
|
-
cellfinder/core/__pycache__/__init__.cpython-310.pyc,sha256=wIdaX3Bxste3jYLsUDWP-HMOf0MhDfhiV0bTeOYmQX8,229
|
|
10
|
-
cellfinder/core/__pycache__/__init__.cpython-311.pyc,sha256=3LfRJeCQHBOTOL3STxLhVlum_xwnB09sfqx9BCdPMak,287
|
|
11
|
-
cellfinder/core/__pycache__/__init__.cpython-312.pyc,sha256=gPGTWBQnD2WpQl4W84gl-JHbY7GNzHcOmhm1OvYD1PU,279
|
|
12
|
-
cellfinder/core/__pycache__/main.cpython-310.pyc,sha256=UXMkOEqy0K1gRon0BejZtxg6ce5znYuI8ABqaCdu_lU,3097
|
|
13
|
-
cellfinder/core/__pycache__/main.cpython-311.pyc,sha256=tMpClnvd2SiQma24WJtZvaH0tGDLJcHDvkScTPAriM4,4249
|
|
14
|
-
cellfinder/core/__pycache__/main.cpython-312.pyc,sha256=GmKHLMHK8MH_PjZ7kVMEuQKCXvjgFJApUjEsJOaXzx4,3866
|
|
15
|
-
cellfinder/core/__pycache__/types.cpython-310.pyc,sha256=n8gQNOSNR2MDqLJO6-C3y44ZdF9UBKpjB8n4irVN_f4,287
|
|
16
|
-
cellfinder/core/__pycache__/types.cpython-311.pyc,sha256=weJcbu6YoumtXOU5hRc8DyDs1nRFViCQEg6elDrOfZI,382
|
|
17
|
-
cellfinder/core/__pycache__/types.cpython-312.pyc,sha256=kHDapjUbMnR2JcUWGNEYXTOb8hc0i560HQHNmNqLOC8,355
|
|
18
|
-
cellfinder/core/classify/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
19
|
-
cellfinder/core/classify/augment.py,sha256=8dMbM7KhimM6NMgdMC53oHoCfYj1CIB-h3Yk8CZAxPw,6321
|
|
20
|
-
cellfinder/core/classify/classify.py,sha256=aL2kNojKb4wsk7Zm26yq2QRiazRbwUO_cbbC2BJN0uc,3061
|
|
21
|
-
cellfinder/core/classify/cube_generator.py,sha256=L5BvTDiHbkJ6VFeApALGtCV7Ws--jXR1foYY-bL0Buc,17125
|
|
22
|
-
cellfinder/core/classify/resnet.py,sha256=vGa85y_NcQnOXwAt5EtatLx5mrO8IoShCcNKtJ5-EFg,10034
|
|
23
|
-
cellfinder/core/classify/tools.py,sha256=s5PEKAsZVbVuoferZ_nqMUM0f2bV_8WEKsdKe3SXEuE,2560
|
|
24
|
-
cellfinder/core/classify/__pycache__/__init__.cpython-310.pyc,sha256=JHvb8x5ZMRoq0oj0p9eaaXNuqCkDBVrs94JNhaSngtI,171
|
|
25
|
-
cellfinder/core/classify/__pycache__/__init__.cpython-311.pyc,sha256=GrFrn55bHgRGDvoAciOBr_m1JJuguiX9YRVCfaV0lVU,187
|
|
26
|
-
cellfinder/core/classify/__pycache__/__init__.cpython-312.pyc,sha256=YUKT5bN3UPLPVTf6unqeHVY1ttFroOrjNkfBlm0qcCE,175
|
|
27
|
-
cellfinder/core/classify/__pycache__/augment.cpython-310.pyc,sha256=caxUbA_09VEreXpe4qL3uLZ72USV3zPZ9y0yxgdU-cs,4335
|
|
28
|
-
cellfinder/core/classify/__pycache__/augment.cpython-311.pyc,sha256=qAViOxezOUcVTlJPA0jkW5MUEOsVrmT3FLi6ASuOL8Q,7771
|
|
29
|
-
cellfinder/core/classify/__pycache__/augment.cpython-312.pyc,sha256=3MlXSNEzOqQehb6XVWAGAX0yPiSP8W6KgmULB-p9NO0,7149
|
|
30
|
-
cellfinder/core/classify/__pycache__/classify.cpython-310.pyc,sha256=RUrhL3PTIMVZyrpCSxqJM8TO4iMv2QA4yQrQHRFRMdg,3016
|
|
31
|
-
cellfinder/core/classify/__pycache__/classify.cpython-311.pyc,sha256=x3l7XdRHlr_YY98EWsYKjrJOtZvWfXwE9jOxIcWAeYk,4579
|
|
32
|
-
cellfinder/core/classify/__pycache__/classify.cpython-312.pyc,sha256=YZjtsbtNFHXKDA_YB0WWoC6kQtZbgULN7e3gt9qKVE8,4128
|
|
33
|
-
cellfinder/core/classify/__pycache__/cube_generator.cpython-310.pyc,sha256=lxCKS0RwNdYUpliIkDYrlLJzQ9Gf_XAuh0r57YpQ2Uw,14282
|
|
34
|
-
cellfinder/core/classify/__pycache__/cube_generator.cpython-311.pyc,sha256=g4YehoWroIBcRV1iuRFPGhMEXoZGZmo_HMkc1K_QYo0,24420
|
|
35
|
-
cellfinder/core/classify/__pycache__/cube_generator.cpython-312.pyc,sha256=6zKaVFei9skBRkcw8-Zi8vHdzNKrJuzsA5B3VnGSU6s,22810
|
|
36
|
-
cellfinder/core/classify/__pycache__/resnet.cpython-310.pyc,sha256=_ajjlvu0-j5Rt5DI4RoKACGKM_6aNJT_7Ps_H0so7CM,7352
|
|
37
|
-
cellfinder/core/classify/__pycache__/resnet.cpython-311.pyc,sha256=xWcW1TlWM-3mD_4pMLCAxozc_2-uzuetXVT2AoIl_Os,11288
|
|
38
|
-
cellfinder/core/classify/__pycache__/resnet.cpython-312.pyc,sha256=p9tshaLX2mMvKMuVhOjxUNNdasiY3NlrsvJVfPdOA-U,9766
|
|
39
|
-
cellfinder/core/classify/__pycache__/tools.cpython-310.pyc,sha256=57b0wDksoPPcGoFxgRTQPyHsQxWrFdWyETxCSOr-MXM,2364
|
|
40
|
-
cellfinder/core/classify/__pycache__/tools.cpython-311.pyc,sha256=A2CAIVzA0WnYNpnKQasVfyRyD32gS0dFNXvea241H2A,3544
|
|
41
|
-
cellfinder/core/classify/__pycache__/tools.cpython-312.pyc,sha256=bFn3WQ2ACxOetZiw3OBKoh08kGs35p7brEnpPlBSnmE,3259
|
|
42
|
-
cellfinder/core/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
43
|
-
cellfinder/core/config/cellfinder.conf,sha256=5i8axif7ekMutKDiVnZRs-LiJrgVQljg_beltidqtNk,56
|
|
44
|
-
cellfinder/core/config/cellfinder.conf.custom,sha256=x_AUt2qpLPxQlA9uWDwVs583CXIQz577VVQYbIXRwPo,107
|
|
45
|
-
cellfinder/core/detect/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
46
|
-
cellfinder/core/detect/detect.py,sha256=iEYaYuYCSR4VJXmlFbEE1ti9Pjpv6m4rSfFILSOYmhE,9592
|
|
47
|
-
cellfinder/core/detect/__pycache__/__init__.cpython-310.pyc,sha256=Fc2wzTmwgf315cDBh4gdra2fS6nBr97PGQpNZ3szWvA,169
|
|
48
|
-
cellfinder/core/detect/__pycache__/__init__.cpython-311.pyc,sha256=INH7F52Hn_GdvMvnPGMie0Oi4iplTtqL6lxUD-XHsFk,185
|
|
49
|
-
cellfinder/core/detect/__pycache__/__init__.cpython-312.pyc,sha256=BS4iPzdzb5BTIpBAnomQ-0MumYp3zH9I1W6KnQTPuyc,173
|
|
50
|
-
cellfinder/core/detect/__pycache__/detect.cpython-310.pyc,sha256=RRf4BpjgdXFXG1Ea6JckeUB4dRJjBN411jwOSaCvWxY,7846
|
|
51
|
-
cellfinder/core/detect/__pycache__/detect.cpython-311.pyc,sha256=NiWxtPzJvoVC3JhE1aHUc-XyTJzKdDXFxokUCTm5s_8,11736
|
|
52
|
-
cellfinder/core/detect/__pycache__/detect.cpython-312.pyc,sha256=_gmifKbu2BS6-miPQlA86hjlVKSId807uzfVbXnTjiw,10384
|
|
53
|
-
cellfinder/core/detect/filters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
54
|
-
cellfinder/core/detect/filters/setup_filters.py,sha256=sUyZ2dKbfwhn4YTq3kLVTHkckZZ460AVozLfoz7hJK8,2084
|
|
55
|
-
cellfinder/core/detect/filters/__pycache__/__init__.cpython-310.pyc,sha256=UWdEcuiRmNZfwhnexWHHosie_yab8CHSH-ha9HVoTew,177
|
|
56
|
-
cellfinder/core/detect/filters/__pycache__/__init__.cpython-311.pyc,sha256=ba8lTbVpLLyM7tITvwNtiWrTp69uOig7MUZaRVsIR4c,193
|
|
57
|
-
cellfinder/core/detect/filters/__pycache__/__init__.cpython-312.pyc,sha256=Ep4vBXdLXOT74sOIp8l1CpDllGEFsGKjbtuFjoT6O_M,181
|
|
58
|
-
cellfinder/core/detect/filters/__pycache__/setup_filters.cpython-310.pyc,sha256=fSQ8-zPDHv_AqDCaSueY2bR3XbGNO1ZDDEleSwWQdwU,2038
|
|
59
|
-
cellfinder/core/detect/filters/__pycache__/setup_filters.cpython-311.pyc,sha256=mVaL1NHqrF4LOdMBDND5JS3bqGBjhYnmLf3173k9npc,2707
|
|
60
|
-
cellfinder/core/detect/filters/__pycache__/setup_filters.cpython-312.pyc,sha256=ZnAht_Uhd4e_hcHHB8lgNlSgaguirBdEpRjPRzBx6Ts,2500
|
|
61
|
-
cellfinder/core/detect/filters/plane/__init__.py,sha256=lybcPbVDnurEQeq2FiLq0zR8p_ztarQOlajhdh1Q2-4,40
|
|
62
|
-
cellfinder/core/detect/filters/plane/classical_filter.py,sha256=Nton_nrvv6LhNlK10HnS0TIHsjapBiMJPURgzYh2myY,1331
|
|
63
|
-
cellfinder/core/detect/filters/plane/plane_filter.py,sha256=PWcAHDKB3qn3i9aSmQzUTEi3tgmccrf24DipjnYbOg0,2746
|
|
64
|
-
cellfinder/core/detect/filters/plane/tile_walker.py,sha256=lhKrq-MB35bR0_JYgj7WMR4otuaZ6XRDDhJhKyH1yS8,3001
|
|
65
|
-
cellfinder/core/detect/filters/plane/__pycache__/__init__.cpython-310.pyc,sha256=-saXzeC6GBjEeH2RLBduMKuz6UdoDzfKnYIe2_Sq3Jw,233
|
|
66
|
-
cellfinder/core/detect/filters/plane/__pycache__/__init__.cpython-311.pyc,sha256=2k5TNX7NQueHLMMVupZZ42M1MXZMlGwqpS2xjtxsAQg,263
|
|
67
|
-
cellfinder/core/detect/filters/plane/__pycache__/__init__.cpython-312.pyc,sha256=jrecDaZV1rkgKYqtlJgc8H_kWFP4-uvTGtgpc7EK4HA,240
|
|
68
|
-
cellfinder/core/detect/filters/plane/__pycache__/classical_filter.cpython-310.pyc,sha256=NOn9bkFL-BGPMjSZ4EuWK8qYfXml7dgsNIxX-3O0-Cc,1449
|
|
69
|
-
cellfinder/core/detect/filters/plane/__pycache__/classical_filter.cpython-311.pyc,sha256=f19zGweOTw6hPuVlLANdBecM47hrGjajhHrnJ4WiI-g,1942
|
|
70
|
-
cellfinder/core/detect/filters/plane/__pycache__/classical_filter.cpython-312.pyc,sha256=AI66cV1pNVPoMzX_4IGtr2BG7x10KJA7qpeuAflHgTc,1829
|
|
71
|
-
cellfinder/core/detect/filters/plane/__pycache__/plane_filter.cpython-310.pyc,sha256=Va2BbgjhL3nj6VxnwYP5JrdZaRpPy4DGNqImp9W6VdQ,2808
|
|
72
|
-
cellfinder/core/detect/filters/plane/__pycache__/plane_filter.cpython-311.pyc,sha256=iwkbeckAQshg6cKv9sxOS-e01UREr1EN_beIZwDv0Wo,3857
|
|
73
|
-
cellfinder/core/detect/filters/plane/__pycache__/plane_filter.cpython-312.pyc,sha256=PtHvjL9czIktnRxcLYXjIu_xK_f63PToIEFA1IrvEn4,3665
|
|
74
|
-
cellfinder/core/detect/filters/plane/__pycache__/tile_walker.cpython-310.pyc,sha256=x1pr1XaXjSPN2hZGOJty4DHuGrJW7USrLnV0EPkyErU,3082
|
|
75
|
-
cellfinder/core/detect/filters/plane/__pycache__/tile_walker.cpython-311.pyc,sha256=rJ9NeDe0VT7Pe78sAAS31nlkvege5dL9tFFMsHiU21U,4520
|
|
76
|
-
cellfinder/core/detect/filters/plane/__pycache__/tile_walker.cpython-312.pyc,sha256=zdODH_EmNOFT5eL1gpONI1ANsU3Q4_RwsobZ_vlk2Us,4496
|
|
77
|
-
cellfinder/core/detect/filters/volume/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
78
|
-
cellfinder/core/detect/filters/volume/ball_filter.py,sha256=ZEg8FNty-VD5N9j4FLZ18G-BuSvxjHs2-QTblwKcZgw,13894
|
|
79
|
-
cellfinder/core/detect/filters/volume/structure_detection.py,sha256=mTHi0_A9FCK39I6fZm2dfMpDxIkfaidOIf6eCjTw-70,11307
|
|
80
|
-
cellfinder/core/detect/filters/volume/structure_splitting.py,sha256=XzTYguVT8VdTu2h4-Jdt5Yyeu8VBYmdRo5jmwwLwuck,7660
|
|
81
|
-
cellfinder/core/detect/filters/volume/volume_filter.py,sha256=BJ8bStlNvMWsGlBekeqXpS8d9YKoLe3ifMfrEPpva2Q,7035
|
|
82
|
-
cellfinder/core/detect/filters/volume/__pycache__/__init__.cpython-310.pyc,sha256=m78ZmujdhwUYHU9N6WVFooBd2MplkS0GLkhg0mgUlJo,184
|
|
83
|
-
cellfinder/core/detect/filters/volume/__pycache__/__init__.cpython-311.pyc,sha256=kZleoguQB6nd32wP_J2djzEo17nd7N4txD5Oy9_G0K8,200
|
|
84
|
-
cellfinder/core/detect/filters/volume/__pycache__/__init__.cpython-312.pyc,sha256=zuphGWXFtJb8krkdYmEWps1OooEsaYdTutbVZc9lg5M,188
|
|
85
|
-
cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-199.py310.1.nbc,sha256=0xUu3xCmchTlHuwyHViZWS1Q9Fke74cAnXPg1l7wd1w,31524
|
|
86
|
-
cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-199.py310.nbi,sha256=Z71vu73I3URBSXNPnHwNjYpAr7isSvSNx8C7enA5Q5s,1478
|
|
87
|
-
cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-263.py310.1.nbc,sha256=E5RLp9BwZvKT7coaCTJ8kQX7U8d7YvNuzz-JoRf9O1Y,33890
|
|
88
|
-
cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-263.py310.2.nbc,sha256=B4Zufwxm6aGBw95v2ttuS89ZOvOvAoZQM_QHifG0-r8,34146
|
|
89
|
-
cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-263.py310.nbi,sha256=gkTzTUxJLo3xYDep2ZTABVwJA2RWz1Q14jV5bbzzcqs,2498
|
|
90
|
-
cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-263.py311.1.nbc,sha256=kI8BY8jAnxzzkLAtxXh1qbFNMGgTMTjEbpCKLR_OmA8,33846
|
|
91
|
-
cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-263.py311.2.nbc,sha256=_0-R9cOelyL9lqqGx8W3fHgoJbYJ6Z-YPE-w8qbUfbg,34102
|
|
92
|
-
cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-263.py311.nbi,sha256=OlVjWTPETVYN1DlUbGDQohVTJI_3DhdVE_Ckb9AEHxA,2498
|
|
93
|
-
cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-263.py312.1.nbc,sha256=87niOZnAPy4qlN2W5h3vBQkE865zFxUQTwEeTwn1NO4,33929
|
|
94
|
-
cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-263.py312.2.nbc,sha256=J-D23W8qXuuu7f5s4jsrG_oGGmscGJo0jl4SZuAWavM,34185
|
|
95
|
-
cellfinder/core/detect/filters/volume/__pycache__/ball_filter._cube_overlaps-263.py312.nbi,sha256=Px7rBZzJzJclXdpcPvCyvynOHaB6nI-eFGtG8Z24EJ0,2498
|
|
96
|
-
cellfinder/core/detect/filters/volume/__pycache__/ball_filter.cpython-310.pyc,sha256=KJ3GhJzhp-rnw09iEMONohbMYeJhrIZOmROeC-1Agig,9803
|
|
97
|
-
cellfinder/core/detect/filters/volume/__pycache__/ball_filter.cpython-311.pyc,sha256=qUO57zGeqa3-D0DkanAvkIxGCazsyuHZTMmJ3rDyFiA,15888
|
|
98
|
-
cellfinder/core/detect/filters/volume/__pycache__/ball_filter.cpython-312.pyc,sha256=NXKUZPJmgh8vEW_JSvHL2BZ0AEqdH3zCPZqY3ePcGrY,14649
|
|
99
|
-
cellfinder/core/detect/filters/volume/__pycache__/structure_detection.cpython-310.pyc,sha256=vv2nOeSF9dlzcsXToLG0i4ayRHl_nVfqzKHIlmqET7M,9893
|
|
100
|
-
cellfinder/core/detect/filters/volume/__pycache__/structure_detection.cpython-311.pyc,sha256=uuCZgxDv2cOeLEN4B7V46Bg8MQ4mzmo_iVUTeT3oVdI,15465
|
|
101
|
-
cellfinder/core/detect/filters/volume/__pycache__/structure_detection.cpython-312.pyc,sha256=oJyE2veVjJSZ-mzy6c3dPZ7M9YKUSHNZARoLDaxCMMA,14790
|
|
102
|
-
cellfinder/core/detect/filters/volume/__pycache__/structure_splitting.cpython-310.pyc,sha256=mCyHdfAB2QvRto8nYSLz_kQFYJDgOqhyzC0VC-dSnk4,6806
|
|
103
|
-
cellfinder/core/detect/filters/volume/__pycache__/structure_splitting.cpython-311.pyc,sha256=UCLra7wjWamYdIUmBwYq9AYeTAMtJUx-zW5k5Qsz9n4,11313
|
|
104
|
-
cellfinder/core/detect/filters/volume/__pycache__/structure_splitting.cpython-312.pyc,sha256=4us7ZvtSl0XNryhrUCVVxBzmMMntBYVvgztgI_kCiX8,10217
|
|
105
|
-
cellfinder/core/detect/filters/volume/__pycache__/volume_filter.cpython-310.pyc,sha256=VlI6R5rhmMcnecbT3yWFE_b-bHX0RKIOSxPNm-KzvvU,5437
|
|
106
|
-
cellfinder/core/detect/filters/volume/__pycache__/volume_filter.cpython-311.pyc,sha256=_ED9c0OoZez71DiBkVFujCaIGS1Ivq5-w79YhTs8yq4,10104
|
|
107
|
-
cellfinder/core/detect/filters/volume/__pycache__/volume_filter.cpython-312.pyc,sha256=tYVKY34JowwwQYEHAGHeBTsgSgdrLNyZLe4IRn2xQVw,9349
|
|
108
|
-
cellfinder/core/download/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
109
|
-
cellfinder/core/download/cli.py,sha256=X9L9ZIkWqs58hX8G8q_0AKN4gk8BhydGxI9nLpdHQQE,1764
|
|
110
|
-
cellfinder/core/download/download.py,sha256=YQP4NMM9Xt0rECRJEV5z6RCZNi5uCFhohFnDreH0qHA,3277
|
|
111
|
-
cellfinder/core/download/__pycache__/__init__.cpython-310.pyc,sha256=rEdD0Hq5bj9IH9455o3fnt6IYW4BBN-DhXSXppg5Xls,171
|
|
112
|
-
cellfinder/core/download/__pycache__/__init__.cpython-311.pyc,sha256=9ZEKLhqt6u1EAcAIvKnX4YnfDDXbB8dGPOvL-NZF7ig,187
|
|
113
|
-
cellfinder/core/download/__pycache__/__init__.cpython-312.pyc,sha256=rGJkdzaLGswdztZT25j60nZLjaJZfAfMJ8xJj5jd_PY,175
|
|
114
|
-
cellfinder/core/download/__pycache__/cli.cpython-310.pyc,sha256=YA8eu60BV8CSVXRF66oIXpy94YtPOrlPLGTUy8XRSUs,1857
|
|
115
|
-
cellfinder/core/download/__pycache__/cli.cpython-312.pyc,sha256=TF7-MOYdrV00iS3cmquotNxw6XXNhPOtcqRHimmjsyw,2316
|
|
116
|
-
cellfinder/core/download/__pycache__/download.cpython-310.pyc,sha256=Q2PeTD7PHK4ZqYS-iw9WSJtfit8-liv4ZYTUIqFlV_k,3264
|
|
117
|
-
cellfinder/core/download/__pycache__/download.cpython-311.pyc,sha256=SkNWM_FgWmRvd-kkKZR4UAqEJmTgHJaQ5uxI1G9rOzA,4608
|
|
118
|
-
cellfinder/core/download/__pycache__/download.cpython-312.pyc,sha256=_m_VX6s9xCevcZFhHC--4_eyXcYfAzkVBP0GNI5K4is,4057
|
|
119
|
-
cellfinder/core/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
120
|
-
cellfinder/core/tools/array_operations.py,sha256=LDbqWA_N2YtxeKS877QYdJRL2FCMC1R1ExJtdb6-vEA,3371
|
|
121
|
-
cellfinder/core/tools/geometry.py,sha256=xlEQQmVQ9jcXqRzUqU554P8VxkaWkc5J_YhjkkKlI0Q,1124
|
|
122
|
-
cellfinder/core/tools/image_processing.py,sha256=z27bGjf3Iv3G4Nt1OYzpEnIYQNc4nNomj_QitqvZB78,2269
|
|
123
|
-
cellfinder/core/tools/prep.py,sha256=YU4VDyjEsOXn3S3gymEfPUzka-WYiHmR4Q4XdRebhDI,2175
|
|
124
|
-
cellfinder/core/tools/source_files.py,sha256=vvwsIMe1ULKvXg_x22L75iqvCyMjEbUjJsDFQk3GYzY,856
|
|
125
|
-
cellfinder/core/tools/system.py,sha256=6iSOLrz2mtKgOIdwjp_VS0-74XQCuaQYCvWAViJgEus,2232
|
|
126
|
-
cellfinder/core/tools/tiff.py,sha256=NzIz6wq2GzxmcIhawFMwZADe-uQO2rIG46H7xkpGKLs,2899
|
|
127
|
-
cellfinder/core/tools/tools.py,sha256=G8oDGNRuWkzEJDnnC4r3SNGgpVbqbelCZR5ODk9JRzs,4867
|
|
128
|
-
cellfinder/core/tools/__pycache__/IO.cpython-310.pyc,sha256=OkxzRfVJeVMoJ5ciOL6wahHqygB7ecqKDP3YnQ0zBAM,2743
|
|
129
|
-
cellfinder/core/tools/__pycache__/__init__.cpython-310.pyc,sha256=5yo1eDRfIOCWnuM_pePoALW35iD8Umq2avuaV9xcqSE,168
|
|
130
|
-
cellfinder/core/tools/__pycache__/__init__.cpython-311.pyc,sha256=GbC2zQCWpvhtPdsLuMFZC4wWrw9waX1UM1y1nzfQdO8,184
|
|
131
|
-
cellfinder/core/tools/__pycache__/__init__.cpython-312.pyc,sha256=h7Np6PzLhJXd4hQEpl20o3MLmWeCgNS7ppZdrWvxmu4,172
|
|
132
|
-
cellfinder/core/tools/__pycache__/array_operations.cpython-310.pyc,sha256=ee8hHrSc2E4ThHKP_REGWxQRukInz8afbdjqXSJ1PfQ,3065
|
|
133
|
-
cellfinder/core/tools/__pycache__/array_operations.cpython-311.pyc,sha256=qB4lQtMsRySakT1Fi6Yap7UU_cxGLtSopcZlcjgD4Jg,4786
|
|
134
|
-
cellfinder/core/tools/__pycache__/array_operations.cpython-312.pyc,sha256=IosRGVyF7r-taLmSuxIPNnGc5L9uokfyQAYZfJewO3w,4433
|
|
135
|
-
cellfinder/core/tools/__pycache__/geometry.cpython-310.pyc,sha256=GYVLrxj1Y71-TWJOH7UkKyEdWLr1lVSnhKF0Npiz0dI,1325
|
|
136
|
-
cellfinder/core/tools/__pycache__/geometry.cpython-311.pyc,sha256=LMkxs-hNXdBloeUU4fwm6LP4sATHH3KA-LED5pUgYcA,1924
|
|
137
|
-
cellfinder/core/tools/__pycache__/geometry.cpython-312.pyc,sha256=Y9vshWlJsnv_SdpysUyqcZS31DflKIEBZfBTydjhx5c,1694
|
|
138
|
-
cellfinder/core/tools/__pycache__/image_processing.cpython-310.pyc,sha256=xzK-JnboQKSg9Gpbere2aM5AWXGPzSaO5fBb0JO6aK0,1869
|
|
139
|
-
cellfinder/core/tools/__pycache__/image_processing.cpython-312.pyc,sha256=bg-mwbQhQQURBy-ZAcLB3PuPVUTNWZZ29EgnDXzAZjg,2434
|
|
140
|
-
cellfinder/core/tools/__pycache__/prep.cpython-310.pyc,sha256=kpQAqj5HcT5wM3sYEQ7_DlVSH88f-XF9Mwv8y2DWF5o,1831
|
|
141
|
-
cellfinder/core/tools/__pycache__/prep.cpython-311.pyc,sha256=HJ-4e1OFogUbZWvz2JVmAE1aUWKgyP-OzSEpua9kTPk,2982
|
|
142
|
-
cellfinder/core/tools/__pycache__/prep.cpython-312.pyc,sha256=TsY3BiA1JIS4B2x2chVqHhGy_ZaQqUV180x--eIgzaU,2640
|
|
143
|
-
cellfinder/core/tools/__pycache__/source_files.cpython-310.pyc,sha256=FCsp5ccYrn2v6Fo4PtHu_TJhu3hx_Sl6KNY3PwCMCEo,1153
|
|
144
|
-
cellfinder/core/tools/__pycache__/source_files.cpython-311.pyc,sha256=zygqewoVCzXlGPJtSp-8GPn9skX5LoLcxFEb94KJE00,1338
|
|
145
|
-
cellfinder/core/tools/__pycache__/source_files.cpython-312.pyc,sha256=f6xOmBBH17PE321hYlTrpT4wBjbzsRu0_ZbAf0o9t3M,1282
|
|
146
|
-
cellfinder/core/tools/__pycache__/system.cpython-310.pyc,sha256=jJAm9DBIHM8LUZcdV4k3SFT3Rrg6HRaLhl5r7zpt9Lc,2738
|
|
147
|
-
cellfinder/core/tools/__pycache__/system.cpython-312.pyc,sha256=HSNF9iawS1qljw_Nr5Gxu2SFRwfBINAWMTvKJVB2ZWU,3303
|
|
148
|
-
cellfinder/core/tools/__pycache__/tf.cpython-310.pyc,sha256=mkGFwUTz4etlvtYk748kqgKOnz1eAm-FPDHa9cyyxsk,1590
|
|
149
|
-
cellfinder/core/tools/__pycache__/tiff.cpython-310.pyc,sha256=J331iJkPenlMS2gsHOBx3nVARD5TCi11MIMwwtagHl4,4167
|
|
150
|
-
cellfinder/core/tools/__pycache__/tiff.cpython-312.pyc,sha256=G4rMtWPjHhDF8pf2O4ZV8we8YBaP--4R2fsqRTcQAOg,4889
|
|
151
|
-
cellfinder/core/tools/__pycache__/tools.cpython-310.pyc,sha256=a_-U-vqjZedj5WrllKdvgUoDKLZhOD5KQmw4Q0Be7qQ,5418
|
|
152
|
-
cellfinder/core/tools/__pycache__/tools.cpython-311.pyc,sha256=prnmcrSmosJM2PTqGK6p0DScpwcwH_CTQzTfue4A2n4,7524
|
|
153
|
-
cellfinder/core/tools/__pycache__/tools.cpython-312.pyc,sha256=P4ORpu0fIdgw3ZvZlM8eVbXmct_NFFAw6dVWsoD7EN4,6614
|
|
154
|
-
cellfinder/core/train/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
155
|
-
cellfinder/core/train/train_yml.py,sha256=9QXv2wk24G8hYskMnBij7OngEELUWySK2fH4NFbYWw4,13260
|
|
156
|
-
cellfinder/core/train/__pycache__/__init__.cpython-310.pyc,sha256=NeRYBhVG-cdUFYv51CCxXZb8HdfTRX8arjsMrrn-P4Q,168
|
|
157
|
-
cellfinder/core/train/__pycache__/__init__.cpython-311.pyc,sha256=RhoSnMhtr7cbFvs5cykiH416ndw4pybU85_XyGt6Mvc,184
|
|
158
|
-
cellfinder/core/train/__pycache__/__init__.cpython-312.pyc,sha256=LyXrb0XF_JVeT4jPsGlsjAyLjKP8GxbmvezVC2b7wKY,172
|
|
159
|
-
cellfinder/core/train/__pycache__/train_yml.cpython-310.pyc,sha256=1dGO7jl6WFl51aZ1LmAseeX4zJ3klZWLpUQiE3ytFs0,9635
|
|
160
|
-
cellfinder/core/train/__pycache__/train_yml.cpython-311.pyc,sha256=49hFZE-mjMQ0gnrQseQTaqYIH2ezBjOM8OKA8BxMGoA,15619
|
|
161
|
-
cellfinder/core/train/__pycache__/train_yml.cpython-312.pyc,sha256=r6pAZ1jlWcsJvnwDOOLRokLbYLuTPj49DI2NXmKgyDM,13611
|
|
162
|
-
cellfinder/napari/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
163
|
-
cellfinder/napari/curation.py,sha256=jz7GekuuzOdwiEFLarvvO5Bho68k8eL7AjObMdEoPXw,21447
|
|
164
|
-
cellfinder/napari/input_container.py,sha256=tkm0dkPt7kSL8Xkvs1fh8M6vKWw57QLIt_wv74HFkGk,2150
|
|
165
|
-
cellfinder/napari/napari.yaml,sha256=WMR1CIAmYIVyQngbdbomTRZLvlDbb6LxsXsvTRClQnE,921
|
|
166
|
-
cellfinder/napari/sample_data.py,sha256=oUST23q09MM8dxHbUCmO0AjtXG6OlR_32LLqP0EU2UA,732
|
|
167
|
-
cellfinder/napari/utils.py,sha256=AwTs76M9azutHhHj2yuaKErDEQ5F6pFbIIakBfzen6M,3824
|
|
168
|
-
cellfinder/napari/__pycache__/__init__.cpython-310.pyc,sha256=Z0fSSfEHbZExG5mkv6SB3EGCy0fqe1ql1T1yZrLnTrc,164
|
|
169
|
-
cellfinder/napari/__pycache__/__init__.cpython-311.pyc,sha256=faHrTeBwnUm0wlEyEH88aT6oybT-2bf_dKfL2M0AdKM,180
|
|
170
|
-
cellfinder/napari/__pycache__/__init__.cpython-312.pyc,sha256=D9guOOmigiCTfUO4wWADX9jL3LlXuJ8m3P33U7WKIwc,168
|
|
171
|
-
cellfinder/napari/__pycache__/curation.cpython-310.pyc,sha256=JQS74BVhQnxV4mGtlWbKNBeqkVY_tPPf5RHvUQfBPF4,16221
|
|
172
|
-
cellfinder/napari/__pycache__/curation.cpython-312.pyc,sha256=weucKSZjvKOVnkNcnKIKjbyK5XkoNx6FXcIARUpU7vU,26918
|
|
173
|
-
cellfinder/napari/__pycache__/input_container.cpython-310.pyc,sha256=Yby5iMGcT4kkDkfIT_1Z8umSML_cgnMbVnkQxkcOgT4,2378
|
|
174
|
-
cellfinder/napari/__pycache__/input_container.cpython-311.pyc,sha256=mafmnKxjopUWVagoHmhouWqV_3E8c4Df90hCV7rWvig,3071
|
|
175
|
-
cellfinder/napari/__pycache__/input_container.cpython-312.pyc,sha256=zhT9fZWEXXoa3YCJVneHnobSuLspEI24uNZDYe_IOIY,2769
|
|
176
|
-
cellfinder/napari/__pycache__/sample_data.cpython-310.pyc,sha256=bOoU9wh3VxqHBEoMFioMUdzRYpivIyrHfEClZrVTCKw,960
|
|
177
|
-
cellfinder/napari/__pycache__/sample_data.cpython-312.pyc,sha256=uSTUZJUuHbWjt6sGlVTkiQ37HsFWmvnVoHDqpaZq3Mk,1373
|
|
178
|
-
cellfinder/napari/__pycache__/utils.cpython-310.pyc,sha256=i4BAFnriPh43mqmmDHTlqGjwpVhVOdRl-69gC7DTLgg,3817
|
|
179
|
-
cellfinder/napari/__pycache__/utils.cpython-311.pyc,sha256=FBNklkZ8KNoz6ILoNfgoRektG_3A9v1lFOu6xqTCDSw,5550
|
|
180
|
-
cellfinder/napari/__pycache__/utils.cpython-312.pyc,sha256=RfHisx-rngB1hJMt0KyA-wFOAgzA4pjrEhwaccd8ItY,4934
|
|
181
|
-
cellfinder/napari/detect/__init__.py,sha256=BD9Bg9NTAr6yRTq2A_p58U6j4w5wbY0sdXwhPJ3MSMY,34
|
|
182
|
-
cellfinder/napari/detect/detect.py,sha256=gX10U4HHcni1ff3zYXkXYX6dWMZErYpvzVde56yV80w,13658
|
|
183
|
-
cellfinder/napari/detect/detect_containers.py,sha256=Xx-E2JTbe5Ih_1m5ZhQ0pCYFxfdQxVJMMfGh9EZExms,5377
|
|
184
|
-
cellfinder/napari/detect/thread_worker.py,sha256=3xGUPSthycpErcVxl_yc5soIv_z0Hf0iEaZq0Yx90OM,3078
|
|
185
|
-
cellfinder/napari/detect/__pycache__/__init__.cpython-310.pyc,sha256=SecFu5NJydCtq4dCFPZ4sAK3Hj69dDjIR0z6U24Z8jE,215
|
|
186
|
-
cellfinder/napari/detect/__pycache__/__init__.cpython-311.pyc,sha256=YmxGJlu0ybrDo5nYVDvGkTiDivTPysRsu5ITNwIgG3c,245
|
|
187
|
-
cellfinder/napari/detect/__pycache__/__init__.cpython-312.pyc,sha256=soemsP58Citr1lCFUQPxxCm9eMbmJ3I3g0p41efFV18,222
|
|
188
|
-
cellfinder/napari/detect/__pycache__/detect.cpython-310.pyc,sha256=dYt4xnO2jbfPBwY32Y3Voi3_3lkn4trckRqxwGedL3s,10018
|
|
189
|
-
cellfinder/napari/detect/__pycache__/detect.cpython-311.pyc,sha256=udrDP7z7yLfPuMN7A-zVH1blRRowSFlaS2y7gp_JhO0,14902
|
|
190
|
-
cellfinder/napari/detect/__pycache__/detect.cpython-312.pyc,sha256=2BnzdXTwQN0e2ZstgYKspJsnDh4vL84LyQ8A7eC4ABg,13667
|
|
191
|
-
cellfinder/napari/detect/__pycache__/detect_containers.cpython-310.pyc,sha256=W1X2JggJomSOxYoIaof-4g0vp5UVwFV6vvSy7SVR-JM,5225
|
|
192
|
-
cellfinder/napari/detect/__pycache__/detect_containers.cpython-311.pyc,sha256=2BjShnk8eP-stfcOes1yEUR89icFHBhZXW-tF-5mfv0,8717
|
|
193
|
-
cellfinder/napari/detect/__pycache__/detect_containers.cpython-312.pyc,sha256=IDe_AoCb64AkpEfUXTYLGnLfg1deE0brgv0WhiX6atI,7387
|
|
194
|
-
cellfinder/napari/detect/__pycache__/thread_worker.cpython-310.pyc,sha256=wCymiasW8CEDx0dzIcs309uj1JkmLD2ZAQDTg0eauKA,3305
|
|
195
|
-
cellfinder/napari/detect/__pycache__/thread_worker.cpython-311.pyc,sha256=zhcVEsk4y00v5dm6S-0zLogpe_ZVdiCBCm8wen76Zyg,5136
|
|
196
|
-
cellfinder/napari/detect/__pycache__/thread_worker.cpython-312.pyc,sha256=cqtSdbeuExQii3zi7GIJW3e0shz0L4fRBwI1MXR37zs,4576
|
|
197
|
-
cellfinder/napari/train/__init__.py,sha256=xo4CK-DvSecInGEc2ohcTgQYlH3iylFnGvKTCoq2WkI,35
|
|
198
|
-
cellfinder/napari/train/train.py,sha256=zJY7zKcLqDTDtD76thmbwViEU4tTFCmXZze-zHsTpoo,5941
|
|
199
|
-
cellfinder/napari/train/train_containers.py,sha256=1wZ_GPe7B5XsLYs5XIx4m8GMw5KeVhg6SchhPtXu4V8,4386
|
|
200
|
-
cellfinder/napari/train/__pycache__/__init__.cpython-310.pyc,sha256=QtHkDbUeUxkgd9NqNikyNUOtXZfmAP6HOMzPh7XTPhA,215
|
|
201
|
-
cellfinder/napari/train/__pycache__/__init__.cpython-312.pyc,sha256=lxULMSL81AYWCwRwaozc8jeGVktxDr3C1emPsBBkFZI,222
|
|
202
|
-
cellfinder/napari/train/__pycache__/train.cpython-310.pyc,sha256=CzghuE4CEKhNzGH6z_tOjzTNKthgCFRPn1LtIAPCEYU,5073
|
|
203
|
-
cellfinder/napari/train/__pycache__/train.cpython-312.pyc,sha256=ueupnNF56gNH-OIEbSMsnkfkAWBfsrJtlQHOBRylFHw,7017
|
|
204
|
-
cellfinder/napari/train/__pycache__/train_containers.cpython-310.pyc,sha256=9s56UvttVjmCCDvoGZqtUUV_hjSmUDv3a3-5cFal_Lw,4609
|
|
205
|
-
cellfinder/napari/train/__pycache__/train_containers.cpython-312.pyc,sha256=k4s3VHLJ-fKtS4dsk5Z7N_P_9ZqNjR7Uc0CglFFSrNc,6891
|
|
206
|
-
cellfinder-1.3.0rc0.dist-info/LICENSE,sha256=Tw8iMytIDXLSmcIUsbQmRWojstl9yOWsPCx6ZT6dZLY,1564
|
|
207
|
-
cellfinder-1.3.0rc0.dist-info/METADATA,sha256=5AVyZiHS9d-FU-goBD1HCkk_iR3E4s4cXGFBQEcmfBs,6480
|
|
208
|
-
cellfinder-1.3.0rc0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
209
|
-
cellfinder-1.3.0rc0.dist-info/entry_points.txt,sha256=cKKjU8GPiN-TRelG2sT2JCKAcB9XDCjP6g9atE9pSoY,247
|
|
210
|
-
cellfinder-1.3.0rc0.dist-info/top_level.txt,sha256=jyTQzX-tDjbsMr6s-E71Oy0IKQzmHTXSk4ZhpG5EDSE,11
|
|
211
|
-
cellfinder-1.3.0rc0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|