This website works better with JavaScript.
Home
Explore
Help
Sign In
bas
/
pagenet
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
bug fix
master
Chris
8 years ago
parent
7e38fe88fb
commit
8f810faaab
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
test_pretrained.py
+ 1
- 0
test_pretrained.py
View File
@@ -63,6 +63,7 @@ def main(args):
cv2.imwrite(out_fn, raw)
post, coords = post_process(raw)
print coords
out_fn = os.path.join(args.out_dir, f.replace('/','_')[:-4] + "_post.png")
cv2.imwrite(out_fn, post)
Write
Preview
Loading…
Cancel
Save