-
Notifications
You must be signed in to change notification settings - Fork 5
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
Problem reproducing synthesis #2
Comments
Do you have the weights downloaded and loaded to the model without error? |
Thanks for your quick reply! |
I suspect somehow the channel order of the RGB input is messed up there. Could you add these lines after line 159 Line 159 in 0219e64
and compare to what I got? https://drive.google.com/drive/folders/1JuW-xhBkRGhA9r2HVQzxtz4SvQwT8UXX?usp=sharing |
yeap, same. Do you mind to verify this line, please? If the input to the model is ok, maybe the output are not correctly stated? Line 163 in 0219e64
|
That line is the same as what I have. I also uploaded the prediction prints to the same google drive folder. You could obtain the output using the following lines (after
Also, please comment out line 17 |
Hi, I've tried this also on another Windows machine, I didn't experience the same issue as you did. I have uploaded an 'env.yml' file, you could try to create a new environment using |
Solved! I have geforce RTX-3090 CUDA sm_86 which wasn't compatible with the PyTorch version. Replaced with |
Hi, I downloaded and tested your pipeline with the data you provide here and it seems that something is failing in the synthesis, please check this out for some of the tiles in the sample TMA_40x_1. I maintained all default statements, except the corresponding paths. What do you recommend?
The text was updated successfully, but these errors were encountered: