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
add a environmental variable or setting to increase the maximum number of cloud storage attached files to an arbitrarily large number.
Context
I have many more than 500 images to label. Creating multiple tasks to include all the images is difficult. There is no way to know how many images I selected when checking a folder.
Your Environment
v 2.4.6 release tar, docker compose -f docker-compose.yml -f components/serverless/docker-compose.serverless.yml up on ubuntu 22.04 x86. Docker version 24.0.2, build cb74dfc
The text was updated successfully, but these errors were encountered:
My actions before raising this issue
Steps to Reproduce (for bugs)
Expected Behaviour
all files within the cloud storage folder are added into the task
Current Behaviour
A message pops up stating "'The maximum number of the cloud storage attached files is 500'"
https://github.com/opencv/cvat/blob/fd2575c7fba5a449232e574a1a46de7f34591c87/cvat/settings/base.py#L519
Possible Solution
add a environmental variable or setting to increase the maximum number of cloud storage attached files to an arbitrarily large number.
Context
I have many more than 500 images to label. Creating multiple tasks to include all the images is difficult. There is no way to know how many images I selected when checking a folder.
Your Environment
v 2.4.6 release tar,
docker compose -f docker-compose.yml -f components/serverless/docker-compose.serverless.yml up
on ubuntu 22.04 x86. Docker version 24.0.2, build cb74dfcThe text was updated successfully, but these errors were encountered: