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

Error on prediction #2

Open
brunotakara opened this issue Feb 8, 2024 · 0 comments
Open

Error on prediction #2

brunotakara opened this issue Feb 8, 2024 · 0 comments

Comments

@brunotakara
Copy link

brunotakara commented Feb 8, 2024

Hello, I was facing an error when running the prediction command

met-seg -i Inference/Mets/Scan\ 1 -i Inference/Preds/Scan\ 1 -c Inference/checkpoints/3d_
model.pth -device cpu

Figured out that -i should be replaced by -o and I commented the input level dropout in met-seg at line 237

#p = counter/4
#factor = p/(1 - p)
#inp = inp*factor

It worked well, and took 6min 56seg on cpu. Thanks for sharing your project!

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

1 participant