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 have spent hours trying to achieve the following on macOS. Install CVAT and configure it so that data can be imported with a SharePath. However, the data should then be stored on an external hard disk. This is my docker-compose.override.yml:
Now comes the strange behavior. If I do not run the following command in the terminal beforehand, CVAT does not show the SharePath folder when a new task is created.
It removes the metadata in the folder. But even if I then select the folder and choose the option “Copy data into CVAT”, I get the following error message in the console:
When copying the images to the Data folder, there seem to be problems with the metadata being recreated. Does anyone have a solution to this problem?
macOS 15.3.1
CVAT v2.32.1
The text was updated successfully, but these errors were encountered:
I have found the reason and the solution. The external hard disk should be formatted to either APFS or HFS+. If it is exFAT or FAT, then macOS creates the metadata on these file systems alongside the original files, as it is needed for the Finder, tags, Spotlight and other things. Under APFS/HFS+ this information is also created, but stored differently and linked to the file. In any case, I no longer have these problems.
Hello,
I have spent hours trying to achieve the following on macOS. Install CVAT and configure it so that data can be imported with a SharePath. However, the data should then be stored on an external hard disk. This is my docker-compose.override.yml:
I have changed this in docker-compose.yml:
Now comes the strange behavior. If I do not run the following command in the terminal beforehand, CVAT does not show the SharePath folder when a new task is created.
It removes the metadata in the folder. But even if I then select the folder and choose the option “Copy data into CVAT”, I get the following error message in the console:
When copying the images to the Data folder, there seem to be problems with the metadata being recreated. Does anyone have a solution to this problem?
macOS 15.3.1
CVAT v2.32.1
The text was updated successfully, but these errors were encountered: