Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit b11883e

Browse files
Update uploader.py
1 parent 6bec262 commit b11883e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labelpandas/uploader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def create_upload_dict(client:labelboxClient, table: pandas.core.frame.DataFrame
9090
divider=divider, invert=True, detailed=True
9191
)
9292
project_id_to_ontology_index[projectId] = ontology_index
93+
print(project_id_to_ontology_index)
9394
# Initiate your upload dict, where they keys are all your dataset IDs
9495
if dataset_id:
9596
upload_dict = {dataset_id : {}}

0 commit comments

Comments
 (0)