Skip to content
Snippets Groups Projects
Unverified Commit 77c87b71 authored by Caroline Pacheco do E. Silva's avatar Caroline Pacheco do E. Silva Committed by GitHub
Browse files

Fixed tools/fet/fet.py (#183)

parent ea6420d8
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ if not os.path.exists(path_sc):
os.makedirs(path_sc)
files_gt = [ f for f in listdir(path_gt) if isfile(join(path_gt,f)) ]
files_fg = [ f for f in listdir(path_gt) if isfile(join(path_gt,f)) ]
files_fg = [ f for f in listdir(path_fg) if isfile(join(path_fg,f)) ]
TP = .0 # True positive pixels
FP = .0 # False positive pixels
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment