-
Notifications
You must be signed in to change notification settings - Fork 334
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
Rerun as a better alternative to imshow #1511
Comments
To add to this the list, disabling logging would likely be required as well for runtime applications as well, as otherwise, users would quickly run out of RAM:) |
@Erol444: Do you mean just setting the logging SDK to be no-op? That can be done already. See the parameter |
@nikolausWest Is this working as expected, for Python as well? Similar to this issue (& my comments there), it looks like it isn't working, or perhaps there's a memory leak somewhere else. I tried it with |
Can confirm In the meantime you can use |
@teh-cmc but then how do I transfer the image to rr so it displays it? The |
@Erol444: could you give a little more details on what you are trying to achieve? I think I may have originally misinterpreted what you meant by disabling logging. |
Hi @nikolausWest , I just want the live-preview of the image/pointcloud/... without actually saving the history (logging?) by writing these objects into RAM, as otherwise it fills up the whole RAM and slows down. I hope that makes sense! |
@Erol444, alright, I understand. We use the name logging for the operation that takes data out of your program and into Rerun (whether that is a .rrd file or the Viewer). That it fills up RAM is based on two separate problems: We're working on fixing both of these right now. |
Not quite a requirement for replacing |
Superseded by #1630 |
Rerun should become a valid replacement and obvious improvement to using
cv2.imshow
,plt.imshow
, orpx.imshow
.This requires (at least):
The text was updated successfully, but these errors were encountered: