FSOD-code
FSOD-code copied to clipboard
mismatch owing to pretrain model_final.pkl.
After i download the model_final.pkl, runing the model shows the issue, like "expected 4-dimensional weight (64,3,7,7) but got input size of (4,10,3,320,320)".
It seems that you set more than one query image in one GPU. The bs should be equal to the GPU number.
thanks for your reply, when i evaluate via tools/test_net.py, there is keyerror: devkit_directory. after checking, i found lossing the index of fsod dataset. so could you advise me the information about the index?