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 dafb0de commit eed5097Copy full SHA for eed5097
fastlabel/converters.py
@@ -684,9 +684,7 @@ def get_annotation_points(anno, _):
684
}
685
686
if len(filtered_pascalvoc_objs) > 0:
687
- voc["annotation"]["object"] = list(
688
- sorted(filtered_pascalvoc_objs, key=itemgetter("name"))
689
- )
+ voc["annotation"]["object"] = filtered_pascalvoc_objs
690
691
pascalvoc.append(voc)
692
return pascalvoc
0 commit comments