EtienneCmb / visbrain

A multi-purpose GPU-accelerated open-source suite for brain data visualization
http://visbrain.org
Other
242 stars 65 forks source link

Black holes in exported images #66

Open GShimmering opened 4 years ago

GShimmering commented 4 years ago

I tried visualizing my own ROI obj:

  1. holes are observed after exporting
  2. no holes in scene.preview()

My roi image is a classification result in MNI space. So a voxel value indicates a class label, i.e., integer 1~N. ROIs are selected via: roi_custom.select_roi(list(range(1, N)), unique_color=True, smooth=3)

Same problem is observed using the demo code of screenshot: 1