-
Notifications
You must be signed in to change notification settings - Fork 14
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
ValueError #17
Comments
This is my error: ValueError: Cannot feed value of shape (1, 512, 512, 6) for Tensor 'queue_input:0', which has shape '(?, 512, 512, 2)' This is the same mistake that I made when I used imjoy to predict pictures, I used.tif images |
Are you feeding images with 6 input channels? Could you make sure you set the correct input channel number: after these lines, https://github.com/imodpasteur/ANNA-PALM/blob/master/run_generic.py#L29-L32 if you do |
So what should I do ?Set 'input_nc default=6' in ANNA-PALM/AnetLib/base_options.py ? |
You don't need to touch AnetLib files, set |
.tif |
I didn't add any code or.py files at all, I just wanted to test my own image with the original code and see what it looked like.So what do I do?Do I still need to change it in the AnetLib file? |
I am sorry to trouble you. I am a junior undergraduate student. After seeing the paper, I felt very interesting and wanted to use my own picture to see the effect,So I hope you can help me, thank you very much! |
Sorry, I still don't get what are you trying to do. If you want to get help from others you need to at least describe your problem thoroughly. Github repos are often watched by many people, if possible, please try to avoid spamming with incomplete messages. Please try complete with the following information:
|
Hi, it may be not directly related to this, but I just made some changes to the file named |
This is my error:
ValueError: Cannot feed value of shape (1, 512, 512, 6) for Tensor 'queue_input:0', which has shape '(?, 512, 512, 2)'
This is the same mistake that I made when I used imjoy to predict pictures, I used.tif images
The text was updated successfully, but these errors were encountered: