when install caffe-ssd,Need to install nvidia driver?

if need,what is version?
thanks

Hi,

You don’t need to install any GPU driver.
The Jetson series GPU driver is integrated into the OS so you already have it after flashing.

For Caffe installation, here is a tutorial for your reference:
[url]https://devtalk.nvidia.com/default/topic/1050177/jetson-tx2/caffe-for-jetson-tx2-with-jetpack-4-2/post/5332481/#5332481[/url]

Thanks.

hellow!Thanks you so mach.

I success install cafee-ssd,but when I use

make runtest -j1

I get error,like this:

F0506 17:36:52.747298  8275 pooling_layer.cu:212] Check failed: error == cudaSuccess (48 vs. 0)  no kernel image is available for execution on the device
*** Check failure stack trace: ***
Aborted (core dumped)

can you help me? Thanks

My Makefile.config is thiss:

CUDA_ARCH := -gencode arch=compute_30,code=sm_30 \
             -gencode arch=compute_35,code=sm_35 \
             -gencode arch=compute_50,code=sm_50 \
             -gencode arch=compute_52,code=sm_52 \
             -gencode arch=compute_53,code=sm_53 \
             -gencode arch=compute_53,code=compute_53

Hello AastaLLL,
I installed it successfully!
Thanks

Good to know this : )

what performance do you get from the caffe-ssd?