path = glob.glob('Foto/*.jpg') x = 0 for i in path: matrix = cv2.imread(i) gray = cv2.cvtColor(matrix, cv2.COLOR_BGR2GRAY) img_mat = np.array([
I have a problem with my Angular 6 app. My app url : my-server/my-app/index.html. When the app is loaded, the url is automaticaly rewrited without the "index.
when I try to run the code in python I encounter this problem , how can I solve it? ---> 95 validation(sm_classifier, x_test_normal_s, y_n2_test, y_tes
I need to achieve something like in this question Angular 2 Dynamically insert a component into a specific DOM node without using ViewContainerRef I got a task
I have a new mouse that has the ability to scroll right and left using its scroll wheel. While this feature works on web pages, Photoshop and etc., it wouldn't
I have a simple script transforming data in a dataframe: import pandas as pd import numpy as np df = pd.DataFrame({ 'A':[123,None,456], 'B':[3698,598,N
I want to remove a canonical tag from my website. It can't be removed directly from the website since the pages are created on the fly and there are hundreds of
I am trying to access the getUserSettings method on the chrome API and always get an error that "property getUserSettings is not defined on typeof action" when