coralnet-toolbox 0.0.73__py2.py3-none-any.whl → 0.0.74__py2.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.
Files changed (41) hide show
  1. coralnet_toolbox/Annotations/QtAnnotation.py +28 -69
  2. coralnet_toolbox/Annotations/QtMaskAnnotation.py +408 -0
  3. coralnet_toolbox/Annotations/QtMultiPolygonAnnotation.py +72 -56
  4. coralnet_toolbox/Annotations/QtPatchAnnotation.py +165 -216
  5. coralnet_toolbox/Annotations/QtPolygonAnnotation.py +497 -353
  6. coralnet_toolbox/Annotations/QtRectangleAnnotation.py +126 -116
  7. coralnet_toolbox/CoralNet/QtDownload.py +2 -1
  8. coralnet_toolbox/Explorer/QtExplorer.py +16 -14
  9. coralnet_toolbox/Explorer/QtSettingsWidgets.py +114 -82
  10. coralnet_toolbox/IO/QtExportTagLabAnnotations.py +30 -10
  11. coralnet_toolbox/IO/QtImportTagLabAnnotations.py +21 -15
  12. coralnet_toolbox/IO/QtOpenProject.py +46 -78
  13. coralnet_toolbox/IO/QtSaveProject.py +18 -43
  14. coralnet_toolbox/MachineLearning/ExportDataset/QtBase.py +1 -1
  15. coralnet_toolbox/MachineLearning/ImportDataset/QtBase.py +42 -22
  16. coralnet_toolbox/MachineLearning/VideoInference/QtBase.py +0 -4
  17. coralnet_toolbox/QtEventFilter.py +11 -0
  18. coralnet_toolbox/QtImageWindow.py +117 -68
  19. coralnet_toolbox/QtLabelWindow.py +13 -1
  20. coralnet_toolbox/QtMainWindow.py +5 -27
  21. coralnet_toolbox/QtProgressBar.py +52 -27
  22. coralnet_toolbox/Rasters/RasterTableModel.py +8 -8
  23. coralnet_toolbox/SAM/QtDeployPredictor.py +10 -0
  24. coralnet_toolbox/SeeAnything/QtDeployGenerator.py +779 -161
  25. coralnet_toolbox/SeeAnything/QtDeployPredictor.py +86 -149
  26. coralnet_toolbox/Tools/QtCutSubTool.py +18 -2
  27. coralnet_toolbox/Tools/QtResizeSubTool.py +19 -2
  28. coralnet_toolbox/Tools/QtSAMTool.py +72 -50
  29. coralnet_toolbox/Tools/QtSeeAnythingTool.py +8 -5
  30. coralnet_toolbox/Tools/QtSelectTool.py +27 -3
  31. coralnet_toolbox/Tools/QtSubtractSubTool.py +66 -0
  32. coralnet_toolbox/Tools/__init__.py +2 -0
  33. coralnet_toolbox/__init__.py +1 -1
  34. coralnet_toolbox/utilities.py +137 -47
  35. coralnet_toolbox-0.0.74.dist-info/METADATA +375 -0
  36. {coralnet_toolbox-0.0.73.dist-info → coralnet_toolbox-0.0.74.dist-info}/RECORD +40 -38
  37. coralnet_toolbox-0.0.73.dist-info/METADATA +0 -341
  38. {coralnet_toolbox-0.0.73.dist-info → coralnet_toolbox-0.0.74.dist-info}/WHEEL +0 -0
  39. {coralnet_toolbox-0.0.73.dist-info → coralnet_toolbox-0.0.74.dist-info}/entry_points.txt +0 -0
  40. {coralnet_toolbox-0.0.73.dist-info → coralnet_toolbox-0.0.74.dist-info}/licenses/LICENSE.txt +0 -0
  41. {coralnet_toolbox-0.0.73.dist-info → coralnet_toolbox-0.0.74.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,375 @@
1
+ Metadata-Version: 2.4
2
+ Name: coralnet-toolbox
3
+ Version: 0.0.74
4
+ Summary: Tools for annotating and developing ML models for benthic imagery
5
+ Author-email: Jordan Pierce <jordan.pierce@noaa.gov>
6
+ License: MIT License
7
+ Project-URL: Homepage, https://github.com/Jordan-Pierce/CoralNet-Toolbox
8
+ Keywords: CoralNet-Toolbox
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Natural Language :: English
12
+ Classifier: Programming Language :: Python :: 3.10
13
+ Requires-Python: <3.11,>=3.10
14
+ Description-Content-Type: text/markdown
15
+ License-File: LICENSE.txt
16
+ Requires-Dist: PyQt5>=5.15.11
17
+ Requires-Dist: pyqtdarktheme
18
+ Requires-Dist: pyqtgraph
19
+ Requires-Dist: ultralytics>=8.3.152
20
+ Requires-Dist: lap>=0.5.12
21
+ Requires-Dist: open-clip-torch>=2.20.0
22
+ Requires-Dist: supervision>=0.24.0
23
+ Requires-Dist: scikit-learn
24
+ Requires-Dist: umap-learn
25
+ Requires-Dist: faiss-cpu
26
+ Requires-Dist: pycocotools
27
+ Requires-Dist: ujson
28
+ Requires-Dist: timm==0.9.2
29
+ Requires-Dist: autodistill
30
+ Requires-Dist: transformers>=4.5.0
31
+ Requires-Dist: x-segment-anything>=0.0.8
32
+ Requires-Dist: yolo-tiling>=0.0.19
33
+ Requires-Dist: roboflow
34
+ Requires-Dist: rasterio
35
+ Requires-Dist: requests
36
+ Requires-Dist: selenium>=4.15.2
37
+ Requires-Dist: beautifulsoup4>=4.12.2
38
+ Requires-Dist: webdriver_manager
39
+ Requires-Dist: dill
40
+ Requires-Dist: seaborn
41
+ Provides-Extra: all
42
+ Requires-Dist: coralnet-toolbox[extra]; extra == "all"
43
+ Dynamic: license-file
44
+
45
+ # CoralNet-Toolbox 🪸🧰
46
+
47
+ <div align="center">
48
+ <p>
49
+ <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/CoralNet_Toolbox.png" alt="CoralNet-Toolbox" width="400">
50
+ </p>
51
+
52
+ <h3>🌊 <em>Empowering Coral Reef Research with AI-Powered Annotation Tools</em> 🌊</h3>
53
+
54
+ <p><strong>An unofficial toolkit to supercharge your <a href="https://coralnet.ucsd.edu/">CoralNet</a> workflows with cutting-edge computer vision</strong></p>
55
+ </div>
56
+
57
+ ---
58
+
59
+ ## 📊 Project Stats
60
+
61
+ <div align="center">
62
+
63
+ [![Python Version](https://img.shields.io/pypi/pyversions/CoralNet-Toolbox.svg?style=for-the-badge&logo=python&logoColor=white)](https://pypi.org/project/CoralNet-Toolbox)
64
+ [![Version](https://img.shields.io/pypi/v/CoralNet-Toolbox.svg?style=for-the-badge&color=blue)](https://pypi.python.org/pypi/CoralNet-Toolbox)
65
+ [![Downloads](https://img.shields.io/pepy/dt/coralnet-toolbox.svg?style=for-the-badge&color=brightgreen)](https://pepy.tech/project/coralnet-toolbox)
66
+
67
+ [![PyPI Passing](https://img.shields.io/github/actions/workflow/status/Jordan-Pierce/CoralNet-Toolbox/pypi.yml?style=for-the-badge&label=PyPI%20Build&logo=github)](https://pypi.org/project/CoralNet-Toolbox)
68
+ [![Windows](https://img.shields.io/github/actions/workflow/status/Jordan-Pierce/CoralNet-Toolbox/windows.yml?style=for-the-badge&label=Windows&logo=windows&logoColor=white)](https://pypi.org/project/CoralNet-Toolbox)
69
+ [![macOS](https://img.shields.io/github/actions/workflow/status/Jordan-Pierce/CoralNet-Toolbox/macos.yml?style=for-the-badge&label=macOS&logo=apple&logoColor=white)](https://pypi.org/project/CoralNet-Toolbox)
70
+ [![Ubuntu](https://img.shields.io/github/actions/workflow/status/Jordan-Pierce/CoralNet-Toolbox/ubuntu.yml?style=for-the-badge&label=Ubuntu&logo=ubuntu&logoColor=white)](https://pypi.org/project/CoralNet-Toolbox)
71
+
72
+ </div>
73
+
74
+ ---
75
+
76
+ ## ✨ Why CoralNet-Toolbox?
77
+
78
+ <div align="center">
79
+
80
+ | 🎯 **Smart Annotation** | 🤖 **AI-Powered** | 🚀 **Complete Pipeline** |
81
+ |:---:|:---:|:---:|
82
+ | Create patches, rectangles, and polygons with intelligent assistance | Leverage SAM, YOLO, and foundation models | From data collection to deployment |
83
+ | *Precision meets efficiency* | *Cutting-edge AI at your fingertips* | *End-to-end workflow automation* |
84
+
85
+ </div>
86
+
87
+ ---
88
+
89
+ ## ⚡ Quick Start
90
+
91
+ Get up and running in seconds:
92
+
93
+ ```bash
94
+ # 💻 Installation
95
+ pip install coralnet-toolbox
96
+
97
+ # 🚀 Launch
98
+ coralnet-toolbox
99
+ ```
100
+
101
+ > **🎉 That's it!** The toolbox will open and you're ready to start annotating!
102
+
103
+ For a complete installation guide (including CUDA setup), see the [Installation Documentation](https://jordan-pierce.github.io/CoralNet-Toolbox/installation).
104
+
105
+ ---
106
+
107
+ ## 📚 Documentation Hub
108
+
109
+ <div align="center">
110
+
111
+ | 📖 Guide | 🎯 Purpose | 🔗 Link |
112
+ |:---:|:---:|:---:|
113
+ | **Overview** | Get the big picture | [📋 Read More](https://jordan-pierce.github.io/CoralNet-Toolbox/overview) |
114
+ | **Installation** | Detailed setup instructions | [⚙️ Setup Guide](https://jordan-pierce.github.io/CoralNet-Toolbox/installation) |
115
+ | **Usage** | Learn the tools | [🛠️ User Manual](https://jordan-pierce.github.io/CoralNet-Toolbox/usage) |
116
+ | **Classification** | Community tutorial | [🧠 AI Tutorial](https://jordan-pierce.github.io/CoralNet-Toolbox/classify) |
117
+
118
+ </div>
119
+
120
+ ---
121
+
122
+ ## 🎥 Video Demonstrations
123
+
124
+ <details open>
125
+ <summary><h3>📺 <strong>Watch the Complete Tutorial Series</strong></h3></summary>
126
+
127
+ <div align="center">
128
+ <a href="https://youtube.com/playlist?list=PLG5z9IbwhS5NQT3B2jrg3hxQgilDeZak9&feature=shared">
129
+ <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/toolbox_qt.PNG" alt="Video Tutorial Series" width="80%" style="border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
130
+ </a>
131
+
132
+ <p><strong>🎬 Complete playlist covering all major features and workflows</strong></p>
133
+ </div>
134
+
135
+ </details>
136
+
137
+ ---
138
+
139
+ ## 🤖 AI Model Arsenal
140
+
141
+ The toolbox integrates state-of-the-art models for efficient annotation workflows:
142
+
143
+ <div align="center">
144
+
145
+ ### 🏋️ **Trainable Models**
146
+
147
+ | **YOLO Family** | **Versions Available** |
148
+ |:---:|:---:|
149
+ | 🦾 **Legacy** | YOLOv3 • YOLOv4 • YOLOv5 |
150
+ | 🚀 **Modern** | YOLOv6 • YOLOv7 • YOLOv8 |
151
+ | ⚡ **Latest** | YOLOv9 • YOLOv10 • YOLO11 • YOLO12 |
152
+
153
+ *Powered by the [Ultralytics](https://ultralytics.com/) ecosystem*
154
+
155
+ </div>
156
+
157
+ <div align="center">
158
+
159
+ ### 🎯 **Segment Anything Models**
160
+
161
+ | **Model** | **Specialty** | **Use Case** |
162
+ |:---:|:---:|:---:|
163
+ | 🪸 **SAM** | General segmentation | High-quality masks |
164
+ | 🌊 **CoralSCOP** | Coral-specific | Marine biology focus |
165
+ | ⚡ **FastSAM** | Speed optimized | Real-time annotation |
166
+ | 📱 **MobileSAM** | Mobile-friendly | Edge deployment |
167
+ | ✂️ **EdgeSAM** | Efficient | Resource-constrained |
168
+ | 🔍 **RepViT-SAM** | Vision transformers | Advanced features |
169
+
170
+ *Powered by our [xSAM](https://Github.com/Jordan-Pierce/xSAM) integration*
171
+
172
+ </div>
173
+
174
+ <div align="center">
175
+
176
+ ### 👁️ **Visual Prompting & Foundation Models**
177
+
178
+ | **Framework** | **Models** | **Capability** |
179
+ |:---:|:---:|:---:|
180
+ | **YOLOE** | See Anything | Visual prompt detection |
181
+ | **AutoDistill** | Grounding DINO • OWLViT • OmDetTurbo | Zero-shot detection |
182
+
183
+ </div>
184
+
185
+ ---
186
+
187
+ ## 🛠️ Feature Showcase
188
+
189
+ <div align="center">
190
+
191
+ ### 📝 **Core Annotation Tools**
192
+
193
+ | <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Patches.gif" alt="Patch Annotation" width="250" style="border-radius: 8px;"/><br>**🎯 Patch Annotation** | <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Rectangles.gif" alt="Rectangle Annotation" width="250" style="border-radius: 8px;"/><br>**📐 Rectangle Annotation** | <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Polygons.gif" alt="Polygon Annotation" width="250" style="border-radius: 8px;"/><br>**🔷 Multi-Polygon Annotation** |
194
+ |:---:|:---:|:---:|
195
+
196
+ ### 🤖 **AI-Powered Analysis**
197
+
198
+ | <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Classification.gif" alt="Classification" width="250" style="border-radius: 8px;"/><br>**🧠 Image Classification** | <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Object_Detection.gif" alt="Object Detection" width="250" style="border-radius: 8px;"/><br>**🎯 Object Detection** | <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Instance_Segmentation.gif" alt="Instance Segmentation" width="250" style="border-radius: 8px;"/><br>**🎭 Instance Segmentation** |
199
+ |:---:|:---:|:---:|
200
+
201
+ ### 🔬 **Advanced Capabilities**
202
+
203
+ | <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Segment_Anything.gif" alt="SAM" width="250" style="border-radius: 8px;"/><br>**🪸 Segment Anything (SAM)** | <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Classifying_Polygons.gif" alt="Polygon Classification" width="250" style="border-radius: 8px;"/><br>**🔍 Polygon Classification** | <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Work_Areas.gif" alt="Work Areas" width="250" style="border-radius: 8px;"/><br>**📍 Region-based Detection** |
204
+ |:---:|:---:|:---:|
205
+
206
+ ### ✂️ **Editing & Processing Tools**
207
+
208
+ | <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Cut.gif" alt="Cut Tool" width="250" style="border-radius: 8px;"/><br>**✂️ Cut** | <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Combine.gif" alt="Combine Tool" width="250" style="border-radius: 8px;"/><br>**🔗 Combine** | <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Simplify.gif" alt="Simplify Tool" width="250" style="border-radius: 8px;"/><br>**🎨 Simplify** |
209
+ |:---:|:---:|:---:|
210
+
211
+ ### 🌟 **Specialized Features**
212
+
213
+ | <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/See_Anything.gif" alt="YOLOE" width="400" style="border-radius: 8px;"/><br>**👁️ See Anything (YOLOE)** | <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Classifying_Orthomosaics.gif" alt="LAI Classification" width="400" style="border-radius: 8px;"/><br>**🗺️ LAI Classification** |
214
+ |:---:|:---:|
215
+
216
+ ### 📊 **Analysis & Exploration**
217
+
218
+ | <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Analytics.gif" alt="Video Analysis" width="400" style="border-radius: 8px;"/><br>**🎬 Video Inference & Analytics** | <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Explorer.gif" alt="Data Explorer" width="400" style="border-radius: 8px;"/><br>**🔍 Data Explorer & Clustering** |
219
+ |:---:|:---:|
220
+
221
+ </div>
222
+
223
+ ---
224
+
225
+ ## 🔧 Complete Workflow Pipeline
226
+
227
+ ### 📥 **Data Input**
228
+ - **🔥 CoralNet Download**: Retrieve source data and annotations
229
+ - **🎬 Video Processing**: Extract frames from video files
230
+ - **📸 Image Import**: Support for various image formats
231
+
232
+ ### ✏️ **Annotation & Labeling**
233
+ - **👆 Manual Annotation**: Intuitive point, rectangle, and polygon tools
234
+ - **🤖 AI-Assisted**: SAM, YOLO, and visual prompting models
235
+ - **📐 Precision Editing**: Cut, combine, subtract, and simplify shapes
236
+
237
+ ### 🧠 **Machine Learning**
238
+ - **🔬 Hyperparameter Tuning**: Optimize training conditions
239
+ - **🚀 Model Training**: Build custom classifiers and detectors
240
+ - **⚡ Model Optimization**: Production-ready deployment
241
+
242
+ ### 📊 **Analysis & Export**
243
+ - **📈 Performance Evaluation**: Comprehensive model metrics
244
+ - **🎯 Batch Inference**: Process multiple images automatically
245
+ - **🎥 Video Analysis**: Real-time processing with analytics
246
+ - **📋 Multi-format Export**: CoralNet, Viscore, TagLab, GeoJSON
247
+
248
+ ---
249
+
250
+ ## 📋 Roadmap
251
+
252
+ *See the current tickets and planned features on the [GitHub Issues Page](https://github.com/Jordan-Pierce/CoralNet-Toolbox/issues)*
253
+
254
+ ---
255
+
256
+ ## 💻 Installation Guide
257
+
258
+ ### 🐍 **Step 1: Environment Setup**
259
+ ```bash
260
+ # Create a dedicated environment (recommended)
261
+ conda create --name coralnet10 python=3.10 -y
262
+ conda activate coralnet10
263
+ ```
264
+
265
+ ### ⚡ **Step 2: Fast Installation with UV**
266
+ ```bash
267
+ # Install UV for faster package management
268
+ pip install uv
269
+
270
+ # Install CoralNet-Toolbox
271
+ uv pip install coralnet-toolbox
272
+ ```
273
+
274
+ > **Fallback**: If UV fails, use regular pip: `pip install coralnet-toolbox`
275
+
276
+ ### 🚀 **Step 3: GPU Acceleration (Optional)**
277
+ For CUDA-enabled systems:
278
+ ```bash
279
+ # Example for CUDA 11.8
280
+ conda install nvidia/label/cuda-11.8.0::cuda-nvcc -y
281
+ conda install nvidia/label/cuda-11.8.0::cuda-toolkit -y
282
+
283
+ # Install PyTorch with CUDA support
284
+ uv pip install torch torchvision --index-url https://download.pytorch.org/whl/cu118 --upgrade
285
+ ```
286
+
287
+ ### 🏃‍♂️ **Step 4: Launch**
288
+ ```bash
289
+ coralnet-toolbox
290
+ ```
291
+
292
+ ### 🎯 **GPU Status Indicators**
293
+ - **🐢** CPU only
294
+ - **🐇** Single GPU
295
+ - **🚀** Multiple GPUs
296
+ - **🍎** Mac Metal (Apple Silicon)
297
+
298
+ *Click the icon in the bottom-left to see available devices*
299
+
300
+ ### 🔄 **Upgrading**
301
+ ```bash
302
+ # When updates are available
303
+ uv pip install -U coralnet-toolbox==[latest_version]
304
+ ```
305
+
306
+ ---
307
+
308
+ ### 🏗️ **Repository Structure**
309
+
310
+ <div align="center">
311
+ ![Visualization of the codebase](./diagram.svg)
312
+ </div>
313
+
314
+ ---
315
+
316
+ ## 🌊 Success Stories
317
+
318
+ > **Using CoralNet-Toolbox in your research?**
319
+ >
320
+ > We'd love to feature your work! Share your success stories to help others learn and get inspired.
321
+
322
+ ---
323
+
324
+ ## 🌍 About CoralNet
325
+
326
+ <div align="center">
327
+ <p><em>🪸 Protecting our oceans, one annotation at a time 🪸</em></p>
328
+ </div>
329
+
330
+ Coral reefs are among Earth's most biodiverse ecosystems, supporting marine life and coastal communities worldwide. However, they face unprecedented threats from climate change, pollution, and human activities.
331
+
332
+ **[CoralNet](https://coralnet.ucsd.edu/)** is a revolutionary platform enabling researchers to:
333
+ - Upload and analyze coral reef photographs
334
+ - Create detailed species annotations
335
+ - Build AI-powered classification models
336
+ - Collaborate with the global research community
337
+
338
+ The **CoralNet-Toolbox** extends this mission by providing advanced AI tools that accelerate research and improve annotation quality.
339
+
340
+ ---
341
+
342
+ ## 📄 Citation
343
+
344
+ If you use CoralNet-Toolbox in your research, please cite:
345
+
346
+ ```bibtex
347
+ @misc{CoralNet-Toolbox,
348
+ author = {Pierce, Jordan and Battista, Tim},
349
+ title = {CoralNet-Toolbox: AI-Powered Tools for Coral Reef Research},
350
+ year = {2025},
351
+ howpublished = {\url{https://github.com/Jordan-Pierce/CoralNet-Toolbox}},
352
+ note = {GitHub repository}
353
+ }
354
+ ```
355
+
356
+ ---
357
+
358
+ ## ⚖️ Legal & Licensing
359
+
360
+ <div align="center">
361
+
362
+ ### ⚠️ **Disclaimer**
363
+ *This is a scientific product and not official communication of NOAA or the US Department of Commerce. All code is provided 'as is' - users assume responsibility for its use.*
364
+
365
+ ### 📋 **License**
366
+ *Software created by US Government employees is not subject to copyright in the United States (17 U.S.C. §105). The Department of Commerce reserves rights to seek copyright protection in other countries.*
367
+
368
+ </div>
369
+
370
+ ---
371
+
372
+ <div align="center">
373
+ <p><strong>🌊 Built with ❤️ for coral reef conservation 🌊</strong></p>
374
+ <p><em>Empowering researchers • Protecting ecosystems • Advancing science</em></p>
375
+ </div>
@@ -1,20 +1,21 @@
1
1
  coralnet_toolbox/QtAnnotationWindow.py,sha256=WOfi4BhXt3rtH0PnJZ0tDPpjn-wq66n8MoMqKFg-T2M,40727
2
2
  coralnet_toolbox/QtConfidenceWindow.py,sha256=L5hR23uW91GpqnsNS9R1XF3zCTe2aU7w0iDoQMV0oyE,16190
3
- coralnet_toolbox/QtEventFilter.py,sha256=KOW8_AdXZJIVsnl7992sacIcexc0QUFlLQ864YIg4e8,7045
4
- coralnet_toolbox/QtImageWindow.py,sha256=2xQpdrTQE8PfzflOupEi3u65nLAikeMMH3MUkzTQHU4,49296
5
- coralnet_toolbox/QtLabelWindow.py,sha256=XHRSi_Pp6AFnaaEtf3GNzliNxoO_jmSmEVBqP5lqRsw,50884
6
- coralnet_toolbox/QtMainWindow.py,sha256=6JxsDeWpPAe3BhIHGwtsfxQegaXhl3NnO4Nws6od92w,123287
3
+ coralnet_toolbox/QtEventFilter.py,sha256=qL3-FzQ2iZX1yITJb2mjn9_Q09nNNqKsgx-oCz4aT9Y,7717
4
+ coralnet_toolbox/QtImageWindow.py,sha256=OagopE-6RNULQ7EMlIpY1Ex5Fv9oGvLjGiTdvTSS11s,51542
5
+ coralnet_toolbox/QtLabelWindow.py,sha256=O-mLtE6ycuuGloYYZX0Z9JYZtsBMmspqNeJWslrjfFc,51419
6
+ coralnet_toolbox/QtMainWindow.py,sha256=ctwSZiPql-nafxNacifHdZtNnIY-u-xvhKWptC7aBTk,122154
7
7
  coralnet_toolbox/QtPatchSampling.py,sha256=Ehj06auBGfQwIruLNYQjF8eFOCpl8G72p42UXXb2mUo,29013
8
- coralnet_toolbox/QtProgressBar.py,sha256=pnozUOcVjfO_yTS9z8wOMPcrrrOtG_FeCknTcdI6eyk,6250
8
+ coralnet_toolbox/QtProgressBar.py,sha256=kFcq0ftj4Hljesev-jwWMLVc_OOjlOwQrGc4r2yGMAs,7877
9
9
  coralnet_toolbox/QtWorkArea.py,sha256=YXRvHQKpWUtWyv_o9lZ8rmxfm28dUOG9pmMUeimDhQ4,13578
10
- coralnet_toolbox/__init__.py,sha256=W4260-tQetcUaQbpJgZ4EkAlh_TbssOeuntEq4jmtSQ,207
10
+ coralnet_toolbox/__init__.py,sha256=-Nkdnt5uSinCh5WRxHXkS1YzGoDzWz665VAoGrCk-IQ,207
11
11
  coralnet_toolbox/main.py,sha256=6j2B_1reC_KDmqvq1C0fB-UeSEm8eeJOozp2f4XXMLQ,1573
12
- coralnet_toolbox/utilities.py,sha256=eUkxXuWaNFH83LSW-KniwujkXKJ2rK04czx3k3OPiAY,27115
13
- coralnet_toolbox/Annotations/QtAnnotation.py,sha256=-3ASbjl1dXw9U731vyCgwyiyZT9zOD5Mvp1jt-7bCnA,29242
14
- coralnet_toolbox/Annotations/QtMultiPolygonAnnotation.py,sha256=ErAT31gw-zhEVNxkPRpyB9uw-NSpPh-ShCBxpscXdRw,15579
15
- coralnet_toolbox/Annotations/QtPatchAnnotation.py,sha256=67fNnK_-muyhGZdGB0kBDx-JGuflv1TM6q5ikfW_zOk,20076
16
- coralnet_toolbox/Annotations/QtPolygonAnnotation.py,sha256=1EkZEJlO4VZ4so01Sat2T8LeO1LNs7HbGJLO-G2_73Q,26886
17
- coralnet_toolbox/Annotations/QtRectangleAnnotation.py,sha256=TgeawekA3jNBlCmZBRqXYRHoZqch7pWM-NSBBPG6S60,21404
12
+ coralnet_toolbox/utilities.py,sha256=apbVfWlySSUG0BMSVzpAUWwasQeFsI6afuOHpUSu-nI,30961
13
+ coralnet_toolbox/Annotations/QtAnnotation.py,sha256=4KxqDe_WPMGK18OYHZ1NqWzV87ARv8MnLAQdHFXo-Yg,27527
14
+ coralnet_toolbox/Annotations/QtMaskAnnotation.py,sha256=Hs8p-Lxv4OYqcx4Y7dayer1KxTaX-G0kuQe-W2JuGIE,16269
15
+ coralnet_toolbox/Annotations/QtMultiPolygonAnnotation.py,sha256=u0vPQPeaBCEdw5lMFygpBbjDKDSjvtV7Jkj03MDfj8M,16463
16
+ coralnet_toolbox/Annotations/QtPatchAnnotation.py,sha256=huoCsPloSA5uCZxG7pwIoO02GcHFDwW8-VohLxbCVnY,16608
17
+ coralnet_toolbox/Annotations/QtPolygonAnnotation.py,sha256=D8VajJ1pBtb5NOSYIspAxonkiVWn0yuWSNo8vRjreSw,33371
18
+ coralnet_toolbox/Annotations/QtRectangleAnnotation.py,sha256=FnKDHRNg_v9pUEqhdyvbGBGSxtNww3AZU_rulYU0878,21357
18
19
  coralnet_toolbox/Annotations/__init__.py,sha256=bpMldC70tT_lzMrOdBNDkEhG9dCX3tXEBd48IrcUg3E,419
19
20
  coralnet_toolbox/AutoDistill/QtBatchInference.py,sha256=k871aW3XRX8kc4BDaS1aipbPh9WOZxgmilF2c4KOdVA,5646
20
21
  coralnet_toolbox/AutoDistill/QtDeployModel.py,sha256=Fycm7wuydUfr1E2CUy00ridiI2JaNDZqAeoVB_HVydY,25923
@@ -33,19 +34,19 @@ coralnet_toolbox/Common/QtOverlapInput.py,sha256=O9Dvwe4YmYSmf-W5fhAhl5kOIFsLa3A
33
34
  coralnet_toolbox/Common/QtTileSizeInput.py,sha256=qxts1ufiG6cGFJWEa8DFB9wHV9AVw5dgE5OyLMJMHP8,3164
34
35
  coralnet_toolbox/Common/QtUpdateImagePaths.py,sha256=_hJYx6hXdAOfH_m77f75AQduQ0WlzOU_rcWvhmD83T8,6748
35
36
  coralnet_toolbox/CoralNet/QtAuthenticate.py,sha256=Y__iY0Kcosz6AOV7dlJBwiB6Hte40wHahHe-OmRngZA,13267
36
- coralnet_toolbox/CoralNet/QtDownload.py,sha256=HBb8TpZRIEFirGIaIAV1v8qg3fL4cP6Bf-hUiqXoiLE,48516
37
+ coralnet_toolbox/CoralNet/QtDownload.py,sha256=YGu_-4SCmTw8TJC6qSuZr6OGfesKHOgy1nWMioE1ECI,48552
37
38
  coralnet_toolbox/CoralNet/__init__.py,sha256=ILkAZh6mlAK1UaCCZjCB9JZxd-oY4cIgfnIC8UgjjIU,188
38
39
  coralnet_toolbox/Explorer/QtDataItem.py,sha256=mRcQ0GlriEjhbFV_khbuFNMEJhIyFxD_uIC5v1L03cw,14885
39
- coralnet_toolbox/Explorer/QtExplorer.py,sha256=jKybLHk7sD5C2TIzB5OLeSAkhSNKpGOOkvoNvz9M7NY,138362
40
+ coralnet_toolbox/Explorer/QtExplorer.py,sha256=mj09zkRFAw6AgepxXa0A2qTtR3iWlgCyphy5Bf2FoDU,138517
40
41
  coralnet_toolbox/Explorer/QtFeatureStore.py,sha256=3VwGezs1stmu65Z4ZQpvY27rGEIJq_prERWkFwMATBo,7378
41
- coralnet_toolbox/Explorer/QtSettingsWidgets.py,sha256=ltdimQHY1igAOh7OP4gFVuM4SyPJKmA-77wiKYBZo5k,29230
42
+ coralnet_toolbox/Explorer/QtSettingsWidgets.py,sha256=g4ZHpNVj5fTt6TmPBJqS-7NGTLGQm-dkt5iubbU6VyY,31474
42
43
  coralnet_toolbox/Explorer/__init__.py,sha256=wZPhf2oaUUyIQ2WK48Aj-4q1ENIZG2dGl1HF_mjhI6w,116
43
44
  coralnet_toolbox/IO/QtExportAnnotations.py,sha256=xeaS0BukC3cpkBIGT9DXRqHmvHhp-vOU47h6EoANpNg,4474
44
45
  coralnet_toolbox/IO/QtExportCoralNetAnnotations.py,sha256=4royhF63EmeOlSIBX389EUjjvE-SF44_maW6qm52mdA,2778
45
46
  coralnet_toolbox/IO/QtExportGeoJSONAnnotations.py,sha256=9HkHjQTRtH4VnYa50c5pyqQz30R_6gIH5i3xFF6kDWI,27759
46
47
  coralnet_toolbox/IO/QtExportLabels.py,sha256=Vsav0wd1EK4g065aEWvxyNuvvM9BFB7UXxz6IJzwVBU,2588
47
48
  coralnet_toolbox/IO/QtExportMaskAnnotations.py,sha256=U-2sQyA154La5-QCovkJkrz_2-2bmuZytTw05VKinCE,24268
48
- coralnet_toolbox/IO/QtExportTagLabAnnotations.py,sha256=Hy75lSnbw3uPQWD1xf1I_kJGRQD5IIdanCoeE2CYSMM,10524
49
+ coralnet_toolbox/IO/QtExportTagLabAnnotations.py,sha256=JL4r1a6_PUjCzWQjMxOzxtkF2gyqIttpD14OxEcW-dA,11330
49
50
  coralnet_toolbox/IO/QtExportTagLabLabels.py,sha256=e6OL8UNtLRAJrovfs1cxVz0k2bHuJXdVmO-A0OVpgSk,3164
50
51
  coralnet_toolbox/IO/QtExportViscoreAnnotations.py,sha256=AUTzVB-N9uwlQPSds74YXyPVZzEHph7HDq01R88OBJY,19166
51
52
  coralnet_toolbox/IO/QtImportAnnotations.py,sha256=LYFmlsANRTdQqcQsIXfbWiTGNJcaeIzsi9dHdUANfzk,8317
@@ -54,11 +55,11 @@ coralnet_toolbox/IO/QtImportCoralNetLabels.py,sha256=FKOawTboEEAC7M8KbyEtX7fXOoF
54
55
  coralnet_toolbox/IO/QtImportFrames.py,sha256=7azCV-0dYTeySeXvlcawzwxswXNzxHU3u3nnaA0VoWs,45774
55
56
  coralnet_toolbox/IO/QtImportImages.py,sha256=apgv16dzcg-j6ugimvG_Houtu3m--Y9jyAZgB-k7BrQ,4260
56
57
  coralnet_toolbox/IO/QtImportLabels.py,sha256=_xzm-TDoFVgAbjdBwvOscVskPcLN_z054P5IkT73ohU,3291
57
- coralnet_toolbox/IO/QtImportTagLabAnnotations.py,sha256=os4D7SLy6BkzZ1DlWSA_QOoREXUuji0I7XGZS1az5GQ,12321
58
+ coralnet_toolbox/IO/QtImportTagLabAnnotations.py,sha256=AH970q5HYiBLfud8NHxxcfm58pyOX5qwic3x4bF5GlQ,12781
58
59
  coralnet_toolbox/IO/QtImportTagLabLabels.py,sha256=cCqFBOrAlnbiOL0xFY8G_FSTmeVsnYWh-bmVE-rfg0k,3927
59
60
  coralnet_toolbox/IO/QtImportViscoreAnnotations.py,sha256=TYlDzCLMXizoHFRiaofNdE-t9Cr7sJGj5NFsVUi6cjU,11871
60
- coralnet_toolbox/IO/QtOpenProject.py,sha256=aiQ8J7ROv8D1cPaMRaRr7arMxou4_-w5IJ7fTzWNS1o,15841
61
- coralnet_toolbox/IO/QtSaveProject.py,sha256=TRUfg9AnyHe79mqNzV4Pzw60RVd65xEjxzBb_-ttzXM,11397
61
+ coralnet_toolbox/IO/QtOpenProject.py,sha256=1nsntv5mlC6hmtLbquebIOuTAn6wNNgJVZTCulp14LQ,15060
62
+ coralnet_toolbox/IO/QtSaveProject.py,sha256=g7Uydya1Rcvh6GX3NfpQUgyZzs0wUDq1sJnmihx-8cM,10441
62
63
  coralnet_toolbox/IO/__init__.py,sha256=M3KH90zIoOVoPu1nDS-gvoVV3O24S_KM-4CvxXR-nfw,1538
63
64
  coralnet_toolbox/Icons/1.png,sha256=Ygcz3idjoa-RNaPXQXbHfw853DhnpD6iBa3nNFVimJ4,180
64
65
  coralnet_toolbox/Icons/2.png,sha256=S7cRq3avukptAyhk3gE6Mcfy4dNsTSu0BAhqN5KxZXw,260
@@ -134,12 +135,12 @@ coralnet_toolbox/MachineLearning/EvaluateModel/QtClassify.py,sha256=EsUBbSxcoOym
134
135
  coralnet_toolbox/MachineLearning/EvaluateModel/QtDetect.py,sha256=i9Xy6564ChWKvHga-VOmzKtbXybt8eq9E8pGgGU69qY,2253
135
136
  coralnet_toolbox/MachineLearning/EvaluateModel/QtSegment.py,sha256=4SYBwo8B83XgYeS29PFB95Lz5xANuBpu-4dWN17jeQA,2250
136
137
  coralnet_toolbox/MachineLearning/EvaluateModel/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
137
- coralnet_toolbox/MachineLearning/ExportDataset/QtBase.py,sha256=sS5FRSDYzBJOKHcOss3P_gGBKI4ufUDjararVuzhRhQ,29654
138
+ coralnet_toolbox/MachineLearning/ExportDataset/QtBase.py,sha256=PZH5eb2cFVLR3DRx2rxzfg9F3zDBCvWoq6R6ALm0BuI,29653
138
139
  coralnet_toolbox/MachineLearning/ExportDataset/QtClassify.py,sha256=5LB8m2zJ24hjcvOL3uorGdqoZf2bpPxqB18THQlkh4Q,9669
139
140
  coralnet_toolbox/MachineLearning/ExportDataset/QtDetect.py,sha256=ptZ0rUoZ1Tc0RGjKuXU15ZTM87m3gO8vLu6I7w5PVgs,6669
140
141
  coralnet_toolbox/MachineLearning/ExportDataset/QtSegment.py,sha256=7sDczfciPPbGgMdb6D9pZn27DHs_Spg1bd-bc9_hI7Y,6696
141
142
  coralnet_toolbox/MachineLearning/ExportDataset/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
142
- coralnet_toolbox/MachineLearning/ImportDataset/QtBase.py,sha256=xRYutV3GUHqMLFaw79_x_7ED6el8mzohwDd3L7_h2ao,23950
143
+ coralnet_toolbox/MachineLearning/ImportDataset/QtBase.py,sha256=2dy9KirW-LlN0SILlq1LGvAYGutlSnWqVHnPFeJN32Q,25261
143
144
  coralnet_toolbox/MachineLearning/ImportDataset/QtDetect.py,sha256=1YQFAgfuPUUZ18fXbvs4GP9Mrp_-9kfeDdmJHEA5e7I,1121
144
145
  coralnet_toolbox/MachineLearning/ImportDataset/QtSegment.py,sha256=D4bef57dCQa4nJWf8cUphrUILvbfT-a34C-rgpxi814,1163
145
146
  coralnet_toolbox/MachineLearning/ImportDataset/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -159,7 +160,7 @@ coralnet_toolbox/MachineLearning/TuneModel/QtDetect.py,sha256=fqnYHiJcuU1W9uiOJh
159
160
  coralnet_toolbox/MachineLearning/TuneModel/QtSegment.py,sha256=2ShgQaeiT9D3G_o4MXXuOUpaJUhhRXEyr16bQp3oAfQ,3172
160
161
  coralnet_toolbox/MachineLearning/TuneModel/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
161
162
  coralnet_toolbox/MachineLearning/TuneModel/tuner.py,sha256=AiX-ozWE9sg5kyO3rvt86VobjRiYqoGk2nB4FvrI8ZI,36929
162
- coralnet_toolbox/MachineLearning/VideoInference/QtBase.py,sha256=EwVUzS9Ls-lcIyKEvONKMyW-90Bjo0HG-m0XLh3pMbw,21204
163
+ coralnet_toolbox/MachineLearning/VideoInference/QtBase.py,sha256=sVjNDq55qfjlb8izfeC12v0W-vtu_brDjjdkDEjATXE,21086
163
164
  coralnet_toolbox/MachineLearning/VideoInference/QtClassify.py,sha256=1L9oPtsoV8SoM922htF7xvp5HylISoJLVubRXI7kESg,5637
164
165
  coralnet_toolbox/MachineLearning/VideoInference/QtDetect.py,sha256=3z4iJ9bzdKXqQmivB73ORE6FuLApLPBUa8914t-JPnA,2765
165
166
  coralnet_toolbox/MachineLearning/VideoInference/QtInference.py,sha256=1nq-XRcg7bIMKT-fb-CpMUF7BKC71JW2D4jl1KufJ0A,37633
@@ -176,7 +177,7 @@ coralnet_toolbox/MachineLearning/VideoInference/YOLO3D/run.py,sha256=Aumo6RkwJ1w
176
177
  coralnet_toolbox/Rasters/ImageFilter.py,sha256=EhH1YoVjC29ER4qU4t9xwybeX9E012fLq04iPFfbaz4,7928
177
178
  coralnet_toolbox/Rasters/QtRaster.py,sha256=qWqhKiZbBnv0JnCQvPXx6fQYENgSA7sp3vBUj4fdnhA,18435
178
179
  coralnet_toolbox/Rasters/RasterManager.py,sha256=GuTeuty3x4k8DWZ34FQ4BTNwRfjWu0lEhv3NfF2t5u4,6534
179
- coralnet_toolbox/Rasters/RasterTableModel.py,sha256=91ZVBbHdrer6EznmtT9fVRsof0nlfmATtLIaTB-DKgA,14531
180
+ coralnet_toolbox/Rasters/RasterTableModel.py,sha256=vgSCjzqK2u_9DyRjz2ecZAUmIh9eDfcPWl8vglGg4Sc,14546
180
181
  coralnet_toolbox/Rasters/__init__.py,sha256=Pi88uDQbtWxwHfJFdlsvbkwGNhtlyM_013l8bbJlFfw,428
181
182
  coralnet_toolbox/Results/CombineResults.py,sha256=QrHyKhMrjNDtQ98PQabUflHhyv_8KXTGqU30tw9amV8,4523
182
183
  coralnet_toolbox/Results/ConvertResults.py,sha256=uh7tfJxDiH_cJHxWsr8KQQOcsfzC59-k6PQDVtl3ZaY,6015
@@ -186,11 +187,11 @@ coralnet_toolbox/Results/ResultsProcessor.py,sha256=q_UZNYggpZyY4_P6RpDLbY1ygNH4
186
187
  coralnet_toolbox/Results/__init__.py,sha256=WPdlq8aXzjrdQo5T3UqFh7jxge33iNEHiSRAmm0eJuw,630
187
188
  coralnet_toolbox/SAM/QtBatchInference.py,sha256=UyuYLfPF4JrOmmuMOzshbKDEEribV669d9LURmuu6gg,6866
188
189
  coralnet_toolbox/SAM/QtDeployGenerator.py,sha256=1zzzLuN6Dqe0tVoc3KosaFfYh39HeJ1OCOH0GvqRZDg,26550
189
- coralnet_toolbox/SAM/QtDeployPredictor.py,sha256=D1DyqjLXQDTNiLp9OVgsiI97fMFftab_goEkQvDH1DU,23516
190
+ coralnet_toolbox/SAM/QtDeployPredictor.py,sha256=m8ZmK5ZVcNHz-i7sYkW7jCa8ZAgEMtN12S21h4is-OM,23966
190
191
  coralnet_toolbox/SAM/__init__.py,sha256=Zxd75pFMrt5DfSmNNVSsQeCucIQ2rVaEiS0hT_OVIMM,293
191
192
  coralnet_toolbox/SeeAnything/QtBatchInference.py,sha256=k3aftVzva84yATB4Su5DSI0lhkHDggUg3mVAx4AHmjw,7134
192
- coralnet_toolbox/SeeAnything/QtDeployGenerator.py,sha256=uuJNf_qNXfJ2C5qBYEliOE1z6ZnXCGnVnxmXxUSgeCs,42537
193
- coralnet_toolbox/SeeAnything/QtDeployPredictor.py,sha256=3lKgtm3Wv0ygFFpiyjhAD8tlxji6P8lNtBN_pJ02zV0,26875
193
+ coralnet_toolbox/SeeAnything/QtDeployGenerator.py,sha256=OvzCDYpsT2RlfR03JBUANaQt5B7ffP6jlk0qcbYC_cw,67836
194
+ coralnet_toolbox/SeeAnything/QtDeployPredictor.py,sha256=0hjtxrKMN26XyRMoUxFKhnmcBY9vnhfndBdAhXrqGHs,24765
194
195
  coralnet_toolbox/SeeAnything/QtTrainModel.py,sha256=dQ6ZkeIr1migU-edGO-gQMENVP4o7WJsIANlSVhFK8k,28031
195
196
  coralnet_toolbox/SeeAnything/__init__.py,sha256=4OgG9-aQ6_RZ942-Ift_q-kkp14kObMT4lDIIx9YSxQ,366
196
197
  coralnet_toolbox/Tile/QtTileBatchInference.py,sha256=chSo-TOwpnAgIQpTetZnbhWQIBzbDJO01xAQ3z0-ubk,10730
@@ -201,25 +202,26 @@ coralnet_toolbox/Tile/TileDataset/QtClassify.py,sha256=JmaHxrvivp-BXAcXnzNmJYgKR
201
202
  coralnet_toolbox/Tile/TileDataset/QtDetect.py,sha256=om4Y11RSTVSGIO131kgTztnpG-biJb6KCw4i89c_d9c,670
202
203
  coralnet_toolbox/Tile/TileDataset/QtSegment.py,sha256=93tVBXqf3ehrt7i6d0MP3BnBbpVrsczrhQOuaVh8_bc,679
203
204
  coralnet_toolbox/Tile/TileDataset/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
204
- coralnet_toolbox/Tools/QtCutSubTool.py,sha256=Dpfhbv_ppuKAZFAi3aT6QApxA95AuEN2_SlIxXjYzWM,5765
205
+ coralnet_toolbox/Tools/QtCutSubTool.py,sha256=3mO8VLrS_sKuEukGQljF_gX8PMdf1za-dxudB6lyCGI,6456
205
206
  coralnet_toolbox/Tools/QtMoveSubTool.py,sha256=K5uXEGGl8nwKvGI0DBGZ8ILZsxWf22HVSfyLr0hKhuE,2165
206
207
  coralnet_toolbox/Tools/QtPanTool.py,sha256=q0g5Ryse6mIZ_Ss4qJw5NNwgoLuQQBIyQTXNFL643-s,3062
207
208
  coralnet_toolbox/Tools/QtPatchTool.py,sha256=57vFeR2jQ_VQRlMEIC_mH8NigUqOlVvmhaVkXDvd_Gw,5574
208
209
  coralnet_toolbox/Tools/QtPolygonTool.py,sha256=yxnkwK3rb52pWCq7a3iAABhHUSS_a3vkL7G7Ev0uLDA,9174
209
210
  coralnet_toolbox/Tools/QtRectangleTool.py,sha256=gYOOsn1WRHLG0YzkKmmM7OzLpuLNh8GWIZ4MloXoLDc,7218
210
- coralnet_toolbox/Tools/QtResizeSubTool.py,sha256=derPy4adRj758-xYtjL-_35yGBOjoSe_DRE48HpdQpA,5836
211
- coralnet_toolbox/Tools/QtSAMTool.py,sha256=8jrHAhumOctmKRpJuw7v54Y6wemXnenRGw-5-F8-Kqg,32571
212
- coralnet_toolbox/Tools/QtSeeAnythingTool.py,sha256=tIX_D7nOa6wPZeSBQq-qHE2DNKFl5H47wl4H2fHoI5s,38256
211
+ coralnet_toolbox/Tools/QtResizeSubTool.py,sha256=cWJDx8PEtxoCLQKuyEyZ6ccBzFKau9j1djrSSpDgaq8,6524
212
+ coralnet_toolbox/Tools/QtSAMTool.py,sha256=PKSQU0gBsbI5rDCHRs46fUsS8QDkaqYT7aF8CEreNBQ,34068
213
+ coralnet_toolbox/Tools/QtSeeAnythingTool.py,sha256=ZjqaM0At7MCB5R0wgibph75FkH2ZIePfRnXQUQko6wE,38515
213
214
  coralnet_toolbox/Tools/QtSelectSubTool.py,sha256=_FIjLhnEVY19Q87jhRKXGdghNfMBxxy_sECAIUo0BZA,3294
214
- coralnet_toolbox/Tools/QtSelectTool.py,sha256=rSzM9s7pMxrLqvcWgIcEnpEQhYHU6TbGUna8ZaamakA,19957
215
+ coralnet_toolbox/Tools/QtSelectTool.py,sha256=qAXRIGmjdzWjaH6GwhvlQSodZuFa6OnyckzNVfVDG2w,20983
215
216
  coralnet_toolbox/Tools/QtSubTool.py,sha256=H25FoFqywdi6Bl35MfpEXGrr48ZTgdRRvHMxUy1tqN4,1601
217
+ coralnet_toolbox/Tools/QtSubtractSubTool.py,sha256=u9zbkila7hJ_AEhWRM6e_z0OgGs5xqO5zbqVetvCAEU,2682
216
218
  coralnet_toolbox/Tools/QtTool.py,sha256=2MCjT151gYBN8KbsK0GX4WOrEg1uw3oeSkp7Elw1AUA,2531
217
219
  coralnet_toolbox/Tools/QtWorkAreaTool.py,sha256=ApsIiEbkyWFWKW6qnFPPnL_Wgs2xa_Edif5kZU5_n8M,22733
218
220
  coralnet_toolbox/Tools/QtZoomTool.py,sha256=F9CAoABv1jxcUS7dyIh1FYjgjOXYRI1xtBPNIR1g62o,4041
219
- coralnet_toolbox/Tools/__init__.py,sha256=218iQ8IFXIkKXiUDVYtXk9e08UY9-LhHjcryaJAanQ0,797
220
- coralnet_toolbox-0.0.73.dist-info/licenses/LICENSE.txt,sha256=AURacZ_G_PZKqqPQ9VB9Sqegblk67RNgWSGAYKwXXMY,521
221
- coralnet_toolbox-0.0.73.dist-info/METADATA,sha256=X8IhSWb4kRb_cuC9AxyVn7XsOnZXgHB5kRkv2ca91V4,18152
222
- coralnet_toolbox-0.0.73.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
223
- coralnet_toolbox-0.0.73.dist-info/entry_points.txt,sha256=oEeMoDlJ_2lq95quOeDHIx9hZpubUlSo80OLtgbcrbM,63
224
- coralnet_toolbox-0.0.73.dist-info/top_level.txt,sha256=SMWPh4_9JfB8zVpPOOvjucV2_B_hvWW7bNWmMjG0LsY,17
225
- coralnet_toolbox-0.0.73.dist-info/RECORD,,
221
+ coralnet_toolbox/Tools/__init__.py,sha256=UYStZw1eA_yJ07IVli1MYSvk0pSCs1aS169LcQo630s,867
222
+ coralnet_toolbox-0.0.74.dist-info/licenses/LICENSE.txt,sha256=AURacZ_G_PZKqqPQ9VB9Sqegblk67RNgWSGAYKwXXMY,521
223
+ coralnet_toolbox-0.0.74.dist-info/METADATA,sha256=MQd5g1S0o1V9ZkhTUe1Ky13Jk_7bK2hn4CqLL4YoFcw,15083
224
+ coralnet_toolbox-0.0.74.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
225
+ coralnet_toolbox-0.0.74.dist-info/entry_points.txt,sha256=oEeMoDlJ_2lq95quOeDHIx9hZpubUlSo80OLtgbcrbM,63
226
+ coralnet_toolbox-0.0.74.dist-info/top_level.txt,sha256=SMWPh4_9JfB8zVpPOOvjucV2_B_hvWW7bNWmMjG0LsY,17
227
+ coralnet_toolbox-0.0.74.dist-info/RECORD,,