Hey I just saw your csv file the reason why the image is not loading is because of the wrong image path.
For eg:
./apple/apple(385).png
This is the path that you have entered in the csv file.
But there is no image with the name apple(385).jpg in the folder.
File path should be like ./apple/385.png since your file name is just “385”
So path should be like
./folder_name/image_name
Also 1 more thing since all your folders are inside fly folder so for your case the image path will become
./fly/apple/385.png
So the best thing would be that you just move all the files out of the fly folder and remove that fly folder.
I am preparing a correct csv file for you and will upload it here for your reference.
P.s: If you don’t want to make a csv file best method would be directly upload the Zip file without a csv file and let DLS do the rest work for you.
But remember your all the folders should be directly inside the zip folder.
Earlier 1 more mistake that you have done is that your zip is like this
|-----fly
|-----------Apple (Folder)
|-------------------------01.jpg
|-------------------------02.jpg
|-----------Ant (Folder)
|-------------------------01.jpg
|-------------------------02.jpg
Due to which label become like this
There should be no fly folder.
Your zip file should look like this:
Then only DLS will generate a csv file which gives you this output
Regards
Rajat