-
Notifications
You must be signed in to change notification settings - Fork 68
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
VTK reading errors #12
Comments
This happens when your python
writer.SetFileVersion(42) You might still get a warning but it should work. |
this is no longer required with recent versions of mirtk and vtk if there is a mismatch between vtk version used by python and mirtk the writer should be instructed to output the old file version using writer.SetFileVersion(42) Related baiwenjia#12
Thanks - this is helpful. Saw many of your changes - have you considered merging that back into the main repository? I think many of those are much needed for this to work with current data. also, were you able to get this work with current version TF or did you have to use a past version of TF? It may be worth including a |
I'd be happy to merge my changes into the main repository. I was hesitant to create a pull request because many of these changes just make the code work with current library versions while breaking backwards compatibility. If @baiwenjia is interested, in merging anyway, I'll gladly create a pull request. It is a good idea to document working library versions. For me, the code works with my full conda environment
|
Receiving the following error when running:
Resulting in:
I have MIRTK installed and VTK package linked - not sure what is causing this error.
The text was updated successfully, but these errors were encountered: