Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a database (PostgreSQL?) for labels #51

Open
mrdbourke opened this issue Jan 12, 2023 · 1 comment
Open

Create a database (PostgreSQL?) for labels #51

mrdbourke opened this issue Jan 12, 2023 · 1 comment
Labels
database Issues to do with Nutrify's database(s) labelling Data labelling issue relating to the annotation or improvement of a dataset.

Comments

@mrdbourke
Copy link
Owner

Right now labels live in CSV file which gets updated with new labels and continually updated and renamed/modified every time a label correction run is done (fix_labels.py).

Perhaps a database would be better suited to this over time?

Just update the rows indexed by image_id (which is a UUID) with new values each time there's a major labelling change?

@mrdbourke mrdbourke added labelling Data labelling issue relating to the annotation or improvement of a dataset. database Issues to do with Nutrify's database(s) labels Jan 12, 2023
@shivan-s
Copy link

shivan-s commented Jan 12, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Issues to do with Nutrify's database(s) labelling Data labelling issue relating to the annotation or improvement of a dataset.
Projects
None yet
Development

No branches or pull requests

2 participants