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
Looks like the data layer is not reading the data set properly. Before delving into the code further, just wondering how did you run the 'example_train_slurm.sh'? The script was made to run on a cluster, where the Python (TF) environment is pre-installed. So it won't invoke your python virtual environment as per the READ.ME. Do you mind shared your version of 'example_train_slurm.sh' somewhere on git?
Thanks!
Running the 'demo.py' works fine, but running 'example_train_slurm.sh' returns the following key error:
The traceback refers to this code in "rgz_rcnn/lib/fast_rcnn/train.py":
I added the debug statement on line 214, which returns:
Suggesting that not only 'im_info' but also 'gt_boxes' is a non existent key in the data_layer.
Any suggestions on what the problem might be?
The text was updated successfully, but these errors were encountered: