Closed Srijita173 closed 6 years ago
Include a '/' at the end of your directory name ! Use this :
img_folder_path = "/home/nikhitha/Srijita_work/GAN/image_folder/images/"
seg_folder_path = "/home/nikhitha/Srijita_work/GAN/segmentation_folder/masks/"
Thankyou so much @jeya-maria-jose , I just missed that ...
I have tried changing the paths respectively
idlist_img_name = "list_of_img_ids.txt" idlist_seg_name = "list_of_seg_ids.txt" img_folder_path = "/home/nikhitha/Srijita_work/GAN/image_folder/images" seg_folder_path = "/home/nikhitha/Srijita_work/GAN/segmentation_folder/masks"
the text files are kept in the folder GAN where the train.py file is also kept.
list_of_img_ids.txt is written in the following way
1.png 2.png 3.png 4.png 5.png 6.png 7.png 8.png
... ....
Can you please provide me with the solution to this problem , @jeya-maria-jose it will of great help if you also provide me some insights on this .
Thankyou in Advance .