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

Yolo tflite serving #45

Merged
merged 34 commits into from
Apr 2, 2024
Merged

Yolo tflite serving #45

merged 34 commits into from
Apr 2, 2024

Conversation

ThibautLeibel
Copy link
Collaborator

@ThibautLeibel ThibautLeibel commented Mar 14, 2024

Adding support to YOLO models
Adding the CNES - rocket burn detection configs & severity computation
Updating front to place boxes correctly
Updating the file storage system : files stored as <model_name>_<session_id>/data/<image_id>
Adding a "Capture Video" button on the interface

@ThibautLeibel
Copy link
Collaborator Author

ThibautLeibel commented Mar 14, 2024

Comme j'ai modifié la façon d'écrire les fichiers lors de la sauvegarde en FilesystemBinaryStorage il y a des non-conformités avec les autres systèmes.

Est-ce que je fais le même systeme pour les 4 Classes (MemoryBinaryStorage / Azure.. / GCP) ? Je fais des IF pour séparer les cas où j'ai besoin d'une input de plus ou je fais des inputs fantomes dans les autres qui seront là juste pour pas que ça coince ?

Et pour les unit test report je les commit ?

Copy link
Collaborator

@LouisonR-octo LouisonR-octo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix tests

Copy link
Collaborator

@LouisonR-octo LouisonR-octo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good job

@ThibautLeibel ThibautLeibel merged commit 5f3c7c7 into main Apr 2, 2024
19 checks passed
@ThibautLeibel ThibautLeibel deleted the yolo_tflite_serving branch April 2, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants