Chang-Ching-Li

Results 1 issues of Chang-Ching-Li

您好,非常感激您的開源分享,你的Github程式非常實用! 還在學習中。 想問我製作自己的數據集(640x480圖片),訓練**ICNet模型**,但執行test.py分割出來的結果"**顆粒感很重**",是正常的嗎? (數據有一張原圖,對應一張黑色的標籤圖(像素0,1,2,3...)存放) ![0](https://user-images.githubusercontent.com/55972088/82830989-c3564180-9ee9-11ea-92ab-1d7285ed8255.jpg) 看到這裡的輸出resize是120x160,這個能改大嗎? o_shape = Model(inputs, o).output_shape outputHeight = o_shape[1] #輸出120 outputWidth = o_shape[2] #輸出160 print("o_shape=",o_shape[1]) print("o_shape=",o_shape[2])