When I running the terminal:
python3 test_net.py --dataset vg --net HKRM --load_dir /home/feng/HKRM/save --checksession 325 --checkepoch 12 --checkpoint 21985
problem:
FileNotFoundError: [Errno 2] No such file or directory: '/data/Detection/vg/objects_val.json'
And CUDA_VISIBLE_DEVICES=0 python3 trainval_HKRM.py --dataset vg --bs 2 --nw 2 --log_dir /home/feng/HKRM/log --save_dir /home/feng/HKRM/save1 --init --net HKRM --attr_size 256 --rela_size 256 --spat_size 256
problem:
FileNotFoundError: [Errno 2] No such file or directory: '/data/Detection/vg/objects_train.json'
But the strange thing is that I have downloaded this file and put the path,Can you help me with this?thank you very much.
When I running the terminal: python3 test_net.py --dataset vg --net HKRM --load_dir /home/feng/HKRM/save --checksession 325 --checkepoch 12 --checkpoint 21985 problem: FileNotFoundError: [Errno 2] No such file or directory: '/data/Detection/vg/objects_val.json' And CUDA_VISIBLE_DEVICES=0 python3 trainval_HKRM.py --dataset vg --bs 2 --nw 2 --log_dir /home/feng/HKRM/log --save_dir /home/feng/HKRM/save1 --init --net HKRM --attr_size 256 --rela_size 256 --spat_size 256 problem: FileNotFoundError: [Errno 2] No such file or directory: '/data/Detection/vg/objects_train.json' But the strange thing is that I have downloaded this file and put the path,Can you help me with this?thank you very much.