endoreg-db 0.8.4.5__py3-none-any.whl → 0.8.4.6__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/load_ai_model_data.py +2 -1
- {endoreg_db-0.8.4.5.dist-info → endoreg_db-0.8.4.6.dist-info}/METADATA +1 -1
- {endoreg_db-0.8.4.5.dist-info → endoreg_db-0.8.4.6.dist-info}/RECORD +5 -5
- {endoreg_db-0.8.4.5.dist-info → endoreg_db-0.8.4.6.dist-info}/WHEEL +0 -0
- {endoreg_db-0.8.4.5.dist-info → endoreg_db-0.8.4.6.dist-info}/licenses/LICENSE +0 -0
|
@@ -9,6 +9,7 @@ from ...data import (
|
|
|
9
9
|
)
|
|
10
10
|
from ...models import (
|
|
11
11
|
AiModel,
|
|
12
|
+
LabelSet, # Add LabelSet import
|
|
12
13
|
ModelMeta, # Add ModelMeta back to imports
|
|
13
14
|
ModelType,
|
|
14
15
|
VideoSegmentationLabel,
|
|
@@ -35,7 +36,7 @@ IMPORT_METADATA = {
|
|
|
35
36
|
"dir": AI_MODEL_META_DATA_DIR, # e.g. "ai_model_meta"
|
|
36
37
|
"model": ModelMeta, # e.g. ModelMeta
|
|
37
38
|
"foreign_keys": ["labelset", "model"], # Foreign key relationships
|
|
38
|
-
"foreign_key_models": [
|
|
39
|
+
"foreign_key_models": [LabelSet, AiModel], # Actual model classes
|
|
39
40
|
},
|
|
40
41
|
VideoSegmentationLabel.__name__: {
|
|
41
42
|
"dir": VIDEO_SEGMENTATION_LABEL_DATA_DIR, # e.g. "interventions"
|
|
@@ -258,7 +258,7 @@ endoreg_db/management/commands/import_report.py,sha256=vFst-NeQdL-w62yoH4kDamq-2
|
|
|
258
258
|
endoreg_db/management/commands/import_video.py,sha256=AMvgi1eN0F_hjhgnNNYIFkJtHfjalBfh2lfDxw6VTzE,17980
|
|
259
259
|
endoreg_db/management/commands/import_video_with_classification.py,sha256=ulZH5jvAWu_pJ1kI9B3hbIO1-p_BReY0zbIQDS_d9OI,14726
|
|
260
260
|
endoreg_db/management/commands/init_default_ai_model.py,sha256=98yBigGZ5gkA-b1LPcvzS5x2jAms3pX58fU-TEAcjKw,4669
|
|
261
|
-
endoreg_db/management/commands/load_ai_model_data.py,sha256=
|
|
261
|
+
endoreg_db/management/commands/load_ai_model_data.py,sha256=ba2z-0qWtweUC6iYyiusH3xGDkpkYNNlIjei3QK7YAA,2887
|
|
262
262
|
endoreg_db/management/commands/load_ai_model_label_data.py,sha256=jnm2720TsnRTBKF6guwnjLo7sropW_YoRjgyjo1TUr8,2143
|
|
263
263
|
endoreg_db/management/commands/load_base_db_data.py,sha256=0Go2cYbqfx6MBSeQaHPAq22yeJxOyX25xpmcBcE9Auw,9374
|
|
264
264
|
endoreg_db/management/commands/load_center_data.py,sha256=GQpbe7dxgbTgd66oBqrBXax-os3ibnPmCeSEFDVauPU,2570
|
|
@@ -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.6.dist-info/METADATA,sha256=yg3dFsDv-45ABqQIpubittlF5GZbQ3luaiZkeV2JoYc,14719
|
|
792
|
+
endoreg_db-0.8.4.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
793
|
+
endoreg_db-0.8.4.6.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
794
|
+
endoreg_db-0.8.4.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|