FrontierQ
FrontierQ
Hello,I ran this command '!pip install -U git+https://github.com/qubvel/segmentation_models.pytorch',but it's still didn't work,can you help me?
为什么我自己写的数字,拍下来改成28*28,用来验证很容易错啊?还有输出的one_hot和需要为1吗?厦门是我的输出。 ''' ../test_images/qrh_0.png [0.10820425 0.06075585 0.05405012 0.08265415 0.0839475 0.07603313 0.11496077 0.10453177 0.09218799 0.2226745 ] -> Predict digit 9 ../test_images/qrh_1.png [0.10367583 0.17859878 0.06843033 0.07650375 0.13739616 0.06804659 0.07628669 0.12138759 0.10303307 0.06664125] ->...
博主你好,predict.py中 flatten_img = np.reshape(img, (28, 28, 1))中flatten_img 应该不是被打平了吧,这样命名容易误导啊