I am downloading my labelbox annotations using python and the Labelbox API.
The code I wrote can be found here:
The download of the data_row works fine and I can read and request the mask-URLs (under data[i][‘projects’][PROJECT_ID][‘labels’][0][‘annotations’][‘objects’][idx][‘mask’][‘url’]) that i get from my ndjson-file. However, the masks that I can download are not updated. I made some changes of my annotations, but the masks that I can download are not the updated ones.
I tried it via the ndjson-file as well as directly via the Labelbox API client, but both ways didn’t work out.
What could be the cause for this problem?
All the best,
Stefan