this is the structure of CamVid 1.0 annotation from cvat. I have a folder with more than 1000 images that i need to put in that structure
it's basically folder1_path/filename_XX.jpg
folder2_path_filename_XX.jpg
in my case it should be something like this after completed:
./original/DSC_0006.jpg originalannot/DSC_0006.png
./original/DSC_0007.jpg originalannot/DSC_0007.png
./original/DSC_0008.jpg originalannot/DSC_0008.png
./original/DSC_1000.jpg originalannot/DSC_1000.png
the dot in front is just because stackoverflow won't let me post without a indent warning