iterative / ldb-resources

Apache License 2.0
28 stars 7 forks source link

`Get Started`: "Indexing data in various formats" section missleading #5

Open daavoo opened 2 years ago

daavoo commented 2 years ago

In https://github.com/iterative/ldb-resources/blob/main/documentation/Getting-started-with-LDB.md#indexing-data-in-various-formats there are a few misleading parts:

Alternatively, LDB also understands the scheme where multiple data objects are described in a single JSON file residing at root folder

There is no option to accomplish this (afaik).

LDB ships with a pre-processor for COCO, ImageNet, Google OpenImage, and general folder-class schemes. hese can be selected during indexing with --format argument providing the format:

There are no such options.

Additional formats can be included by writing the custom pre-processors.

It is not possible.