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

Output files missing #232

Open
pshah0086 opened this issue May 14, 2021 · 1 comment
Open

Output files missing #232

pshah0086 opened this issue May 14, 2021 · 1 comment

Comments

@pshah0086
Copy link

I tried using Datapipeline to generated augmented images along with its mask. But even after successfull execution I cannot see any output folder in neither my image directory nor my labels directeory. i also tried uncommenting Pipeline.py output directory member variable and specifing output directory path. But none of the method worked. i simply cannot see my augmented images and masks anywhere.
Irony is i can visualize augmented images with its mask in Jupyter notebook using "imshow", it means augmentor worked and has generated images but i simply can't see it anywhere on my pc.

Please help if someone else also faced this issue. Thanks.

@pratikkulkarni228
Copy link

pratikkulkarni228 commented Jun 24, 2021

Yeah, I am facing the same issue. Inspite of providing an output_directory to the Pipeline constructor, it saves the outputs in the source directory appended with output .

In the Pipeline.py line 143 is where it joins input and output paths and saves augmented images to this newly created path
Weird

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