v1.0.0-rc.56

This commit is contained in:
2025-07-02 12:40:45 +02:00
parent 776065c636
commit 05e162ea5d
135 changed files with 150 additions and 140 deletions

View File

@@ -97,7 +97,7 @@ std::vector<float> NeuralNetInferenceClient::PrepareInternal(const DiffractionEx
else
x0 = start_x - (x + 1) * pool_factor + 1;
int64_t max_xp = std::min(x0 + pool_factor, ypixel);
int64_t max_xp = std::min(x0 + pool_factor, xpixel);
if (x0 < 0)
x0 = 0;