Hadi Tamimi

Results 4 comments of Hadi Tamimi

Its my code in python: a = np.array( [handLms.landmark[joint[0]].x , handLms.landmark[joint[0]].y ]) # First coord b = np.array([handLms.landmark[joint[1]].x , handLms.landmark[joint[1]].y ]) # Second coord c = np.array([handLms.landmark[joint[2]].x , handLms.landmark[joint[2]].y ])...

> > > Hey guys, > > I've been working with the 3D (live) reconstruction module for a while now and was left with a question. Let me break it...

> > Try to disable CuDNN changing USE_CUDNN=OFF and remake. > > but how can you change USE_CUDNN ? where can you execute it? By using CMake.