Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Choosing data format[s] for creating generic inference datasets #197

@lukeyeager

Description

@lukeyeager

[Branching discussion in #189 into separate thread]

In order to create the dataset, is it possible to have the user specify [train|val|test].txt files in the form of:
/path/to/file [y1,...,yn]
It would be nice if DIGITS could create the image and label databases from these files (in theory that would allow the user to use non-image files too).
#189 (comment)

I'd like to enable at least three methods for people to create "Generic Inference" datasets.

  1. By uploading prebuilt LMDBs (see discussion here about how many LMDBs to allow)
  2. With textfiles and a list of floats as @gheinrich mentioned above
  3. By parsing a folder
    • We could expected a .npy containing an n-dimensional label file for each image like so:
 images/
    ├── image1.png
    ├── image1.npy
    ├── image2.jpg
    └── image2.npy

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions