During the process of making a lmdb file,we are supposed to make a train.txt
and val.txt
file,i have already made a train.txt
file which consists of the image name space its corresponding label.Ex image1.JPG 0.
Now that i have to make the val.txt
file im confused as to how do i give it its corresponding values since it is my test data and i am hoping to predict those.Can anyone tell me what thisval.txt
file is and what is it supposed to be doing.