为tflearn准备图像数据

时间:2016-11-23 16:06:22

标签: python image tensorflow preprocessor tflearn

我想要用wp.customize( 'section_1_background_image', function( value ) { value.bind( function( newval ) { $('#wrapper-1').css('background-image', 'url("' + newval + '")' ); } ); } ); 训练模型的几千张照片。但不知何故,我有一些问题要将图像准备到正确的数据格式。我试过了tflearn,但我得到了tflearn.data_utils.image_preloader()。所以我试着编写自己的ValueError文件,但是有这么多图片我的RAM已经满了。

是否有人知道使用我自己的图像集编写CNN的好教程,示例或任何内容,以及有关如何预处理image_loader.py数据的详细信息?

1 个答案:

答案 0 :(得分:0)

Tensorflow tutorial是一个很好的起点。预处理包含在this section