scorelab / LabelLab

An Image Analysis and Classification Platform for Machine Learning Researchers
Apache License 2.0
79 stars 112 forks source link

[client-backend]: Fix image name not set while uploading #631

Closed AkMo3 closed 2 years ago

AkMo3 commented 2 years ago

Description

Changes:

  1. The multipart form being sent to the backend contained an incorrect image name. We are enforcing the image_name now from the state and sending it to the backend.
  2. Added backend functionality to handle new data
  3. Fix Linting and import order of these

Fixes #629

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Test Configuration:

Also, include screenshots of app for the verification and reviewing purpose.

Checklist:

AkMo3 commented 2 years ago

@amlannandy Please find some time to review the PR.

AkMo3 commented 2 years ago

https://user-images.githubusercontent.com/69365878/158864939-e29fa7fa-d278-47c5-a762-3fbc2938371b.mp4

Demo video as required.