lilipj
lilipj
I have the same problem with keras2onnx. I tried onnxmltools to do the conversion from keras to onnx, it fails, same error. But when I change the target_opset to 8...
In another test, I just called transformix Update() function, it have the same behaviour, but without error message as you can see in logs. [transformix.log](https://github.com/SuperElastix/elastix/files/15348785/transformix.log)
Hello, I've built the latest version of SimpleITK 2.3.1 from sources
Hello, I have build SimpleItk in debug mode, and re-launched my test. I can see that Elastix returns an output with a null pointer in pixelcontainer. If it can help...
Is it mandatory to set SimpleITK_INT64_PIXELIDS ?
Hello, I've made another simplified test. I've written 2 functions, one that is performing registration using sitk::ElastixImageFilter, and one that is using elastix::ElastixFilter, both with the same images and parametersfile...