Ofir Abramovich
Ofir Abramovich
Try to disable CuDNN changing USE_CUDNN=OFF and remake.
Thanks for the reply. I have followed the instructions with no success... Going CUHK03 class, dataset_url is None. during runtime it fails in line 36 `self.download_dataset(self.dataset_dir, self.dataset_url)` but since `self.dataset_url...
Thank you! This sure clears thing out :)
replace with ``m = cv2.estimateAffinePartial2D(prev_pts, curr_pts)[0]``
I manually decoded and mapped the result string to class labels (which does not seems intuitive). However, the results where sometimes close but not exact, here's some examples which the...