# Input Nifti Folder dir_path = os.path.join('') ## Output embedding directory output_dir = "" os.makedirs(output_dir, exist_ok=True) Fill in the path dir_path and output_dir can you give me an example