Satyam Goyal
commited on
Commit
·
6a397da
1
Parent(s):
d1b601c
Merge pull request #95 from Satgoy152:adding-doc
Browse filesImproved help messages for demo programs (#95)
- Added Demo Documentation
- Updated help messages
- Changed exception link
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://
|
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.')
|