Posts by Márcio • 19 points
2 posts
-
0
votes1
answer159
viewsA: chatbot in Whatsapp
I had the same problem, I solved it this way: from selenium.webdriver.common.keys import Keys self.caixa_de_mensagem.send_keys("Digite algum número") self.caixa_de_mensagem.send_keys(Keys.SHIFT +…
-
1
votes0
answers255
viewsQ: Roi (Region of interest) customized with Opencv and python
I detect people using Opencv and python, but I need to customize my ROI. I can only draw it rectangular, I would like a custom shape as in the picture.…