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

Kernel dies while using window from fury #652

Open
Paddy-Maya opened this issue Aug 5, 2022 · 0 comments
Open

Kernel dies while using window from fury #652

Paddy-Maya opened this issue Aug 5, 2022 · 0 comments
Labels
type:Bug Fix Something isn't working

Comments

@Paddy-Maya
Copy link

Using Dipy package

I am working with diffusion MRI data and I have been using Dipy package for my studies. Recently in-order to visualize the tractography of whitematter I used fury, even time I run the following command.

`from dipy.viz import window, actor, has_fury
if has_fury:
scene = window.Scene()
scene.add(actor.peak_slicer(csa_peaks.peak_dirs,
csa_peaks.peak_values,
colors=None))

window.record(scene, out_path='csa_direction_field.png', size=(900, 900))

if interactive:
    window.show(scene, size=(800, 800))`

the kernel dies and it says that it will automatically restart, I tried almost all the solutions that I was able to find in the previous issues.
I thought maybe this might be issue with space and also tried with a new GPU
and I still get this error.

I even tried to run only a small explample that was given in
https://fury.gl/dev/auto_tutorials/01_introductory/viz_texture.html

and I get the same issue
Screenshot 2022-08-05 at 3 44 28 PM
I tried it with even the pre-release of jupyter notebook
but nothing works.

It would be great if anyone could help me

Thanks

@Paddy-Maya Paddy-Maya changed the title Kernel dies while using window Kernel dies while using window while using fury Aug 5, 2022
@Paddy-Maya Paddy-Maya changed the title Kernel dies while using window while using fury Kernel dies while using window from fury Aug 5, 2022
@WassCodeur WassCodeur added the type:Bug Fix Something isn't working label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:Bug Fix Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants