You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for sharing this work @speed8928. However, I couldn't use the provided pre-trained model and get meaningful prediction for another area. The issues are: 1. Output is not representative of the input image and 2. Output min and max values are -0.0128 and 0.304.
Below is the inference script I made. I am using Python 3.11.10 and torch 2.5.0.
Note: The only change I made in the codebase is updating line 31 in models/net.py to x = x_block0.view(-1, 440, 440)
sample.tif from step 2 is here: sample.zip (368KB)
Thanks for sharing this work @speed8928. However, I couldn't use the provided pre-trained model and get meaningful prediction for another area. The issues are: 1. Output is not representative of the input image and 2. Output min and max values are
-0.0128
and0.304
.Below is the inference script I made. I am using Python 3.11.10 and torch 2.5.0.
Note: The only change I made in the codebase is updating line 31 in
models/net.py
tox = x_block0.view(-1, 440, 440)
sample.tif from step 2 is here: sample.zip (368KB)
The text was updated successfully, but these errors were encountered: