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
Import the images, create a task, and start annotating
Export or backup task with images included gives the error: Error: Request failed with status code 500. "datumaro.components.errors.ItemExportError: Failed to export item ('spk_airport/RW12/221020_134008_012_FH_frame_2361', 'default')\n".
Expected Behaviour
Although the images are loaded correctly, when exporting, CVAT is looking in '/home/django/share/[image_path]'\n". which is not the correct directory C:\Users\Arman\Downloads\Compressed[image_path]
For anyone on Windows, use #1472 and make sure to use PowerShell when entering the windows path, e.g., docker volume create --name cvat_cvat_share --opt type=none --opt device=dir_path --opt o=bind
My actions before raising this issue
Steps to Reproduce (for bugs)
docker volume create --name cvat_cvat_share --opt type=none --opt device=C:\Users\Arman\Downloads\Compressed --opt o=bind
Error: Request failed with status code 500. "datumaro.components.errors.ItemExportError: Failed to export item ('spk_airport/RW12/221020_134008_012_FH_frame_2361', 'default')\n".
Expected Behaviour
Although the images are loaded correctly, when exporting, CVAT is looking in
'/home/django/share/[image_path]'\n".
which is not the correct directory C:\Users\Arman\Downloads\Compressed[image_path]Your Environment
git log -1
): 29be40ddocker version
(e.g. Docker 17.0.05): 20.10.22, build 3a2c30bThe text was updated successfully, but these errors were encountered: