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
Create a sample dataset by referring to CamVid Format.
Import the created sample dataset into CVAT.
Confirm that the import for the CamVid format is not working properly.
Expected Behaviour
If the CamVid dataset has been created following the file structure provided in the official documentation, it should be imported to CVAT without any issues.
Current Behaviour
An error 500 occurred, and the import process is not progressing.
Possible Solution
The issue occurred due to an incorrect label filename specified in the official documentation. Changing 'labelmap.txt' to 'label_colors.txt' resolves the problem.
Context
Providing guidance on correct file names for custom formats in CamVid can prevent wasting time due to incorrect filename entries.
The text was updated successfully, but these errors were encountered:
kolonist-minjun
changed the title
Invalid file name for label in CamVid format
Invalid filename for label in CamVid format
Aug 2, 2023
My actions before raising this issue
Steps to Reproduce (for bugs)
Expected Behaviour
If the CamVid dataset has been created following the file structure provided in the official documentation, it should be imported to CVAT without any issues.
Current Behaviour
An error 500 occurred, and the import process is not progressing.
Possible Solution
The issue occurred due to an incorrect label filename specified in the official documentation. Changing 'labelmap.txt' to 'label_colors.txt' resolves the problem.
Context
Providing guidance on correct file names for custom formats in CamVid can prevent wasting time due to incorrect filename entries.
The text was updated successfully, but these errors were encountered: