ソースを参照

bug fix

master
Chris 8年前
コミット
7e38fe88fb
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      test_pretrained.py

+ 2
- 2
test_pretrained.py ファイルの表示

@@ -37,8 +37,8 @@ def predict(network, im, output_blob, args):


def presolve(net, args):
net.blobs["data"].reshape(1, 3, args.image_size, args.image_size)
net.blobs["gt"].reshape(1, 1, args.image_size, args.image_size)
net.blobs["data"].reshape(1, 3, 256, 256)
net.blobs["gt"].reshape(1, 1, 256, 256)


def main(args):


読み込み中…
キャンセル
保存