We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7fffe commit 2229aa7Copy full SHA for 2229aa7
1 file changed
app/Graph/acc_check.cpp
@@ -70,7 +70,7 @@ int main(int argc, char* argv[]) {
70
for (int j = 0; j < 28; ++j) {
71
size_t a = ind;
72
for (size_t n = 0; n < name; n++) a += counts[n] + 1;
73
- res[(a)*28 * 28 + i * 28 + j] = channels[0].at<uchar>(j, i);
+ res[(a) * 28 * 28 + i * 28 + j] = channels[0].at<uchar>(j, i);
74
}
75
76
0 commit comments