原创 tf.argmax()函數

argmax(input, axis=None, name=None, dimension=None, output_type=tf.int64) Returns the index with the largest value

原创 opencv-python cv2.flip 圖像翻轉

 cv2.flip  圖像翻轉 來看下函數介紹 docstring: flip(src, flipCode[, dst]) -> dst . @brief Flips a 2D array around vertical, hor