소스 검색

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):


불러오는 중...
취소
저장