Merge pull request #4579 from zwfcrazy/zwf/fix_issue_3676

fix auto-annotation group_id issue (#3676)
main
Nikita Manovich 4 years ago committed by GitHub
commit 3db87b0112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -516,7 +516,7 @@ class LambdaJob:
"occluded": False,
"points": anno["points"],
"z_order": 0,
"group": None,
"group": anno["group_id"] if "group_id" in anno else None,
"attributes": attrs,
"source": "auto"
})

Loading…
Cancel
Save