BSI-OFIQ / OFIQ-Project

Open Source Facial Image Quality
Other
38 stars 12 forks source link

unused variable #30

Closed maddin200 closed 3 months ago

maddin200 commented 3 months ago

OFIQlib\modules\segmentations\src\ONNXRTSegmentation.cpp line 114 Code: int64_t number_of_input_elements = expected_image_number_of_channels expected_image_width expected_image_height; // <- value not used // define shape std::array<int64_t, 4> inputShape2 = {1, expected_image_number_of_channels, expected_image_height, expected_image_width}; m_inputShape = std::move(inputShape2);

bbtams commented 3 months ago

Thank you. Fixed in our local repository and will be merged with one of the upcoming PRs