image-segmentation-keras
image-segmentation-keras copied to clipboard
FileNotFoundError: [Errno 2] No such file or directory: ' dataset1/images_prepped_train/'
Why when I try to run this code I get error
FileNotFoundError: [Errno 2] No such file or directory: ' dataset1/images_prepped_train/'
even the folder exists
!python -m keras_segmentation train
--checkpoints_path="path_to_checkpoints"
--train_images=" dataset1/images_prepped_train/"
--train_annotations="dataset1/annotations_prepped_train/"
--val_images="dataset1/images_prepped_test/"
--val_annotations="dataset1/annotations_prepped_test/"
--n_classes=50
--input_height=320
--input_width=640
--model_name="resnet50_unet"
i see a space in train_images=" dataset1/images_prepped_train/"
. I think that could be causing the issue.
@divamgupta thanks it works now In which folder can I find the predicted output images?
and i try to get the IoU scores but i get this i don't understand it
1it [00:03, 3.60s/it]immmmmmmmmmmmmmm 2it [00:04, 2.64s/it]immmmmmmmmmmmmmm 3it [00:04, 1.95s/it]immmmmmmmmmmmmmm 4it [00:04, 1.47s/it]immmmmmmmmmmmmmm 5it [00:05, 1.14s/it]immmmmmmmmmmmmmm 6it [00:05, 1.08it/s]immmmmmmmmmmmmmm 7it [00:05, 1.28it/s]immmmmmmmmmmmmmm 8it [00:06, 1.51it/s]immmmmmmmmmmmmmm 9it [00:06, 1.67it/s]immmmmmmmmmmmmmm 10it [00:07, 1.40it/s]