- 博客(12)
- 收藏
- 关注
原创 猫狗大战遇到问题
1、input_data.py<ipython-input-11-216aefeda7db> in get_files(file_dir, ratio) 44 print(n_train) 45 ---> 46 tra_images = image_list[0:n_train] 47 tra_labels = label_list[0:n_t
2017-12-19 15:54:57 7337
原创 使用opencv的contours,结果发现vector原因不明的越界
好久不用opencv,重新开始使用opencv,第一次写的程序就遇到了bug。#include <opencv2/opencv.hpp>#include <opencv/cv.h>#include <opencv/highgui.h>#include <opencv2/nonfree/nonfree.hpp>#include <opencv2/legacy/legacy.hpp>#def
2017-12-03 10:21:19 1813 1
原创 测试运行object_detection出现问题汇总
一、Traceback (most recent call last): File "Data_preprocessing.py", line 11, in <module> from lxml import etreeImportError: No module named lxml少lxml模块,安装lxml模块问题解决二、Traceback (most recent call
2017-11-20 15:53:53 8590
原创 尝试运行验证码程序,遇到问题
在个人电脑上测试没有出现问题,放到台式机上测试,遇到Traceback (most recent call last): File "tensorflow_cnn_train.py", line 2, in <module> from gen_captcha import gen_captcha_text_and_image File "/home/py/文档/1.Cnn_Captc
2017-11-20 11:38:17 1316
原创 安装tensorflow+1050,运行import tensorflow出现问题
I tensorflow/stream_executor/dso_loader.cc:77] LD_LIBRARY_PATH: /opt/halcon/lib/x64-linux:/usr/local/cuda-8.0/lib64:/usr/local/cuda-8.0/extras/CUPTI/lib64::/usr/local/cuda/lib64:/usr/local/cuda/extras/
2017-11-13 18:17:39 1050
原创 吴恩达老师的公开课,简单神经网络的作业总结
定义四个变量 train_set_x shape: (209, 64, 64, 3) train_set_y shape: (1, 209) test_set_x shape: (50, 64, 64, 3) test_set_y shape: (1, 50) 分别为训练集的X,Y,测试集的X,Y。 这里有一点需要注意,作业中直接导入的文件train_catvnoncat.h5和test
2017-11-07 09:59:58 1432
原创 20170909深度学习solar测试日志
py@py-System-Product-Name:~/deep_learning/TFLearn/re$ python retrain.py –image_dir ~/20170513DP Looking for images in ‘BadDP’ Looking for images in ‘GoodDP’ 2017-09-09 16:26:23.319098: W tensorflow/
2017-09-09 16:40:40 2544
原创 halcon图像旋转
read_image(Image, '1.bmp')rgb1_to_gray (Image, ImageGray)get_image_size (ImageGray, Width, Height)*/////////////////////////////////////////标定*/////////////////////////////////////////旋转gen_disc_se
2017-07-14 09:42:51 3414
原创 利用image_retrain训练的output_graph.pb识别图片出错
运行python afterselect.py –image_file ~/552.jpg,出现问题Traceback (most recent call last): File “afterselect.py”, line 9, in image = tf.gfile.FastGFile(“home/py/552.jpg”, ‘rb’).read() File “/usr/
2017-06-30 18:08:50 1503 1
原创 运行tensorflow基本程序mnist.py
进入root后,运行,出现 AttributeError:’Cycler’ object has no attribute ‘change_key’ 经查询,cycler版本过低,利用 sudo -H python3 -m pip install –upgrade cycler 解决问题,重复运行,出现 2017-06-29 15:15:02.988781: E tensorflow/st
2017-06-29 15:43:58 1772
原创 tensorflow——调试Image_retrain出现问题二
之前利用bazel build tensorflow/examples/image_retraining:retrain,出现ErrorERROR: missing input file ‘//third_party/mpi:mpicxx.h’. ERROR: /home/py/tensorflow/tensorflow/core/kernels/BUILD:1520:1: C++ compila
2017-06-29 11:34:48 2388
原创 tensorflow——调试Image_retrain出现问题一
下载flower图片后,直接运行python tensorflow/examples/image_retraining/retrain.py出现错误:Looking for images in ‘flower’ Traceback (most recent call last): File “retrain.py”, line 1138, in tf.app.run(main=ma
2017-06-29 11:29:22 7005 2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人