- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
How to build "standalone" app (for Windows) using sample demo app source code in openVINO toolkit?
I could build & run sample demo apps in openVINO toolkit. However, these executables are not standalone image and lots of library should be exists in same computer.
I want to copy only demo app executable and pre-trained model to another computer for demo preparation.
Rgds, SHK
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi SHK,
Building a "standalone" app would require to use the libraries as static links.
I have tried to do this and have yet to succeed.
I am not sure whether static linking everything is possible.
Alternatively, you could try packing the executable with its required dll files and it should be able to run.
Try placing the executable in an empty folder and try running it without setupvars.
Then try running it and it will show errors of missing dlls.
I used Search Everything software to locate the dll files, you can try using the same or any other file indexing tools.
After all the dll files are included, try running the executable again to make sure it is able to run.
When it is able to run, put your model and input file in the same folder and zip it.
The final result should be a zip file containing everything that is required to run the demo.
Regards,
Rizal
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi SHK,
Building a "standalone" app would require to use the libraries as static links.
I have tried to do this and have yet to succeed.
I am not sure whether static linking everything is possible.
Alternatively, you could try packing the executable with its required dll files and it should be able to run.
Try placing the executable in an empty folder and try running it without setupvars.
Then try running it and it will show errors of missing dlls.
I used Search Everything software to locate the dll files, you can try using the same or any other file indexing tools.
After all the dll files are included, try running the executable again to make sure it is able to run.
When it is able to run, put your model and input file in the same folder and zip it.
The final result should be a zip file containing everything that is required to run the demo.
Regards,
Rizal
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi SHK,
Intel will no longer monitor this thread since this issue has been resolved. If you need any additional information from Intel, please submit a new question.
Regards,
Rizal
