mmdet-rfla
mmdet-rfla copied to clipboard
The baseline experiment of Faster R-CNN
Hello, I conducted a baseline experiment on the VisDrone2019 dataset using a Faster R-CNN model with a ResNet-50 backbone and FPN, following the settings in the paper. The input size for both the training and test sets was (1333, 800), and the final average precision was 28.2%. Where did I go wrong? Why is the precision so much higher than the results reported in the paper?