dtlpy 1.74.12__py3-none-any.whl → 1.74.14__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.
dtlpy/__version__.py CHANGED
@@ -1 +1 @@
1
- version = '1.74.12'
1
+ version = '1.74.14'
@@ -1216,6 +1216,13 @@ class Annotation(entities.BaseEntity):
1216
1216
  annotation=self)
1217
1217
 
1218
1218
  self.frames[frame_num] = frame
1219
+ if not self.frames[frame_num].fixed and self.start_frame < frame_num:
1220
+ frame_last = self.frames[frame_num - 1].to_snapshot()
1221
+ frame_current = self.frames[frame_num].to_snapshot()
1222
+ frame_last.pop('frame')
1223
+ frame_current.pop('frame')
1224
+ if frame_last == frame_current:
1225
+ self.frames[frame_num]._interpolation = True
1219
1226
  self.end_frame = max(self.last_frame, frame_num)
1220
1227
  self.end_time = self.end_frame / self.fps
1221
1228
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dtlpy
3
- Version: 1.74.12
3
+ Version: 1.74.14
4
4
  Summary: SDK and CLI for Dataloop platform
5
5
  Home-page: https://github.com/dataloop-ai/dtlpy
6
6
  Author: Dataloop Team
@@ -1,5 +1,5 @@
1
1
  dtlpy/__init__.py,sha256=hH2m7d5RptSR35v2Cmq9ZY-3XqauZnNrQXCVI0r-S20,20170
2
- dtlpy/__version__.py,sha256=2oYJLqjLrdj7Re4I1qqnk-DC4YrJoCOCi4wjFxRUTkI,21
2
+ dtlpy/__version__.py,sha256=YFVOWdB6uH5_sbTmwyUuYaM8AHj7UvSm4RpyB22Hv_w,21
3
3
  dtlpy/exceptions.py,sha256=3-QaX1marJ1oCNNnEgnvqPlhHq8mVKjufI157pzxGZU,2996
4
4
  dtlpy/new_instance.py,sha256=5gyea5WNez5CN3ipn7BLWKYaTlayw_C21vDGzACSj3c,5843
5
5
  dtlpy/assets/__init__.py,sha256=AzcOoxymAF5O2ujLGtBIXWcA_AZx20Z0BzKLQsQWw94,1002
@@ -20,6 +20,7 @@ dtlpy/assets/.idea/modules.xml,sha256=VbBExagJjYlkAg5oUUSwUBzdfPCmSVyOO-w3sHivUg
20
20
  dtlpy/assets/.idea/vcs.xml,sha256=2HygA1oRAwc3VBf-irxHrX5JJG9DXuQwrN0BlubhoKY,191
21
21
  dtlpy/assets/.idea/workspace.xml,sha256=FtTtBmFX3q5vvUkKsqVG3PP2wsgjIkvCiBf9FWpT8Yw,1793
22
22
  dtlpy/assets/__pycache__/__init__.cpython-310.pyc,sha256=F4kLByEgzzoWTqUPF7wUuH41CN-1k8vSeto2v3dQDew,1112
23
+ dtlpy/assets/__pycache__/__init__.cpython-311.pyc,sha256=ReXjOZwo_AtLz_x-PhOXRSC3v_Sn7SvymglCbxYPwMw,1702
23
24
  dtlpy/assets/__pycache__/__init__.cpython-37.pyc,sha256=tnmt4-FtMW5IKzHRE0Fr8p34FkRRKlU9wgPaGQdXmIU,1100
24
25
  dtlpy/assets/__pycache__/__init__.cpython-39.pyc,sha256=dBWH2V3DPo_pvhkQbe2nvHI-PamyfSKPXP2RJ57dACs,1068
25
26
  dtlpy/assets/__pycache__/main.cpython-37.pyc,sha256=BnjE5oj43tqYyuzWMe-IUC3WlvYXsRFVsKtYuptD_C8,1719
@@ -59,7 +60,7 @@ dtlpy/dlp/dlp.py,sha256=MBtdqt1XbWtZmafolUiFa5j2Wi41Y5fMtMy-Xntu0aE,4406
59
60
  dtlpy/dlp/parser.py,sha256=GqgF4UMFTjTQH382ZpXME3NfW7rAq4Dq544BvUfm6rA,31202
60
61
  dtlpy/entities/__init__.py,sha256=Lhh3e5qBXk_CxLmWSTK6koTo-n0J_U3eyQcfu0_9nRU,4335
61
62
  dtlpy/entities/analytic.py,sha256=qQCmJlijDYGIXvvmLAjb1zWTNKn8rXMLQS_34wZyw4I,11665
62
- dtlpy/entities/annotation.py,sha256=ec48uAw0a840HP7rcIw2s2l1TeuuY_YBHuj36QzgHM8,68719
63
+ dtlpy/entities/annotation.py,sha256=VrIKa8K4O2k1q52PLN5J0wOqRu9E8hpfZBjwtIv0j8A,69115
63
64
  dtlpy/entities/annotation_collection.py,sha256=XoXfPkD6SyZzYyv1j62w_kLlYhmeYjpx-OxPrtrqdo0,30245
64
65
  dtlpy/entities/app.py,sha256=iA1E4iFEUrwaZPcdZvz1zTfk1w_z1PSueXSK_EHoHAE,4999
65
66
  dtlpy/entities/artifact.py,sha256=s23DzZpVc6QMAGvNRAuN4K3U2nKuSrY8gVD49XdyUhw,5885
@@ -224,14 +225,14 @@ dtlpy/utilities/reports/report.py,sha256=zer2AqDmmuuu_A31TjHI9yS4RnjAlIeQZ5xWzOM
224
225
  dtlpy/utilities/videos/__init__.py,sha256=erjgtnnSJYk3k9j4PGzJwu3Ohv7H7DMnKySvJUQoaQs,751
225
226
  dtlpy/utilities/videos/video_player.py,sha256=KJiMcrGo17qwaSnOF-SsccAR8BVChC_HMgTV6zW1bJ8,24670
226
227
  dtlpy/utilities/videos/videos.py,sha256=PjPx_2hwAxctoz96XBd407ds8JZpzur4Z54rtJlVO-8,22345
227
- dtlpy-1.74.12.data/scripts/dlp,sha256=R99eKZP_pZ7egsYawtuw2lRL_6b0P7spq7JpGAY3H7Y,11
228
- dtlpy-1.74.12.data/scripts/dlp.bat,sha256=2V2sDEhvV2Tm7nMoyFdIxo5ODq-msgt9LJesLoPVmX0,38
229
- dtlpy-1.74.12.data/scripts/dlp.py,sha256=MBtdqt1XbWtZmafolUiFa5j2Wi41Y5fMtMy-Xntu0aE,4406
228
+ dtlpy-1.74.14.data/scripts/dlp,sha256=R99eKZP_pZ7egsYawtuw2lRL_6b0P7spq7JpGAY3H7Y,11
229
+ dtlpy-1.74.14.data/scripts/dlp.bat,sha256=2V2sDEhvV2Tm7nMoyFdIxo5ODq-msgt9LJesLoPVmX0,38
230
+ dtlpy-1.74.14.data/scripts/dlp.py,sha256=MBtdqt1XbWtZmafolUiFa5j2Wi41Y5fMtMy-Xntu0aE,4406
230
231
  tests/features/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
231
232
  tests/features/environment.py,sha256=IknISJDbjati9A9gIcmNGh8De3llxp6-mjALpnVe1mc,8810
232
- dtlpy-1.74.12.dist-info/LICENSE,sha256=WtjCEwlcVzkh1ziO35P2qfVEkLjr87Flro7xlHz3CEY,11556
233
- dtlpy-1.74.12.dist-info/METADATA,sha256=PBZIiAQK-8wObmH6TWZjvVITi1_KIIiwPhaaFe3Bshw,2867
234
- dtlpy-1.74.12.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92
235
- dtlpy-1.74.12.dist-info/entry_points.txt,sha256=l6nDiLzvGNTQgFsKbEbd9_9rETJwki14EupJCnfrhn4,44
236
- dtlpy-1.74.12.dist-info/top_level.txt,sha256=ZWuLmQGUOtWAdgTf4Fbx884w1o0vBYq9dEc1zLv9Mig,12
237
- dtlpy-1.74.12.dist-info/RECORD,,
233
+ dtlpy-1.74.14.dist-info/LICENSE,sha256=WtjCEwlcVzkh1ziO35P2qfVEkLjr87Flro7xlHz3CEY,11556
234
+ dtlpy-1.74.14.dist-info/METADATA,sha256=BS2RJrTA64eLMEKJFVvM69GLq4DG4x5iqb1TPEAGE9I,2867
235
+ dtlpy-1.74.14.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92
236
+ dtlpy-1.74.14.dist-info/entry_points.txt,sha256=l6nDiLzvGNTQgFsKbEbd9_9rETJwki14EupJCnfrhn4,44
237
+ dtlpy-1.74.14.dist-info/top_level.txt,sha256=ZWuLmQGUOtWAdgTf4Fbx884w1o0vBYq9dEc1zLv9Mig,12
238
+ dtlpy-1.74.14.dist-info/RECORD,,
File without changes