Skip to content

CUDA illegal memory access error in gpu_raytracePrediction #5

@Spatiumensura

Description

@Spatiumensura

Testing the dart library with an adapted dart-example (DLR Justin Tracking -> only tracking the mug on live images), periodically causes "illegal memory access errors" from the gpu_raytracePrediction:

from PredictionRenderer::raytracePrediction():
gpu_raytracePrediction error: %s
an illegal memory access was encountered
...
CUDA error: an illegal memory access was encountered
from line 797 of file ./src/optimization/optimizer.cpp (CheckCudaDieOnError();)

Environment: I adapted the dart library (fixed some hard coded image resolutions) so as to use the Kinect V2 sensor with freenect2 library. Hence, the depth resolution is 512x424 and for the prediction size I use 256x212.

Is there any idea where these illegal memory access does come from?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions