facebookresearch / Detectron

FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
Apache License 2.0
26.25k stars 5.45k forks source link

Unable to download PASCAL VOC Annotations in COCO Format #977

Open hezhu1996 opened 4 years ago

hezhu1996 commented 4 years ago

PASCAL VOC Annotations in COCO Format on the following website, is there any alternative web to download it? https://storage.googleapis.com/coco-dataset/external/PASCAL_VOC.zip

which gives me:

This XML file does not appear to have any style information associated with it. The document tree is shown below.

AccessDenied Access denied.
Anonymous caller does not have storage.objects.get access to coco-dataset/external/PASCAL_VOC.zip.
LetsGoFir commented 4 years ago

Have you fixed it?

hezhu1996 commented 4 years ago

https://drive.google.com/drive/folders/1KtfQovwqE1XD4yh0aBtShrlRnhrDhLrX?usp=sharing Generated my self

LetsGoFir commented 4 years ago

https://drive.google.com/drive/folders/1KtfQovwqE1XD4yh0aBtShrlRnhrDhLrX?usp=sharing Generated my self

Thanks for a lot! I want to convert SBD to COCO format, can you tell me how do you do this briefly?

hezhu1996 commented 4 years ago

You can search in github, voc2coco and make some modification. Not sure what's SBD...

LetsGoFir commented 4 years ago

SBD

It is augmented PASCAL dataset, thanks!