Katsuya Hyodo
                                            Katsuya Hyodo
                                        
                                    https://github.com/PINTO0309/PINTO_model_zoo
First, check your version of OpenVINO. Remember to modify the paths listed in your .bashrc, depending on your OpenVINO version. **2019 R1** ```console $ cd ~ $ nano .bashrc source...
```console $ source ~/.bashrc ```
Do not use the super user. (#)
```console $ echo $PYTHONPATH ```
Fixed by 677b5a9a7d23b113c57b863f980541fad87bf69b
Just replace all indents with spaces. Do not use "TAB". `inconsistent use of tabs and spaces in indentation`
I don't know the structure of the model you created, so it is difficult to answer.
```cpp for (unsigned int i = 0; i < objects.size(); ++i) { ```
YoloV2 has very different preprocessing and postprocessing logic. Please refer to the link below and replace C++ program with Python. And add an implementation of OpenVINO. It is not so...