MAT 썸네일형 리스트형 [tensorflow] how to use the pre-trained network ** pre-trained network를 사용하여 inference하기 **** transfer learning ** In this post, I will show you how to use the pre-trained network, which is saved in the format of matfile.Acturally, the matfile just contains the filter weights of the convolutional layers and fully connected layers of the trained network as numpy arrary. So you need to know the structure of the network in advance. This post is .. 더보기 [tensorflow] how to save the filter weights of the trained network as matfile ** 학습한 network를 읽어서 mat 파일 형식으로 저장하기 ** ** transfer training In this post, I will show you how to save the filter weights of the trained network as mat file format.First, you need to read the following post. 2017/07/18 - [Deep Learning] - [tensorflow] how to save trained network2017/07/18 - [Deep Learning] - [tensorflow] how to freeze trained network (make one pb file)2017/07/18 - [Deep Learning.. 더보기 [NYU depth] How to read NYU depth dataset in python NYU depth v2 dataset can be downloaded from http://cs.nyu.edu/~silberman/datasets/nyu_depth_v2.html They provide images and corresponding depth-map (aligned and in-painted) for training and testing. The data is stored in the format of mat. The following code shows how to read the images and corresponding depth-map in python. Enjoy. // CODES ////////////////////////////////////// import skimage.i.. 더보기 이전 1 다음