Making it installabel package and switching to segmentation mode
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
"""
|
||||
Microscopy Object Detection Application
|
||||
|
||||
A desktop application for detecting and segmenting organelles and membrane
|
||||
branching structures in microscopy images using YOLOv8-seg.
|
||||
"""
|
||||
|
||||
__version__ = "1.0.0"
|
||||
__author__ = "Your Name"
|
||||
__email__ = "your.email@example.com"
|
||||
__license__ = "MIT"
|
||||
|
||||
# Package metadata
|
||||
__all__ = [
|
||||
"__version__",
|
||||
"__author__",
|
||||
"__email__",
|
||||
"__license__",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user