I am trying this code for Speed hump/bump detection:
import numpy as np
from tensorflow.python.framework import ops
import cv2
np.random.seed(1)<