Skip to content
Snippets Groups Projects
Commit 0271a85f authored by Schneider Leo's avatar Schneider Leo
Browse files

fix : absolute path for image dataset and DLLs

parent d45ddcaf
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ def create_dataset(bin_mz=1,tolerance=0.005,noise=1000,apex='apex',suffix='-d200
"""
label = create_antibio_dataset(suffix=suffix,base_path=base_path)
tolerance_str=str(tolerance)[2::]
for path in glob.glob(os.path.join(base_path,"/data/raw_data/**.wiff")):
for path in glob.glob(os.path.join(base_path,"data/raw_data/**.wiff")):
print(path)
species = None
#check if file exists in the label table
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment