endoreg-db 0.8.4.6__py3-none-any.whl → 0.8.4.7__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.
Potentially problematic release.
This version of endoreg-db might be problematic. Click here for more details.
- endoreg_db/management/commands/setup_endoreg_db.py +11 -7
- {endoreg_db-0.8.4.6.dist-info → endoreg_db-0.8.4.7.dist-info}/METADATA +1 -1
- {endoreg_db-0.8.4.6.dist-info → endoreg_db-0.8.4.7.dist-info}/RECORD +5 -5
- {endoreg_db-0.8.4.6.dist-info → endoreg_db-0.8.4.7.dist-info}/WHEEL +0 -0
- {endoreg_db-0.8.4.6.dist-info → endoreg_db-0.8.4.7.dist-info}/licenses/LICENSE +0 -0
|
@@ -119,13 +119,17 @@ class Command(BaseCommand):
|
|
|
119
119
|
# Try to create model metadata using configurable approach
|
|
120
120
|
model_path = self._find_model_weights_file()
|
|
121
121
|
if model_path:
|
|
122
|
-
|
|
123
|
-
"
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
122
|
+
call_command_kwargs = {
|
|
123
|
+
"model_name": default_model_name,
|
|
124
|
+
"model_meta_version": 1,
|
|
125
|
+
"image_classification_labelset_name": primary_labelset,
|
|
126
|
+
"model_path": str(model_path),
|
|
127
|
+
}
|
|
128
|
+
# Add bump_version flag if force_recreate is enabled
|
|
129
|
+
if force_recreate:
|
|
130
|
+
call_command_kwargs["bump_version"] = True
|
|
131
|
+
|
|
132
|
+
call_command("create_multilabel_model_meta", **call_command_kwargs)
|
|
129
133
|
self.stdout.write(self.style.SUCCESS("✅ AI model metadata created successfully"))
|
|
130
134
|
else:
|
|
131
135
|
self.stdout.write(self.style.WARNING("⚠️ Model weights file not found. AI features may not work properly."))
|
|
@@ -291,7 +291,7 @@ endoreg_db/management/commands/load_unit_data.py,sha256=tcux-iL-ByT2ApgmHEkLllZS
|
|
|
291
291
|
endoreg_db/management/commands/load_user_groups.py,sha256=D7SK2FvZEHoE4TIXNGCjDw5_12MH9bpGZvoS7eEv0Os,1031
|
|
292
292
|
endoreg_db/management/commands/register_ai_model.py,sha256=KixTfuQR6TUfRmzB5GOos16BFOz7NL4TzLzBkgtPPgE,2510
|
|
293
293
|
endoreg_db/management/commands/reset_celery_schedule.py,sha256=U-m_FNRTw6LAwJoT9RUE4qrhmQXm7AyFToPcHYyJpIE,386
|
|
294
|
-
endoreg_db/management/commands/setup_endoreg_db.py,sha256=
|
|
294
|
+
endoreg_db/management/commands/setup_endoreg_db.py,sha256=vwjb5jH1oBNXtLpPrthbnP1WcwXPgBMoO4K2ZMH5dEI,17886
|
|
295
295
|
endoreg_db/management/commands/start_filewatcher.py,sha256=3jESBqRiYPa9f35--zd70qQaYnyT0tzRO_b_HJuyteQ,4093
|
|
296
296
|
endoreg_db/management/commands/storage_management.py,sha256=NpToX59ndwTFNmnSoeppmiPdMvpjSHH7mAdIe4SvUoI,22396
|
|
297
297
|
endoreg_db/management/commands/summarize_db_content.py,sha256=pOIz3qbY4Ktmh0zV_DKFx971VD0pPx027gCD7a47EL0,10766
|
|
@@ -788,7 +788,7 @@ endoreg_db/views/video/video_meta.py,sha256=C1wBMTtQb_yzEUrhFGAy2UHEWMk_CbU75WXX
|
|
|
788
788
|
endoreg_db/views/video/video_processing_history.py,sha256=mhFuS8RG5GV8E-lTtuD0qrq-bIpnUFp8vy9aERfC-J8,770
|
|
789
789
|
endoreg_db/views/video/video_remove_frames.py,sha256=2FmvNrSPM0fUXiBxINN6vBUUDCqDlBkNcGR3WsLDgKo,1696
|
|
790
790
|
endoreg_db/views/video/video_stream.py,sha256=kLyuf0ORTmsLeYUQkTQ6iRYqlIQozWhMMR3Lhfe_trk,12148
|
|
791
|
-
endoreg_db-0.8.4.
|
|
792
|
-
endoreg_db-0.8.4.
|
|
793
|
-
endoreg_db-0.8.4.
|
|
794
|
-
endoreg_db-0.8.4.
|
|
791
|
+
endoreg_db-0.8.4.7.dist-info/METADATA,sha256=As-Wjo49M44FN9_ZRJOnjHwX_zZ7dtUDyDmEMLXvhRI,14719
|
|
792
|
+
endoreg_db-0.8.4.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
793
|
+
endoreg_db-0.8.4.7.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
794
|
+
endoreg_db-0.8.4.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|