Guanghan / ROLO

ROLO is short for Recurrent YOLO, aimed at simultaneous object detection and tracking
Apache License 2.0
879 stars 278 forks source link

rolo_weights_file #32

Open jurajmuran321 opened 6 years ago

jurajmuran321 commented 6 years ago

I am trying to run ROLO_network_test_single.py, but I can't because of misiing weights file /u03/Guanghan/dev/ROLO-dev/model_dropout_20.ckpt Where can I get it, or can I use any other file available here instead? I tried model_demo.ckpt for available for Demo, but it didn't help,

Error output: InvalidArgumentError (see above for traceback): Unsuccessful TensorSliceReader constructor: Failed to get matching files on /u03/Guanghan/dev/ROLO-dev/output/ROLO_model/model_30_2_nd_newfit.ckpt: Not found: /u03/Guanghan/dev/ROLO-dev/output/ROLO_model; No such file or directory [[Node: save/RestoreV2_1 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_save/Const_0_0, save/RestoreV2_1/tensor_names, save/RestoreV2_1/shape_and_slices)]] [[Node: save/RestoreV2_2/_1 = _Recv[client_terminated=false, recv_device="/job:localhost/replica:0/task:0/device:GPU:0", send_device="/job:localhost/replica:0/task:0/device:CPU:0", send_device_incarnation=1, tensor_name="edge_14_save/RestoreV2_2", tensor_type=DT_FLOAT, _device="/job:localhost/replica:0/task:0/device:GPU:0"]()]]