marcelsheeny / radiate_sdk

SDK developed to access data from RADIATE dataset
MIT License
89 stars 32 forks source link

Bugs in transform_annotations function #6

Open soulertsai opened 3 years ago

soulertsai commented 3 years ago

https://github.com/marcelsheeny/radiate_sdk/blob/f8e0e42f48a03b1752e36a0c6ef6668aaab159bb/radiate.py#L587

Should this line be:

new_object['bbox']['position'][0] = new_pos[0]
new_object['bbox']['position'][1] = new_pos[1]