You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, according to your description, you are using sc in preparing the dataset and are having problems is that right. This is because of the library version. I suggest you to create a new environment for data preparation. Do the following and it will work fine:
Data preprocessing environment installation (python=3.7):
您好,我在运行您的代码时遇到了一些问题,还烦请您百忙之中能帮我看一下。
'''
img = sc.imread(Tr_list[idx])
img = np.double(sc.imresize(img, [height, width, channels], interp='bilinear', mode = 'RGB'))
'''
在使用您的上面这段代码时,因为报错sc操作有问题,因此我换成了下面的代码。但是在训练时,它生成的混淆矩阵是这样的confusion_matrix: [[1309771 949]
[ 0 0]],这看起来不太对。烦请您帮忙看一下
The text was updated successfully, but these errors were encountered: