You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
path = https://www.youtube.com/embed/X3Iwe_d5AVk
I am trying to change the displayed window of the result in the file "detect.py". But I do not change to the specified one, and I print the size specified in the link.
if platform.system() == 'Linux' and p not in windows:
windows.append(p)
cv2.namedWindow(str(p), cv2.WINDOW_NORMAL | cv2.WINDOW_KEEPRATIO) # allow window resize (Linux)
cv2.resizeWindow('str(p), 800, 600)
cv2.imshow(str(p), im0)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
path = https://www.youtube.com/embed/X3Iwe_d5AVk
I am trying to change the displayed window of the result in the file "detect.py". But I do not change to the specified one, and I print the size specified in the link.
Beta Was this translation helpful? Give feedback.
All reactions