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

Cannot Change Step in Tensorboard #7174

Open
3 tasks done
garyraise opened this issue Feb 18, 2025 · 0 comments
Open
3 tasks done

Cannot Change Step in Tensorboard #7174

garyraise opened this issue Feb 18, 2025 · 0 comments
Labels
bug Not a build issue, this is likely a bug.

Comments

@garyraise
Copy link

Checklist

Describe the issue

I'm trying to view a different step in Tensorboard with the slider bar, but it won't let me view any step except the first and I get a security error in the browser console.

Steps to reproduce the bug

writer = SummaryWriter(args.output_directory)
writer.add_3d("vis/gt", to_dict_batch([gt_pcd]), step=iter)

Error message

Refused to execute inline event handler because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-eval' 'sha256-PVZp/wXI2V6hq7T2aNiDNM+vJWIOWwNwyhE53i+6lSQ='". Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution. Note that hashes do not apply to event handlers, style attributes and javascript: navigations unless the 'unsafe-hashes' keyword is present.

Expected behavior

Should be able to view any step that's saved

Open3D, Python and System information

- Operating system: Ubuntu 20.04 
- Python version: Python 3.10.12
- Open3D version: 0.19.0
- System architecture: x86 
- Is this a remote workstation?:  no
- How did you install Open3D?: pip

Additional information

No response

@garyraise garyraise added the bug Not a build issue, this is likely a bug. label Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Not a build issue, this is likely a bug.
Projects
None yet
Development

No branches or pull requests

1 participant