Skip to content

Commit a97300e

Browse files
authored
[PLT-0] Predictions missing (#1695)
1 parent 5df3387 commit a97300e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/labelbox/src/labelbox/schema/catalog.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ def _export(self,
140140
_params.get('label_details', False),
141141
"includeInterpolatedFrames":
142142
_params.get('interpolated_frames', False),
143+
"includePredictions":
144+
_params.get('predictions', False),
143145
"projectIds":
144146
_params.get('project_ids', None),
145147
"modelRunIds":

0 commit comments

Comments
 (0)