Hi,
I have recently developed a face detection (stage cascade of adaBoosting algorithm) system with CUDA. The program runs well on a 32 bit Windows XP system and able to detect faces correctly. However, it cannot detect any faces on a 64 bit linux system. My cuda device on Linux system is Tesla C1060 and the on windows is Quadro FX 570M. BTW, my program use a lot of pointers in the model. Is it a problem to cause the issue? Thanks you very much in advance!
Bests,
Haifeng