Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with the output_folder #29

Open
mosiexx opened this issue Oct 18, 2023 · 5 comments
Open

Issues with the output_folder #29

mosiexx opened this issue Oct 18, 2023 · 5 comments

Comments

@mosiexx
Copy link

mosiexx commented Oct 18, 2023

Dear Razvan,
First of all congrats for such a great tool! :) I hope my question is not redundant, but i really have issues with the output_folder. I don't understand why for the template data the output "temp" works, but when i put my own data sheet (metadata is according to the DK atlas as seen in the template data), neither the temp or a chosen directory works. I'm using the web-based tool.

Thanks already,
Moritz

@razvanmarinescu
Copy link
Owner

razvanmarinescu commented Oct 18, 2023 via email

@razvanmarinescu
Copy link
Owner

razvanmarinescu commented Oct 18, 2023 via email

@razvanmarinescu
Copy link
Owner

razvanmarinescu commented Oct 18, 2023 via email

@mosiexx
Copy link
Author

mosiexx commented Oct 19, 2023

Hello Jonathan & Razvan,
Thanks for your fast response. @razvanmarinescu I use the web-based tool in Google Colab, but unfortunately my problem persists. As soon as i change the data from template data to my data, im getting the following error
FileNotFoundError Traceback (most recent call last)
in <cell line: 9>()
7
8 # get all files (minus directories) from the specified output
----> 9 onlyfiles = [f for f in listdir(output_folder) if isfile(join(output_folder, f))]
10
11 images = []

FileNotFoundError: [Errno 2] No such file or directory: 'spaghetti'

Additionally i created a folder in the "output" section and addressed it in the code line, but every time its the same error. Maybe its something I'm doing wrong in general?

Best,
Moritz

@mosiexx
Copy link
Author

mosiexx commented Oct 19, 2023

Dear authors,

I fixed my issue. It was the .csv which made a lot of trouble with my data. With using a converter i solved the problem. The output works very fine now, so please feel free to close the issue.

Thanks and best,
Moritz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants