matrice 1.0.99129__py3-none-any.whl → 1.0.99130__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.
- matrice/deploy/utils/post_processing/usecases/weld_defect_detection.py +1 -1
- {matrice-1.0.99129.dist-info → matrice-1.0.99130.dist-info}/METADATA +1 -1
- {matrice-1.0.99129.dist-info → matrice-1.0.99130.dist-info}/RECORD +6 -6
- {matrice-1.0.99129.dist-info → matrice-1.0.99130.dist-info}/WHEEL +0 -0
- {matrice-1.0.99129.dist-info → matrice-1.0.99130.dist-info}/licenses/LICENSE.txt +0 -0
- {matrice-1.0.99129.dist-info → matrice-1.0.99130.dist-info}/top_level.txt +0 -0
@@ -28,7 +28,7 @@ class WeldDefectConfig(BaseConfig):
|
|
28
28
|
smoothing_window_size: int = 20
|
29
29
|
smoothing_cooldown_frames: int = 5
|
30
30
|
smoothing_confidence_range_factor: float = 0.5
|
31
|
-
confidence_threshold: float = 0.
|
31
|
+
confidence_threshold: float = 0.45
|
32
32
|
defect_categories: List[str] = field(
|
33
33
|
default_factory=lambda: ['Bad Welding', 'Crack', 'Porosity', 'Spatters', 'Good Welding', 'Reinforcement']
|
34
34
|
)
|
@@ -204,7 +204,7 @@ matrice/deploy/utils/post_processing/usecases/underwater_pollution_detection.py,
|
|
204
204
|
matrice/deploy/utils/post_processing/usecases/vehicle_monitoring.py,sha256=-Q4x0jRYrmbDPAooWbTeYr1TowtvpU5oJ-sVeqRPaM4,31193
|
205
205
|
matrice/deploy/utils/post_processing/usecases/warehouse_object_segmentation.py,sha256=5uZXTJL_A3tUEN08T-_ZQpUoJ9gqbuuMc4z2mT4sMnQ,43753
|
206
206
|
matrice/deploy/utils/post_processing/usecases/weapon_detection.py,sha256=ait-RCgmu3BH6tNAl9nZgVXO0pSu4ETjtJzN7x6ZFRY,29365
|
207
|
-
matrice/deploy/utils/post_processing/usecases/weld_defect_detection.py,sha256=
|
207
|
+
matrice/deploy/utils/post_processing/usecases/weld_defect_detection.py,sha256=b0dAJGKUofbGrwHDJfIYb4pqmvp4Y23JK09Qb-34mxg,30209
|
208
208
|
matrice/deploy/utils/post_processing/usecases/windmill_maintenance.py,sha256=G1eqo3Z-HYmGJ6oeZYrpZwhpvqQ9Lc_T-6S7BLBXHeA,40498
|
209
209
|
matrice/deploy/utils/post_processing/usecases/wound_segmentation.py,sha256=7Nbc7zUQUKdXTSv8XpPuAZLIU3Mr1RU1KyO_D3thoGk,38289
|
210
210
|
matrice/deploy/utils/post_processing/utils/__init__.py,sha256=A49ksdXL7gRwBbIUwnU2ueFDGA67qVnEW_9lItOibtk,3626
|
@@ -225,8 +225,8 @@ matrice/deployment/camera_manager.py,sha256=ReBZqm1CNXRImKcbcZ4uWAT3TUWkof1D28oB
|
|
225
225
|
matrice/deployment/deployment.py,sha256=PLIUD-PxTaC2Zxb3Y12wUddsryV-OJetjCjLoSUh7S4,48103
|
226
226
|
matrice/deployment/inference_pipeline.py,sha256=bXLgd29ViA7o0c7YWLFJl1otBUQfTPb61jS6VawQB0Y,37918
|
227
227
|
matrice/deployment/streaming_gateway_manager.py,sha256=w5swGsuFVfZIdOm2ZuBHRHlRdYYJMLopLsf2gb91lQ8,20946
|
228
|
-
matrice-1.0.
|
229
|
-
matrice-1.0.
|
230
|
-
matrice-1.0.
|
231
|
-
matrice-1.0.
|
232
|
-
matrice-1.0.
|
228
|
+
matrice-1.0.99130.dist-info/licenses/LICENSE.txt,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
|
229
|
+
matrice-1.0.99130.dist-info/METADATA,sha256=xrPDt8ng3IcxPsSmYp4Wa2Co-URJP3qGjc1MDQDhm10,14624
|
230
|
+
matrice-1.0.99130.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
231
|
+
matrice-1.0.99130.dist-info/top_level.txt,sha256=P97js8ur6o5ClRqMH3Cjoab_NqbJ6sOQ3rJmVzKBvMc,8
|
232
|
+
matrice-1.0.99130.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|