Skip to content
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

How do I make inference? #14

Open
sergiocanar opened this issue Oct 15, 2024 · 4 comments
Open

How do I make inference? #14

sergiocanar opened this issue Oct 15, 2024 · 4 comments

Comments

@sergiocanar
Copy link

After training the model, I'm encountering difficulties when attempting to test the model and visualize the predictions. Specifically, after running inference on the data, Im not able to match the results you guys showed in your repository.

@bnavard
Copy link
Collaborator

bnavard commented Oct 15, 2024

Hello, can you please give more detail on what you do during the prediction and what data you used for it ?

@sergiocanar
Copy link
Author

Sure! Im using Brats2017 that you guys uploaded in the repository. And after I pass one of the modalities.pt through the model I get the logits, but Im unsure to how obtain the final segmentation volume to visualize it.

@bnavard
Copy link
Collaborator

bnavard commented Nov 6, 2024

Which code are you using ? Can you put it here ?

@sergiocanar
Copy link
Author

Sure! Its in my forked repo but this is how I extract the volumes from the logits
inference.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants