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

detect-inception test uses outdated model, needs update #93

Open
rahulchaphalkar opened this issue Apr 17, 2024 · 0 comments
Open

detect-inception test uses outdated model, needs update #93

rahulchaphalkar opened this issue Apr 17, 2024 · 0 comments

Comments

@rahulchaphalkar
Copy link
Contributor

The test detect-inception uses inception-ssd model, and was based on the object_detection_sample_ssd demo/sample from openvino. This demo was removed in 2021.
While updating openvino c api from 1.0 to 2.0 in this PR, since openvino-sys crate is updated to have a more recent version of openvino, this test is not ideal. We need to use models compatible with recent openvino version, and I cannot download inception-ssd model with omz_downloader.
I propose we replace detect-inception (based on object_detection_sample_ssd) with a new test based on hello_reshape_ssd and a validated model person-detection-retail-0013. Its a good candidate which does have Preprocess operations (layout, resize, etc.).
I'll update on the details of this new test here.

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

No branches or pull requests

1 participant