Satyam Goyal commited on
Commit
6a397da
·
1 Parent(s): d1b601c

Merge pull request #95 from Satgoy152:adding-doc

Browse files

Improved help messages for demo programs (#95)
- Added Demo Documentation
- Updated help messages
- Changed exception link

Files changed (1) hide show
  1. demo.py +1 -1
demo.py CHANGED
@@ -27,7 +27,7 @@ try:
27
  help_msg_backends += "; {:d}: TIMVX"
28
  help_msg_targets += "; {:d}: NPU"
29
  except:
30
- print('This version of OpenCV does not support TIM-VX and NPU. Visit https://gist.github.com/fengyuentau/5a7a5ba36328f2b763aea026c43fa45f for more information.')
31
 
32
  parser = argparse.ArgumentParser(description='Hand Pose Estimation from MediaPipe')
33
  parser.add_argument('--input', '-i', type=str, help='Path to the input image. Omit for using default camera.')
 
27
  help_msg_backends += "; {:d}: TIMVX"
28
  help_msg_targets += "; {:d}: NPU"
29
  except:
30
+ print('This version of OpenCV does not support TIM-VX and NPU. Visit https://github.com/opencv/opencv/wiki/TIM-VX-Backend-For-Running-OpenCV-On-NPU for more information.')
31
 
32
  parser = argparse.ArgumentParser(description='Hand Pose Estimation from MediaPipe')
33
  parser.add_argument('--input', '-i', type=str, help='Path to the input image. Omit for using default camera.')