tkDNN/build$ ./test_yolo4
Not supported field: batch=1
Not supported field: subdivisions=1
Not supported field: momentum=0.949
Not supported field: decay=0.0005
Not supported field: angle=0
Not supported field: saturation = 1.5
Not supported field: exposure = 1.5
Not supported field: hue=.1
Not supported field: learning_rate=0.00261
Not supported field: burn_in=1000
Not supported field: max_batches = 500500
Not supported field: policy=steps
Not supported field: steps=400000,450000
Not supported field: scales=.1,.1
Not supported field: mosaic=1
New NETWORK (tkDNN v0.5, CUDNN v8)
CUDNN failure: CUDNN_STATUS_NOT_INITIALIZED
/gfr_ws/src/see_camera_processing/libs/tkDNN/src/Network.cpp:56
Aborting...
running on Jetson AGX Xavier in Docker image. Unsure what the issue is, it works fine outside the docker. Spent a few days trying various different methods of running Nv stuff in Docker to no avail.
So it turns out this issue that has been driving me crazy for 2 weeks is because I was linking my user into the Docker container and not running it as root. ugh.
running on Jetson AGX Xavier in Docker image. Unsure what the issue is, it works fine outside the docker. Spent a few days trying various different methods of running Nv stuff in Docker to no avail.