https://thiagoalves.ai/building-webcam-streaming-applications-with-streamlit-and-opencv/
streamlit run webcam_streamlit.pyhttps://thiagoalves.ai/building-webcam-streaming-applications-with-streamlit-and-opencv/
streamlit run webcam_streamlit.py| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| """ | |
| Created on Thu Mar 29 09:57:55 2018 | |
| @author: avsthiago | |
| """ | |
| import numpy as np | |
| np.random.seed(42) |
| { | |
| "window.zoomLevel": 1, | |
| "workbench.colorTheme": "Default Light+", | |
| "python.jediEnabled": false, | |
| "python.pythonPath": "python", | |
| "python.terminal.launchArgs": [ | |
| "-c", | |
| "\"from IPython import start_ipython; start_ipython()\"", | |
| ], | |
| "files.autoSave": "afterDelay", |
| # Blender v2.78 (sub 0) OBJ File: 'somente_suporte.blend' | |
| # www.blender.org | |
| # Blender MTL File: 'somente_suporte.blend' | |
| # Material Count: 2 | |
| newmtl Dimension_Red | |
| Ns 0.000000 | |
| Ka 1.000000 1.000000 1.000000 | |
| Kd 1.000000 0.000000 0.000000 | |
| Ks 1.000000 0.000000 0.000000 |
| # Blender v2.78 (sub 0) OBJ File: 'somente_caixa.blend' | |
| # www.blender.org | |
| # Blender MTL File: 'somente_caixa.blend' | |
| # Material Count: 11 | |
| newmtl Dimension_Red | |
| Ns 0.000000 | |
| Ka 1.000000 1.000000 1.000000 | |
| Kd 1.000000 0.000000 0.000000 | |
| Ks 1.000000 0.000000 0.000000 |
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| """ | |
| Created on Thu Mar 29 09:57:55 2018 | |
| @author: avsthiago | |
| """ | |
| from keras.preprocessing.image import ImageDataGenerator | |
| import numpy as np |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| """ | |
| Created on Mon Apr 24 10:15:44 2017 | |
| @author: avsthiago, asales, rtibola | |
| """ | |
| """ | |
| Problema Original | |
| http://www.inf.pucrs.br/~emoreno/undergraduate/CC/sisop/sem12.1/material/trabalhos/TP2.pdf |