-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Description
您好,非常感激您的開源分享,你的Github程式非常實用! 還在學習中。
想問我製作自己的數據集(640x480圖片),訓練ICNet模型,但執行test.py分割出來的結果"顆粒感很重",是正常的嗎?
(數據有一張原圖,對應一張黑色的標籤圖(像素0,1,2,3...)存放)
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])
Metadata
Metadata
Assignees
Labels
No labels
