deep_sort_pytorch icon indicating copy to clipboard operation
deep_sort_pytorch copied to clipboard

little question about resnet.py

Open cjliu01 opened this issue 1 year ago • 0 comments

During using it, I found that the performance of using ResNet was not better than the network used in the original paper. Finally, I found that the problem comes from the downsample ratio of the network(ResNet using 32 but original paper using 16).Therefore, I made minor modifications to the resnet.py and will commit Pull requests later.

cjliu01 avatar Jul 15 '24 14:07 cjliu01