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

Error reading network: cannot parse future versions: 5 #71

Closed
abc67ok opened this issue Apr 2, 2019 · 4 comments
Closed

Error reading network: cannot parse future versions: 5 #71

abc67ok opened this issue Apr 2, 2019 · 4 comments

Comments

@abc67ok
Copy link

abc67ok commented Apr 2, 2019

when I use person-detection-action-recognition-teacher-0002.xml ,and the newest code of
"smart_classroom_demo" ,I get the following:
[ ERROR ] Error reading network: cannot parse future versions: 5

Do I need to upgrade something?

@snosov1
Copy link
Contributor

snosov1 commented Apr 2, 2019

Yeah.

Sorry, the models were uploaded a little bit earlier than the upcoming release itself. Once it's out (hopefully, this week) you should be able to run the model. For now, you're better off using the 2018 branch.

@snosov1 snosov1 closed this as completed Apr 2, 2019
@ghost
Copy link

ghost commented Apr 2, 2019

Hi @abc67ok ,

Yes, unfortunately it's expected behavior and it looks the same as openvinotoolkit/openvino#113 . The idea is that you can't use latest version of open-model-zoo with exact 2018/R5 version of the dldt repo. You need to wait a bit to get the latest version of the dldt repo and 2019/R1 version of the openVINO dostribution toolkit released officially. Only these changes include support of latest version 5 for IR models. So, you can only use 2018/R5 version of the open-model-zoo with 2018/R5 version of the dldt (because dldt is not completely open sourced yet).

Adding f @snosov1 to inform that master version of the open-model-zoo repo can't work with latest available version (2018/R5) of the dldt repo.

@snosov1
Copy link
Contributor

snosov1 commented Apr 2, 2019

@vmatveic Slava, can you make the 2018 branch to be default for now (instead of master) ?

@alalek
Copy link

alalek commented Apr 2, 2019

@snosov1 omz default branch changed to 2018

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

3 participants