Closed kcabhishek closed 4 years ago
You have to be a bit careful when using the optional_config_string: You need to escape the " characters in there. Try copying one of the example usages from the readme
Closing this for now, please reopen if needed
I tried to run python main.py configs/conv3d_sep2 "{\"task\":\"forward_tracking\",\"dataset\":\"KITTI_segtrack_feed\",\"load_epoch_no\":5,\"batch_size\":5,\"export_detections\":true,\"do_tracking\":false,\"video_tags_to_load\":[\"0002\",\"0006\",\"0007\",\"0008\",\"0010\",\"0013\",\"0014\",\"0016\",\"0018\",\"0000\",\"0001\",\"0003\",\"0004\",\"0005\",\"0009\",\"0011\",\"0012\",\"0015\",\"0017\",\"0019\",\"0020\"]}"
then it gave me this error.
Did anyone else had to deal with this error. Can anyone help me solve this? I will really appreciate it.