Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to locate dataset during Training #63

Closed
alic-xc opened this issue May 22, 2021 · 2 comments
Closed

Unable to locate dataset during Training #63

alic-xc opened this issue May 22, 2021 · 2 comments

Comments

@alic-xc
Copy link

alic-xc commented May 22, 2021

HI guys,
I'm unable to train my model.

train_maskrcnn.load_pretrained_model("/kaggle/working/mask_rcnn_coco.h5")
train_maskrcnn.load_dataset("fingerling")
train_maskrcnn.train_model(num_epochs = 300, augmentation=True,  path_trained_models = "/kaggle/working")

It does not detect or load the dataset. i don't know why it got stuck at Selecting layers to train

Using resnet101 as network backbone For Mask R-CNN model
Applying Default Augmentation on Dataset
Train 0 images
Validate 0 images
Checkpoint Path: /kaggle/working
Selecting layers to train
@ayoolaolafenwa
Copy link
Owner

@alic-xc Confirm that your dataset folder is not empty. If it is not empty and the problem persists, share the dataset with me.

@alic-xc
Copy link
Author

alic-xc commented May 22, 2021

@alic-xc Confirm that your dataset folder is not empty. If it is not empty and the problem persists, share the dataset with me.

I think it is kaggle that was giving me the error. I changed to google colab and it was working fine.
Thanks

@alic-xc alic-xc closed this as completed May 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants