whatcanisay-k / Center-and-Scale-Prediction-CSP-Pytorch

Pytorch implementation of CSP
22 stars 7 forks source link

test on other images #6

Open gangsterless opened 4 years ago

gangsterless commented 4 years ago

I test your pretrained model on my own dataset, but got very bad result. I resize my images to (2048,1024) to fit your model. Does it have something to do with pretrained scale? what should i do when testing on images of other scale? Or train and test scale must keep the same? Looking forward to your reply

WangWenhao0716 commented 4 years ago

Maybe the paper ACSP: https://arxiv.org/abs/2002.09053 and codes: https://github.com/WangWenhao0716/Adapted-Center-and-Scale-Prediction will help.