You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use client.task.create() to create the task and then task.upload_data to add images that are located in a cloud storage (s3). Now I want to add contextual images (https://docs.cvat.ai/docs/manual/advanced/contextual-images). It seems like I can achieve this by creating a jsonl manifest specifying related images for each sample. Is this the recommended approach? I am not using a manifest file today, so I am wondering if there is another way using the API.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I use
client.task.create()
to create the task and thentask.upload_data
to add images that are located in a cloud storage (s3). Now I want to add contextual images (https://docs.cvat.ai/docs/manual/advanced/contextual-images). It seems like I can achieve this by creating a jsonl manifest specifying related images for each sample. Is this the recommended approach? I am not using a manifest file today, so I am wondering if there is another way using the API.Beta Was this translation helpful? Give feedback.
All reactions