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

Gather and prepare the test data for Nachet #18

Open
Tracked by #17
MaxenceGui opened this issue Apr 9, 2024 · 1 comment · May be fixed by #19
Open
Tracked by #17

Gather and prepare the test data for Nachet #18

MaxenceGui opened this issue Apr 9, 2024 · 1 comment · May be fixed by #19

Comments

@MaxenceGui
Copy link
Collaborator

MaxenceGui commented Apr 9, 2024

Description 🚀

To be able to test Nachet's model, the data needs to be accessible and easily retrievable. Therefore, a script to get and organize (if needed) all the data before testing is important to the test workflows (similar to the jsonreader.py for Finesse).

Expected Behavior📈

The scripts will retrieve the image from the tests folder in the data storage (blob storage or database) and the image used by the user to build a large set of data to test the models with.

Steps by Steps 📋

  1. Get a connection to the data storage
  2. Retrieve the test images used to train and test the models
  3. Retrieve the image uploaded by our users
  4. Categorize the image into two distinct categories (user-images, test-images)
  5. Indicate to the users that the data gathering is done and the application is ready for testing

Effort and Impact 🏃

This issue seems to be a high effort due to the data gathering effort for the user-images. It is also high impact since the test data are essential for testing Nachet's models.

Acceptance Criteria ✅

  • The script generates a large data set divided into two categories:
    • user-images
    • test-images
  • The script uses the Nachet database integration to retrieve the images
  • The script notifies the user when the process is done

Additional Context 📌

Since this is also the first step for creating the Nachet testing application, it is expected that this task will also include the creation and the structure of Nachet's folder and documentation.

@MaxenceGui MaxenceGui added this to Nachet Apr 9, 2024
@github-project-automation github-project-automation bot moved this to Todo in Nachet Apr 9, 2024
@MaxenceGui MaxenceGui self-assigned this Apr 9, 2024
@MaxenceGui MaxenceGui changed the title Gather and prepare the test data Gather and prepare the test data for Nachet Apr 9, 2024
MaxenceGui pushed a commit that referenced this issue Apr 16, 2024
@MaxenceGui MaxenceGui linked a pull request Apr 16, 2024 that will close this issue
5 tasks
@MaxenceGui MaxenceGui moved this from Todo to In Progress in Nachet Apr 17, 2024
@MaxenceGui MaxenceGui linked a pull request Apr 17, 2024 that will close this issue
5 tasks
MaxenceGui pushed a commit that referenced this issue Apr 17, 2024
@MaxenceGui MaxenceGui removed their assignment Apr 23, 2024
@MaxenceGui
Copy link
Collaborator Author

The issue is on hold. Focus on other features for this iteration (Apr 23 to Mai 6)

@MaxenceGui MaxenceGui moved this from In Progress to on hold in Nachet Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Paused
Development

Successfully merging a pull request may close this issue.

1 participant