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

RGB images not being saved #225

Closed
arjunrao796123 opened this issue Feb 25, 2021 · 4 comments
Closed

RGB images not being saved #225

arjunrao796123 opened this issue Feb 25, 2021 · 4 comments
Assignees

Comments

@arjunrao796123
Copy link

My images, both RGB and semantic images, were being saved in the respective folder.
Now only the sematic segmentation images are being saved. I have checked the 'Save RGB to disk option' but the folder for RGB images is still empty.
Anything else I can change or adjust?
Thanks in advance.

@mkamalza
Copy link
Collaborator

Hi,

There aren't any other settings besides the one you mentioned. Have there been any changes to your project that could have caused this? Also, does the console show any errors?

@arjunrao796123
Copy link
Author

arjunrao796123 commented Feb 26, 2021

Hi,

There aren't any other settings besides the one you mentioned. Have there been any changes to your project that could have caused this? Also, does the console show any errors?

It was working up to a point and then it suddenly stopped saving the images. I do not think I made changes to any camera script. I was just working on creating new background and foreground classes.
For now, I have just started a new project and I am not facing the issue. I am constantly monitoring the image folder now after every change I make. The console is not showing any errors.

@mkamalza
Copy link
Collaborator

mkamalza commented Mar 1, 2021

There is one potential issue that could be causing this. There is a renderer feature that is added to the Forward Renderer asset during runtime, and sometimes this feature is not properly removed after you stop playback. This can cause rgb images to stop being produced. To check, open the Forward Renderer asset in your project, and make sure the only Renderer Feature that is added is Ground Truth Renderer Feature. If there is another one, remove it.

@arjunrao796123
Copy link
Author

This fixed the problem. I changed it to only one renderer feature and the RGB images are now being saved.
Thank you.

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