brianjjones opened PR #3956 from fix_layout
to main
:
Also updating the CI script to use the latest
version of OpenVINO.
abrown requested abrown for a review on PR #3956.
brianjjones updated PR #3956 from fix_layout
to main
.
abrown submitted PR review.
abrown submitted PR review.
abrown created PR review comment:
Instead of hard-coding this here, can we do this down in
set_input
by the TODO item at line 78 (with the appropriate input ID from theindex
argument)? There is a need to figure out how to allow different kinds of image layouts but for now keeping it at NHWC should be fine, especially if we keep it close to the TODO below.
brianjjones submitted PR review.
brianjjones created PR review comment:
This would require changing Arc<openvino::CNNNetwork> to Arc<Mutex<openvino::CNNNetwork>> in order to get a mutable copy of the CNNNetwork, which is needed for set_input_layout. Even doing this I'm currently still getting the parameter mismatch error moving it here. I'll try a few more things and see about removing the hard coded value.
brianjjones updated PR #3956 from fix_layout
to main
.
brianjjones updated PR #3956 from fix_layout
to main
.
brianjjones updated PR #3956 from fix_layout
to main
.
brianjjones updated PR #3956 from fix_layout
to main
.
brianjjones requested abrown for a review on PR #3956.
abrown updated PR #3956 from fix_layout
to main
.
abrown merged PR #3956.
Last updated: Nov 22 2024 at 16:03 UTC