Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

About the COCO DataSet #59

@fangpengcheng95

Description

@fangpengcheng95

1 :
I download the COCO(2014) dataset from cocodataset.org website,that has the following file structure:
_ train2014
| |_ .jpg
| |_ ...
| |_ .jpg
|_ val2014
|_ test2014
|_ annotations
|_ instances_train2014.json
|_ instances_val2014.json
|_ captions_train2014.json
|_ captions_val2014.json
|_ person_keypoints_train2014.json
|_ person_keypoints_val2014.json
|_ image_info_test2014.json

compare with the coco dataset that define in your Detectron/lib/datasets/data/README.md
coco
|_ coco_train2014
| |_ .jpg
| |_ ...
| |_ .jpg
|_ coco_val2014
|_ ...
|_ annotations
|_ instances_train2014.json
|_ ...

should i just change the name of the directory from "train2014" to "coco_train2014" && "val2014" to "coco_val2014" && "test2014" to "coco_test2014", does this work?

2:
where can i get the dataset COCO Minival?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions