v1.0.0-rc.56
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user