Jiang Shan
Jiang Shan
soldat@soldat:~/Program/Faster-RCNN_TF$ python ./tools/demo.py --model ./data/faster_rcnn_models/VGG16_faster_rcnn_final.caffemodel Traceback (most recent call last): File "./tools/demo.py", line 11, in from networks.factory import get_network File "/home/soldat/Program/Faster-RCNN_TF/tools/../lib/networks/__init__.py", line 8, in from .VGGnet_train import VGGnet_train File "/home/soldat/Program/Faster-RCNN_TF/tools/../lib/networks/VGGnet_train.py",...
How can I transfer this project to python3, it seems this project is writen in python2, thank you.
In line 36,37 of adjust.cpp, why h and w are multiplied with KCF_PADDING? I think the size of the patch should be multiplied with (1+KCF_PADDING), thanks.
Have you tested your run_vot.m script on vot toolkit? It ran into error and I can't debug it.