VisualComputingInstitute / TrackR-CNN

TrackR-CNN baseline method for Multi-Object Tracking and Segmentation (MOTS)
MIT License
520 stars 110 forks source link

AssertionError: usage: main.py #94

Closed kcabhishek closed 4 years ago

kcabhishek commented 4 years ago

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.

errcnn

Did anyone else had to deal with this error. Can anyone help me solve this? I will really appreciate it.

ahnonay commented 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

ahnonay commented 4 years ago

Closing this for now, please reopen if needed