When you are building face recognition model using deep learning, you have to build a train set, gallery set and probe set to evaluate the performance of your model. In this tutorial, we will introduce these three sets.
When running python script in linux, we may want to save all python print() output into a text file. In this tutorial, we will introduce you how to do.