Skip to content

Commit

Permalink
missed dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasTR committed Sep 8, 2022
1 parent 99aa716 commit 97f38f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def predict(
ouput_name = os.listdir(args.output_directory + '/dummy')[0]
print(ouput_name)

return(args.output_directory + ouput_name)
return(args.output_directory + '/dummy/' + ouput_name)

if __name__ == '__main__':
p = Predictor()
Expand Down

0 comments on commit 97f38f8

Please sign in to comment.