I am wondering where is the source code for the compiled demo_drivenet program?
I see the source code for many of the other demos in /samples/src/XXX , but I do not see the one for drivenet demo.
Also where is the the prototxt file for drivenet? (Or other architecture definitions, if its not Caffe)
Also, when using the sample_object_detector, I am able to give it various video files as well as various caffe or tensorRT models as flags and that works great. However, I am wondering how I can give it the pretrained drivenet Model that is used in the drivenet demo, I see there is a detector and detector_linux file, but I am not sure what kind of models those are and how to use them.
I have purchased a DRIVE PX 2, downloaded the DriveInstall 4.1.6.1a Linux SDK and installed everything listed there, including the driveworks-0.3. However I cannot find source codes for the samples, for example the source code of drivenet. Should I get them from somewhere else?
[EDIT] src code found at host pc /usr/local/driverworks/samples/src/ …