kkhoot / PAA

A PyTorch implementation of the paper `Probabilistic Anchor Assignment with IoU Prediction for Object Detection` ECCV 2020 (https://arxiv.org/abs/2007.08103)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coco test-dev 2017

Markovcom opened this issue · comments

Hello, thank you for your nice work. I test the coco test-dev with your code, and then upload the bbox.json to the coco evaluation server. I meet the follow issues:
image

Hi, thanks for your interest!
Did you zip the bbox.json with directory names? In my experience, the server failed to load the zip file when the zip contains directory names which was specific to my system. If this is your case, then please remove them and retry.

Thank you very much, i solve it with your suggestion.