Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Feng Wang bae923467b
refactor(YOLOX): refactor datasets and add demo_utils
2 years ago
..
bae923467b
refactor(YOLOX): refactor datasets and add demo_utils
2 years ago

README.md

You have to be logged in to leave a comment. Sign In

Prepare datasets

If you have a dataset directory, you could use os environment variable named YOLOX_DATADIR. Under this directory, YOLOX will look for datasets in the structure described below, if needed.

$YOLOX_DATADIR/
  COCO/

You can set the location for builtin datasets by

export YOLOX_DATADIR=/path/to/your/datasets

If YOLOX_DATADIR is not set, the default value of dataset directory is ./datasets relative to your current working directory.

Expected dataset structure for COCO detection:

COCO/
  annotations/
    instances_{train,val}2017.json
  {train,val}2017/
    # image files that are mentioned in the corresponding json

You can use the 2014 version of the dataset as well.

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...