Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

naming directories with the prefix "coco_" causes assertion error #169

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ Your local COCO dataset copy at `/path/to/coco` should have the following direct

```
coco
|_ coco_train2014
|_ train2014
| |_ <im-1-name>.jpg
| |_ ...
| |_ <im-N-name>.jpg
|_ coco_val2014
|_ val2014
|_ ...
|_ annotations
|_ instances_train2014.json
Expand Down