Arushika Bansal

Results 2 issues of Arushika Bansal

While running notebook 'multi-person-openpose.ipynb' encountered an issue in the code t = time.time() net = cv2.dnn.readNetFromCaffe(protoFile, weightfile) net.setPreferableBackend(cv2.dnn.DNN_BACKEND_OPENCV) net.setPreferableTarget(cv2.dnn.DNN_TARGET_CPU) if device == "cpu": net.setPreferableBackend(cv2.dnn.DNN_TARGET_CPU) print("Using CPU device") elif device ==...

I find this question good as it gives an understanding of PCA which is most of the time not paid attention to by a lot of people.