Skip to content

Commit

Permalink
change data paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Packophys authored and Packophys committed Aug 24, 2023
1 parent 7543657 commit cb37d07
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

current_dir = os.path.dirname(os.path.abspath(__file__))
functions_dir = os.path.join(
current_dir, "../src/artificial_dataset_generation")
current_dir, "../../../src/artificial_dataset_generation")
script_path = os.path.join(functions_dir, "utils.py")
dataset_path = os.path.join(current_dir, "ressources/data_gen")
dataset_path = os.path.join(current_dir, "../../ressources/data_gen")
background_dataset_path = os.path.join(
current_dir, "ressources/background_images")
current_dir, "../../ressources/background_images")
result_dataset_path = os.path.join(
current_dir, "ressources/artificial_data")
current_dir, "../../ressources/artificial_data")
result_images_path = os.path.join(
result_dataset_path, "images")
result_labels_path = os.path.join(
Expand Down

0 comments on commit cb37d07

Please sign in to comment.