América Bueno Gómez
América Bueno Gómez
Hi!! And finally...Had you find how to fix the error?😅 Thank you very much!
Ey! Thank you very much for your reply! I built superelastix from the dev branch a days ago. I'm using Anaconda and Spyder environment for Python code. My code: `from...
Sorry, I think I haven't explained very well 🤦♀ I want to extract information of the deformationfield, either as an image, as a matrix, the pixel values... But I don't...
Thank you ver much! I didn't know some of that information (for example, to get values as a numpy array)! My error was that I wasn't assigning a value to...
> Can you post the elastix log? Use `elastixImageFilter.LogToConsole()` to generate the log. > > The salt noise is indeed an artifact of casting the float image to an unsigned...
Thank you very much! But I mean that I want to make a first prediction and I haven't got pre trained weights, so what should I do? Thanks once again!
What I want to do is segment this little region of an medical Image without pre-trained weights. Data is normalized by dividing (16^-1) because I work with 16 bit images....
Yes! I train my model with "results = model.fit(X_train, Y_train, validation_split=0.2, batch_size=30, epochs=7, callbacks=[earlystopper, checkpointer, plot_losses])"
Hi Rebecca, thanks for your reply! The info is as follow: - Operating system: windows 10 - Python version: Anaconda, python 3.6.13 - Yellowbrick 1.2 - Scikit-learn 0.24.2 Thank you...