BanXian Zhang

Results 7 comments of BanXian Zhang

嗯,就是自己写的脚本,失效过多。所以才想向你申请数据^-^

请问一下您下载数据之后是不是对各个类别数据进行整理过后再训练的?因为数据中有很多脏数据

This is the source of 'total',i can not find why it is None. Can you give me some suggests? def create_train_data(): train_data_path = os.path.join(data_path, 'train') images = os.listdir(train_data_path) **total** =...

The path has images on it. If there's no images, it will not show the number of the images . See my first comment , the 1/2 number of total...

I have changed all 'total' as '5635',but the same error still occurs...... And there is no 'int()' in 'data.py' ------------------------------ Creating training images... ------------------------------ Done: 0/5635 images Done: 100/5635 images...

Here is my 'data.py'. from __future__ import print_function import os import numpy as np import cv2 import pandas as pd import sys import os import os.path import string import scipy.io...

你修改了什么?只放这个看不出来哪里出错了哦