このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
bas
/
pagenet
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
bug fix
master
Chris
8年前
親
222f9712e4
コミット
396e3b86b9
1個のファイルの変更
、
1行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-0
test_pretrained.py
+ 1
- 0
test_pretrained.py
ファイルの表示
@@ -67,6 +67,7 @@ def main(args):
cv2.imwrite(out_fn, raw)
post, coords = post_process(raw)
print coords.shape
for idx2 in [1, 2, 3, 0]:
fd.write('%d,%d,' % (width * coords[0][idx2][0] / 256., height * coords[0][idx2][1] / 256.))
fd.write('\n')
書き込み
プレビュー
読み込み中…
キャンセル
保存