Problem of training
I'm following your instructions to run to python bin/train_siamfc.py --gpu-id [gpu_id] --data-dir path/to/data/ILSVRC2015_VID_CURATION. But the system reported an error.
Traceback (most recent call last):
File "bin/train_siamfc.py", line 9, in
after running create_lmdb.py, there are two files generated: data.mdb and lock.mdb. It seems no .lmdb.
after running create_lmdb.py, there are two files generated: data.mdb and lock.mdb. It seems no .lmdb.
I guess your problem may be caused by using a different output file path for the second instruction.
python bin/create_lmdb.py --data-dir path/to/data/ILSVRC2015_VID_CURATION \
--output-dir path/to/data/ILSVRC2015_VID_CURATION.lmdb \
--num-threads 8
Plz note that the output-dir should be "*.lmdb" file-folder dir, maybe not another output file-floder dir (or just move the new file folder to the same path).