We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15e885 commit 5d95a50Copy full SHA for 5d95a50
platforms/winpack_dldt/build_package.py
@@ -402,7 +402,8 @@ def package_sources(self):
402
rm_one(os.path.join(package_opencv, item))
403
404
with open(str(self.package_dir / 'README.md'), 'w') as f:
405
- f.write('See licensing/copying statements in "build/etc/licenses"')
+ f.write('See licensing/copying statements in "build/etc/licenses"\n')
406
+ f.write('Wiki page: https://github.com/opencv/opencv/wiki/Intel%27s-Deep-Learning-Inference-Engine-backend\n')
407
408
log.info('Package OpenCV sources - DONE')
409
0 commit comments