LearningToCountEverything
LearningToCountEverything copied to clipboard
Experiments on CARPK
Hello I use the pre-trained model provided by you to conduct shot-3 experiments on CARPK, and the result is MAE: 43.02, RMSE: 58.12. Is this normal? How many examples are used in the CARPK experiment in the paper?
Hey, the CARPK result mentioned in the paper uses 12 exemplars(as mentioned in the paper). We randomly sample 12 exemplars from different training images, and use this fixed set of exemplars for the evaluation. Also, we do not do the test time adaption for the pertained model. I don't recall the exact 3-shot results, but it was definitely worse than the 12-shot result.
@Viresh-R Could you please release the train and inference code for CARPK?