-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
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 ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix tests
edge_model_serving/tflite_serving/src/tflite_serving/utils/yolo_postprocessing.py
Show resolved
Hide resolved
edge_orchestrator/config/station_configs/rocket_burn_detection_with_1_fake_camera.json
Show resolved
Hide resolved
...dge_orchestrator/domain/models/business_rules/camera_business_rules/unexpected_label_rule.py
Outdated
Show resolved
Hide resolved
...dge_orchestrator/domain/models/business_rules/camera_business_rules/unexpected_label_rule.py
Show resolved
Hide resolved
edge_orchestrator/edge_orchestrator/infrastructure/binary_storage/filesystem_binary_storage.py
Outdated
Show resolved
Hide resolved
..._orchestrator/edge_orchestrator/infrastructure/model_forward/tf_serving_detection_wrapper.py
Outdated
Show resolved
Hide resolved
…assname instead of class index
edge_model_serving/tflite_serving/src/tflite_serving/utils/yolo_postprocessing.py
Outdated
Show resolved
Hide resolved
edge_orchestrator/edge_orchestrator/infrastructure/binary_storage/filesystem_binary_storage.py
Show resolved
Hide resolved
..._orchestrator/edge_orchestrator/infrastructure/model_forward/tf_serving_detection_wrapper.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good job
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