We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df3387 commit a97300eCopy full SHA for a97300e
libs/labelbox/src/labelbox/schema/catalog.py
@@ -140,6 +140,8 @@ def _export(self,
140
_params.get('label_details', False),
141
"includeInterpolatedFrames":
142
_params.get('interpolated_frames', False),
143
+ "includePredictions":
144
+ _params.get('predictions', False),
145
"projectIds":
146
_params.get('project_ids', None),
147
"modelRunIds":
0 commit comments