neuro-sam 0.1.0__py3-none-any.whl → 0.1.1__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.
neuro_sam/plugin.py CHANGED
@@ -216,8 +216,7 @@ def load_ome_tiff_with_spacing(image_path):
216
216
  return image, (94.0, 94.0, 500.0)
217
217
 
218
218
 
219
- # For direct execution from command line
220
- if __name__ == "__main__":
219
+ def main():
221
220
  import sys
222
221
  import argparse
223
222
 
@@ -257,4 +256,8 @@ if __name__ == "__main__":
257
256
 
258
257
  print("\nStarted NeuroSAM with anisotropic scaling support!")
259
258
  print("Configure voxel spacing in the 'Path Tracing' tab before starting analysis.")
260
- napari.run() # Start the Napari event loop
259
+ napari.run() # Start the Napari event loop
260
+
261
+ # For direct execution from command line
262
+ if __name__ == "__main__":
263
+ main()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: neuro-sam
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Neuro-SAM: Foundation Models for Dendrite and Dendritic Spine Segmentation
5
5
  Author-email: Nipun Arora <nipun.arora@fau.de>
6
6
  License: MIT License
@@ -50,6 +50,8 @@ Requires-Dist: superqt
50
50
  Requires-Dist: magicgui
51
51
  Requires-Dist: scikit-image
52
52
  Requires-Dist: tifffile
53
+ Requires-Dist: numba
54
+ Requires-Dist: PyQt5
53
55
  Dynamic: license-file
54
56
 
55
57
  <div align="center">
@@ -1,5 +1,5 @@
1
1
  neuro_sam/__init__.py,sha256=0pbMqpI_nQyhP0_pfTaIg97FVEcFkS5w8gQrsMiBcG4,34
2
- neuro_sam/plugin.py,sha256=pL2zJtslbuinkXUOJFVbuGwSIVIf45wVGiPAJ2XUZ-I,10092
2
+ neuro_sam/plugin.py,sha256=35z7ybZQaFTxXL78z9oNOaHghdILJ8vaAtVShyQyISo,10116
3
3
  neuro_sam/brightest_path_lib/__init__.py,sha256=vU3VvX26D2c9B26Lid09uThzKMQJYPx622SkPhxNlDI,123
4
4
  neuro_sam/brightest_path_lib/connected_componen.py,sha256=x_kjDGZ_8U2ks9kZJOOyM8_ow84UugAsPUByI-NlXFk,12734
5
5
  neuro_sam/brightest_path_lib/algorithm/__init__.py,sha256=XFYxFyx97FG7lK3_j7uA8GgunpfkOcAo2NIJU0GUn40,170
@@ -42,7 +42,7 @@ neuro_sam/punet/punet_inference.py,sha256=U3ne-sP1y732PISFYlV50cPbXN6eEREQue1Jf6
42
42
  neuro_sam/punet/run_inference.py,sha256=c9ATKWJvhOzNEaww_sUCI5fFS1q0bQ4GYUwNUqxWcwA,5312
43
43
  neuro_sam/punet/unet_blocks.py,sha256=xc-nZql_CSsyEeCxKIY-WIhiXG1KyRiCSIESztGJKEs,3170
44
44
  neuro_sam/punet/utils.py,sha256=ibwcpkqqZ3_3Afz2VYxzplz8_8FWQ5qYQqjJiKS8hIo,1786
45
- neuro_sam-0.1.0.dist-info/licenses/LICENSE,sha256=akmTIN8IuZn3Y7UK_8qVQnyKDWSDcVUwB8RPGNXCojw,1068
45
+ neuro_sam-0.1.1.dist-info/licenses/LICENSE,sha256=akmTIN8IuZn3Y7UK_8qVQnyKDWSDcVUwB8RPGNXCojw,1068
46
46
  sam2/__init__.py,sha256=uHyh6VzVS4F2box0rPDpN5UmOVKeQNK0CIaTKG9JQZ4,395
47
47
  sam2/automatic_mask_generator.py,sha256=Zt8mbb4UQSMFrjOY8OwbshswOpMhaxAtdn5sTuXUw9c,18461
48
48
  sam2/benchmark.py,sha256=m3o1BriIQuwJAx-3zQ_B0_7YLhN84G28oQSV5sGA3ak,2811
@@ -86,8 +86,8 @@ sam2/utils/__init__.py,sha256=NL2AacVHZOe41zp4kF2-ZGcUCi9zFwh1Eo9spNjN0Ko,197
86
86
  sam2/utils/amg.py,sha256=t7MwkOKvcuBNu4FcjzKv9BpO0av5Zo9itZ8b3WQMpdg,12842
87
87
  sam2/utils/misc.py,sha256=AWAMAcFhzQedcQb7HU2oRc-RqjGrK87K-MsVG21tIKI,13090
88
88
  sam2/utils/transforms.py,sha256=ujpk9GAMYvIJIGpt87QOP88TPtrjL61liDG7DCptEUY,4885
89
- neuro_sam-0.1.0.dist-info/METADATA,sha256=qmJWJ17j0Qlm65saFelge2KlmpYQYdU48uq0CKykyJM,9509
90
- neuro_sam-0.1.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
91
- neuro_sam-0.1.0.dist-info/entry_points.txt,sha256=Mw5mxn4u8N-boA1NOR8vfbPh_JbSiKpiIuqJ-styL9M,52
92
- neuro_sam-0.1.0.dist-info/top_level.txt,sha256=yPbWxFcw79sErTk8zohihUHMK9LL31i3bXir2MrS4OQ,15
93
- neuro_sam-0.1.0.dist-info/RECORD,,
89
+ neuro_sam-0.1.1.dist-info/METADATA,sha256=gCuatmfSmZy6Yi6cyuGZQfzIP9X1Ds4G7K6ZVdyS-vg,9551
90
+ neuro_sam-0.1.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
91
+ neuro_sam-0.1.1.dist-info/entry_points.txt,sha256=K0SaLior6N1REi_K0O4962Wn4DhTSos_Sx6Enx0mIm4,105
92
+ neuro_sam-0.1.1.dist-info/top_level.txt,sha256=yPbWxFcw79sErTk8zohihUHMK9LL31i3bXir2MrS4OQ,15
93
+ neuro_sam-0.1.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ [console_scripts]
2
+ neuro-sam = neuro_sam.plugin:main
3
+
4
+ [napari.manifest]
5
+ neuro-sam = neuro_sam:napari.yaml
@@ -1,2 +0,0 @@
1
- [napari.manifest]
2
- neuro-sam = neuro_sam:napari.yaml