Error in running Driveworks sample_object_detector

Hi,

We have got Driveworks release0.1.2. We have build the Driveworks as per required build procedure. But when we are running the object detector sample, we are getting exception. Please see below the command we used to run the sample:

./sample_object_detector --caffe_prototxt=~/nitesh/driveworks/data/samples/detector/predict.prototxt --caffe_model=~/nitesh/driveworks/data/samples/detector/weights.caffemodel

This application is getting crashed at _glfwCreateContext()
Glf static library is already present and this application linking glf library statically but still it is getting crashed.

Please help us in resolving this issue.

Below is the System configuration:
Processor: Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz, 64 bit Octa Core
RAM: 16GB
GPU: GeForce GTX 1080

Hello SHASHSHUKLA,

Could you please try to run the application only without your network?
$ ./sample_object_detector

Could you share your build procedure in detail? Thanks.