endoreg-db 0.2.0__py3-none-any.whl → 0.2.2__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.
- endoreg_db/management/commands/import_legacy_videos.py +1 -1
- {endoreg_db-0.2.0.dist-info → endoreg_db-0.2.2.dist-info}/METADATA +1 -1
- {endoreg_db-0.2.0.dist-info → endoreg_db-0.2.2.dist-info}/RECORD +5 -5
- {endoreg_db-0.2.0.dist-info → endoreg_db-0.2.2.dist-info}/LICENSE +0 -0
- {endoreg_db-0.2.0.dist-info → endoreg_db-0.2.2.dist-info}/WHEEL +0 -0
|
@@ -73,4 +73,4 @@ class Command(BaseCommand):
|
|
|
73
73
|
# save the file to the video
|
|
74
74
|
video.file.save(video_name + ".mp4", django_file)
|
|
75
75
|
raise Exception("Stop here: NEED TO FIX OPENCV DEPENDENCY")
|
|
76
|
-
|
|
76
|
+
video.initialize_video_specs(cv2.VideoCapture(video.file.path))
|
|
@@ -29,7 +29,7 @@ endoreg_db/management/commands/delete_legacy_videos.py,sha256=T_e0lhsHVEgtgjfK9O
|
|
|
29
29
|
endoreg_db/management/commands/extract_legacy_video_frames.py,sha256=YiWRytW8EKqDgvy-wxt3JstHK2ErhokOIL4mzQmouVw,600
|
|
30
30
|
endoreg_db/management/commands/fetch_legacy_image_dataset.py,sha256=8QJyw25AOdCVLtbBvn7bTiIlZctEuxRmvRuNVqP7_iw,1153
|
|
31
31
|
endoreg_db/management/commands/import_legacy_images.py,sha256=IcBmihG9rvqC37XgMgwCwrIkYfHVFjQEWEWZaHtnMuc,3558
|
|
32
|
-
endoreg_db/management/commands/import_legacy_videos.py,sha256=
|
|
32
|
+
endoreg_db/management/commands/import_legacy_videos.py,sha256=OHFTNb53RtznRyVay88vo83fkfafTiwTgUMieI70NX4,2732
|
|
33
33
|
endoreg_db/management/commands/load_active_model_data.py,sha256=NpWIksrVQIyrd-ZhI_B_34NFbLJI1_vhwuN6gXc8hgQ,1337
|
|
34
34
|
endoreg_db/management/commands/load_ai_model_data.py,sha256=rjC-yK8NNr0a0TDqvGHufI27ANQYTWDkWlSEWRkubGY,1329
|
|
35
35
|
endoreg_db/management/commands/load_base_db_data.py,sha256=T31Laf1ucqHX-63M6jcaFu4pCboJjR00aIjrW9UGlOA,2719
|
|
@@ -120,7 +120,7 @@ endoreg_db/serializers/report_file.py,sha256=dsO_-zwybdhq4BWGzD2rp6u1nloZgTMa3Ll
|
|
|
120
120
|
endoreg_db/serializers/video.py,sha256=mZ2CsSxVGUXB0FR-CLjIZpE86z1tmFPXBrHbgYY3jWY,831
|
|
121
121
|
endoreg_db/tests.py,sha256=mrbGGRNg5jwbTJtWWa7zSKdDyeB4vmgZCRc2nk6VY-g,60
|
|
122
122
|
endoreg_db/views.py,sha256=xc1IQHrsij7j33TUbo-_oewy3vs03pw_etpBWaMYJl0,63
|
|
123
|
-
endoreg_db-0.2.
|
|
124
|
-
endoreg_db-0.2.
|
|
125
|
-
endoreg_db-0.2.
|
|
126
|
-
endoreg_db-0.2.
|
|
123
|
+
endoreg_db-0.2.2.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
124
|
+
endoreg_db-0.2.2.dist-info/METADATA,sha256=9dyN6Ujlv45_N_PUUvNdN_FQdD_7bOMA1nJ_N03E3oI,781
|
|
125
|
+
endoreg_db-0.2.2.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
|
126
|
+
endoreg_db-0.2.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|