Markus J. Ankenbrand
Markus J. Ankenbrand
This happens when your python `vtk` version is more recent than the `vtk` version used for compiling `mirtk`. You probably have `vtk` version 9 in python and `vtk` 7 in...
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...
Can you verify, that `mirtk` is not only downloaded but in a location where it can be found by your shell. You can check with `which mirtk`. If the output...
In my version of `opencv`, the `cv2.findContours` only returns two values (apparently, it used to be three). The first one is no longer returned, but it was ignored anyway. So...
A similar problem was reported [elsewhere](https://github.com/openvinotoolkit/openvino/pull/11078/files), and the their fix works here, as well. ```diff @@ -50,11 +50,17 @@ tf.app.flags.DEFINE_float('weight_r', 0.1, if __name__ == '__main__': + gd = tf.MetaGraphDef() +...
I had a similar problem when creating backups on an instance with many larger files. There were timeouts when creating the zip file (file size 12 GB). Increasing the gunicorn...
That looks really useful, indeed. Going 1-by-1 would have been really tedious.
Update: all ERRORs are fixed. Now we have: ``` Status: 7 WARNINGs, 8 NOTEs ``` Again, I think the counts are underestimations :-D I will work on them, next.
Yes, I think so, too.
6 Notes are fixed. The warnings need a bit more attention. Just to be sure, to fix one of the notes I removed `ggplot2` from Imports as we already have...