deep-person-reid icon indicating copy to clipboard operation
deep-person-reid copied to clipboard

[#Video ReID] Why image-based training beats video-based training(avg pooling) ?

Open cwpeng-cn opened this issue 4 years ago • 0 comments

I noticed that many papers mentioned that the accuracy of image-based training is lower than that based on time series average pooling. image

But I found that in your project, the image-based method is much higher than the accuracy reported by other papers.

Then I changed the image-based training in your code to time-series average pooling, but the accuracy decreased.

cwpeng-cn avatar Dec 06 '20 06:12 cwpeng-cn