You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement the code on a custom dataset and followed the necessary step.
My dataset directory consists of: train_ids.csv - containing the names of all images (128x128 in .jpg form) test_ids.csv - an image filename aus_openface.pkl - in the following format:
and imgs folder containing all training + one test image.
Whenever I execute bash launch/run_train.sh I keep getting above-mentioned error. I'm not sure why code is detecting null dataset. Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to implement the code on a custom dataset and followed the necessary step.
My
dataset
directory consists of:train_ids.csv
- containing the names of all images (128x128 in .jpg form)test_ids.csv
- an image filenameaus_openface.pkl
- in the following format:and
imgs
folder containing all training + one test image.Whenever I execute
bash launch/run_train.sh
I keep getting above-mentioned error. I'm not sure why code is detecting null dataset. Any help would be appreciated.The text was updated successfully, but these errors were encountered: