Skip to content

Commit

Permalink
add thresh_csv
Browse files Browse the repository at this point in the history
  • Loading branch information
kamata1729 committed Apr 7, 2019
1 parent c7d2f40 commit 88c2bcc
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 41 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ __pycache__
sample_private/
template_private/
result*
thresh_template_private.csv
make_csv.ipynb
95 changes: 54 additions & 41 deletions qatm_pytorch.ipynb

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions thresh_template.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
,path,thresh
0,template/template1_dummy.png,0.7
1,template/template1_2.png,0.7
2,template/template1_3.png,0.7
3,template/template1_4.png,0.7
4,template/template1_1.png,0.7

0 comments on commit 88c2bcc

Please sign in to comment.