The Read Images nodes requires an URL/URI input to work properly. As such, add a String to URI node in between the CSV Reader and the Read Images. See this example:
@zioludo is right that the File Path should contain the file extension. It’s easier to use the List Files node which automatically does this. Here you can also filter for certain file names and extensions.
I followed your instructions and also added the .png file format into the csv’s file row
but when I read the image it just shows question mark in the row instead of the image.
When I try to upload an image from my local disk D it says this error:
WARN Read Images 3:109 Failed to read image content from row ‘Row99’, url=‘D:\Universit…\Paintings_dataset\jpg2png\V_50.png’: unknown protocol: d
and when I try to open the file from Local disk C it says this:
3:109 Failed to read image content from row ‘Row0’, url=‘C:\Painting_dataset\A_1.png’: unknown protocol: c Image_reading.txt (3.8 MB)
Have you tried the List files option and filter for A_* just to test if that is working? Only other reason I could think of right now is that your images are not properly formatted as PNG.