In this article, I have implemented the following two functions. Read all files from a folder. Read the specific files from a folder. Read all…
The following is the example telling us how to define and use global variable in python. Note: In main function, we don’t need to add…
This article records some questions and answers about Python, OpenCV, Ubuntu, cuda, tensorflow-GPU when I worked as deep learning. Q1: An error occurs when I…
As we know. There are two methods to read video in python. One is openCV, which is very popular, but it is not easy to…