leeyeehoo / CSRNet-pytorch

CSRNet: Dilated Convolutional Neural Networks for Understanding the Highly Congested Scenes
642 stars 259 forks source link

About UCF_CC_50 dataset #42

Closed Alschain closed 5 years ago

Alschain commented 5 years ago

Thanks for your previous work and your pytorch implementation!

I wonder how to train the UCF_CC_50 dataset?

With your implementation, in ShanghaiTech dataset I reach the MAE/MSE in the paper. Since I use 5-fold cross validation for UCF_CC_50 dataset but I could not get the MAE/MSE in your paper. Is there something I forgot to implement or I missed?

And could you please offer some training details or code release?

Thank you!