Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Save path
Browse files Browse the repository at this point in the history
  • Loading branch information
bw4sz committed Jul 22, 2019
1 parent bd0d9a9 commit 3c7f581
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analysis/predict_OSBS.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def main(DeepForest_config, model=None, args=None):
#save time for logging
dirname = datetime.now().strftime("%Y%m%d_%H%M%S")
save_path = DeepForest_config["save_image_path"] + dirname
os.makedirs(save_path)
print("save path is {}".format(save_path))

#Evaluation metrics
Expand Down

0 comments on commit 3c7f581

Please sign in to comment.