nesting: Added ability to display tensors of any rank as multiple windows. Added to readme. lowered opencv_python requirement due to char* assertion bug.
@ -14,7 +14,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
readme=f.read()
REQUIRES=[
'opencv_python == 4.0.0.21',
'opencv_python == 3.4.5.20',
'localpubsub == 0.0.3',
'numpy == 1.16.1'
]
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.