Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6404 Discussions

trying to add my pre-built deploy.caffemodel and deploy.prototxt to my own project

idata
Employee
748 Views

Hey Group,

 

Anyone how a suggestion on how to add your own custom project?

 

--- I took the Caffe GoogLeNet, dumplicated it (cloned it) and it builds fine.

 

however… is this the advised path?

 

Thanks,

 

Mark D.
0 Kudos
3 Replies
idata
Employee
470 Views

@mdouglas_95136 Can you explain in more detail about what you are trying to achieve? If you are just trying to incorporate a neural network like GoogLeNet into a program of your own design, this is definitely possible with the NCSDK. You can visit https://github.com/movidius/ncsdk and look in the docs directory. There you can find the appropriate C++ and Python API documentation that you can use to to write your own program. You can also visit: https://github.com/movidius/ncappzoo to find more examples that you can modify for your own project.

0 Kudos
idata
Employee
470 Views

Thanks Tome!

 

I was wondering if there is single user support (< $1 or $2K) that could be purchased? as I am serious about getting this running on the AR<v8 platform. It's a LiDAR perception offload from our SoCs here. I tried installing on an Ubuntu 16.04 root file system… it installed a long way; however, ran into issues with Tensor framework (then bypassed… only need Caffe!) and got more errors…

 

not sure if you support aarch64 yet. I only see arm7 C API library… which I might be able to run 32bit user-space on my kernel…

 

Can you contact me via email: mark.douglas@nxp.com to discuss?

 

Thanks,

 

Mark D.
0 Kudos
idata
Employee
470 Views

I meant to type "AMRv8" platform. Thats an A72 aarch64

0 Kudos
Reply