Skip to content

IOError: genfiles/results/ccnn_ucf_set_0_gt.txt not found. #10

@pasquale90

Description

@pasquale90

Hello! I could really use some help here. It seems like a file is missing. This occurs when running both test_pretrained and train. The full error printed on console is pasted below.

===================
----------------------
Preparing for Testing
======================
WARNING: Logging before InitGoogleLogging() is written to STDERR
F0505 16:57:42.508507  3719 common.cpp:66] Cannot use GPU in CPU-only Caffe: check mode.
*** Check failure stack trace: ***
./experiments/scripts/ucf_train_test.sh: line 38:  3719 Aborted                 python src/test.py --dev ${GPU_DEV} --prototxt ${DEPLOY} --caffemodel ${CAFFE_MODEL}_${IX} --cfg ${CONFIG_FILE}${IX}_cfg.yml
Traceback (most recent call last):
  File "tools/gen_ucf_results.py", line 70, in <module>
    main(sys.argv[1:])
  File "tools/gen_ucf_results.py", line 55, in main
    gt = np.loadtxt(gt_file)
  File "/home/alexp/miniconda3/envs/hydra/lib/python2.7/site-packages/numpy/lib/npyio.py", line 962, in loadtxt
    fh = np.lib._datasource.open(fname, 'rt', encoding=encoding)
  File "/home/alexp/miniconda3/envs/hydra/lib/python2.7/site-packages/numpy/lib/_datasource.py", line 266, in open
    return ds.open(path, mode, encoding=encoding, newline=newline)
  File "/home/alexp/miniconda3/envs/hydra/lib/python2.7/site-packages/numpy/lib/_datasource.py", line 624, in open
    raise IOError("%s not found." % path)
IOError: genfiles/results/ccnn_ucf_set_0_gt.txt not found.

Any hint would be appreciated.. Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions