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

correct last functional

e56f320
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Yolo tflite serving #45

correct last functional
e56f320
Select commit
Loading
Failed to load commit list.
GitHub Actions / Integration tests report in Python 3.9 succeeded Apr 2, 2024 in 0s

13 passed, 0 failed and 0 skipped

Tests passed successfully

✅ edge_orchestrator/reports/pytest/integration-tests-report.xml

13 tests were completed in 26s with 13 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
pytest 13✅ 26s

✅ pytest

tests.integration_tests.application.test_server.TestServer
  ✅ test_upload_route__should_return_expected_logs_when_received_paylod_with_binary_image
  ✅ test_get_item_metadata__should_return_expected_paylod_when_received_specific_item_id
tests.integration_tests.infrastructure.metadata_storage.test_mongodb_metadata_storage.TestMongoDbItemStorage
  ✅ test_save_item_metadata_should_write_item_metadata_in_mongo_db
  ✅ test_get_item_metadata_should_return_requested_item_metadata
  ✅ test_get_all_items_metadata_should_return_all_items
tests.integration_tests.infrastructure.model_forward.test_tf_serving_detection_wrapper.TestTFServingDetectionWrapper
  ✅ test_perform_inference_should_detected_a_cat[mobilenet_v1_640x640]
  ✅ test_perform_inference_should_detected_a_cat_and_a_dog[mobilenet_v1_640x640]
tests.integration_tests.infrastructure.model_forward.test_tflite_serving_detection_wrapper.TestTFServingDetectionWrapper
  ✅ test_perform_inference_should_detect_a_bear[mobilenet_ssd_v2_coco]
  ✅ test_perform_inference_should_detect_a_cat_and_a_dog[mobilenet_ssd_v2_coco]
tests.integration_tests.infrastructure.station_config.test_json_station_config.TestJsonStationConfig
  ✅ test_get_models_for_camera_should_return_one_model_infos_when_camera_config_has_one_model
  ✅ test_get_models_for_camera_should_return_two_model_infos_when_camera_config_has_two_models
tests.integration_tests.infrastructure.telemetry_sink.test_postgresql_telemetry_sink.TestPostgresTelemetrySink
  ✅ test_insert_and_select_query_given_one_telemetry_message
  ✅ test_timeout_error_should_be_raised_with_no_postgresql_db