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 9c12a71 commit 8ad6e2cCopy full SHA for 8ad6e2c
src/superannotate/lib/core/usecases/models.py
@@ -494,8 +494,10 @@ def execute(self):
494
all_projects_df["itemName"].isin(self._image_list)
495
]
496
497
+
498
all_projects_df.query("type == '" + self._instance_type + "'", inplace=True)
499
500
501
def aggregate_attributes(instance_df):
502
def attribute_to_list(attribute_df):
503
attribute_names = list(attribute_df["attributeName"])
0 commit comments