Ghustwb / MobileNet-SSD-TensorRT

Accelerate mobileNet-ssd with tensorRT
188 stars 91 forks source link

Failed to build, which BLAS lib does this project need? #15

Closed dolmens closed 5 years ago

dolmens commented 5 years ago

As the subject. I'm trying to build on Jetson TX2.

/home/nvidia/MobileNet-SSD-TensorRT/mathFunctions.h:8:19: fatal error: cblas.h: No such file or directory
Ghustwb commented 5 years ago

Can you post the error message?

dolmens commented 5 years ago

I installed libblas-dev and libgoogle-glog-dev, then accomplished the building. closed.