matrice 1.0.99129__py3-none-any.whl → 1.0.99131__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.
@@ -25,6 +25,7 @@ APP_NAME_TO_USECASE = {
25
25
  "car_part_segmentation": "car_part_segmentation",
26
26
  "weld_defect_detection" : "weld_defect_detection",
27
27
  "fruit_monitoring" : "fruit_monitoring",
28
+ "concrete_crack_detection": "concrete_crack_detection",
28
29
  }
29
30
 
30
31
  APP_NAME_TO_CATEGORY = {
@@ -54,6 +55,7 @@ APP_NAME_TO_CATEGORY = {
54
55
  "car_part_segmentation": "automobile",
55
56
  "weld_defect_detection" : "weld",
56
57
  "fruit_monitoring" : "agriculture",
58
+ "concrete_crack_detection": "general",
57
59
  }
58
60
 
59
61
  def get_usecase_from_app_name(app_name: str) -> str:
@@ -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.6
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
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: matrice
3
- Version: 1.0.99129
3
+ Version: 1.0.99131
4
4
  Summary: SDK for connecting to matrice.ai services
5
5
  Home-page: https://github.com/matrice-ai/python-sdk
6
6
  Author: Matrice.ai
@@ -127,7 +127,7 @@ matrice/deploy/utils/boundary_drawing_internal/boundary_drawing_internal.py,sha2
127
127
  matrice/deploy/utils/boundary_drawing_internal/boundary_drawing_tool.py,sha256=eY0VQGZ8BfTmR4_ThIAXaumBjh8_c7w69w-d3kta8p0,15421
128
128
  matrice/deploy/utils/boundary_drawing_internal/example_usage.py,sha256=cUBhxxsVdTQWIPvIOjCUGrhqon7ZBr5N6qNewjrTIuk,6434
129
129
  matrice/deploy/utils/post_processing/__init__.py,sha256=QaVlnp8KYxWlFabtX4dcZzGHcNL_Wf1E1usnd67sCKY,22862
130
- matrice/deploy/utils/post_processing/config.py,sha256=zSBW2KE2iXyJhhkBXrIy-5eWg9ZqGl9uuWkIvcuovCM,2874
130
+ matrice/deploy/utils/post_processing/config.py,sha256=g85b0F2RSWJbczlmaX-9vgxWd9RC3zvzaHLT7jofOjA,2977
131
131
  matrice/deploy/utils/post_processing/processor.py,sha256=_tRjlZH-HEAwT0bHDCcXkbP6Hmx0m8DD1NMmYh4xMs0,30414
132
132
  matrice/deploy/utils/post_processing/advanced_tracker/__init__.py,sha256=tAPFzI_Yep5TLX60FDwKqBqppc-EbxSr0wNsQ9DGI1o,423
133
133
  matrice/deploy/utils/post_processing/advanced_tracker/base.py,sha256=VqWy4dd5th5LK-JfueTt2_GSEoOi5QQfQxjTNhmQoLc,3580
@@ -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=0V3JUKcv2hPtAT1f3Ps-B1BrBUuPnM49qF15zyF9sh0,30208
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.99129.dist-info/licenses/LICENSE.txt,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
229
- matrice-1.0.99129.dist-info/METADATA,sha256=c6tlSbL2CnqQ7u8OApEJvluX_XZbtgqRmUNqVCQBv-k,14624
230
- matrice-1.0.99129.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
231
- matrice-1.0.99129.dist-info/top_level.txt,sha256=P97js8ur6o5ClRqMH3Cjoab_NqbJ6sOQ3rJmVzKBvMc,8
232
- matrice-1.0.99129.dist-info/RECORD,,
228
+ matrice-1.0.99131.dist-info/licenses/LICENSE.txt,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
229
+ matrice-1.0.99131.dist-info/METADATA,sha256=1373FVFc0EQXcib_UUSmACgx5Ry6RJF2PZNE71xXKug,14624
230
+ matrice-1.0.99131.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
231
+ matrice-1.0.99131.dist-info/top_level.txt,sha256=P97js8ur6o5ClRqMH3Cjoab_NqbJ6sOQ3rJmVzKBvMc,8
232
+ matrice-1.0.99131.dist-info/RECORD,,