INFINIQ-AI1 / RISF

official implementation of "Re-scoring using image-language similarity for few-shot object detection" CVIU, April 2024
Other
9 stars 0 forks source link

Evaluation #5

Open qjh666888 opened 1 week ago

qjh666888 commented 1 week ago

Doesn't the evaluation require passing in a weight file

INFINIQ-AI1 commented 1 week ago

Please enter the trained weights into the config file.

======= config file ====== BASE: "../Base-RCNN.yaml" MODEL: WEIGHTS: "_WEIGHTPATH" ... ... ...

qjh666888 commented 1 week ago

BASE: "../Base-RCNN.yaml" MODEL: WEIGHTS: "model_final.pth"

The Weights in fsod_10shot_ded0.yaml are pre trained weights If I want to evaluate the weight of fine-tuning, where should the weight of fine-tuning be placed