Commit 0cdeba8e authored by benjaminwan's avatar benjaminwan
Browse files

fix: rec dstHeight 48

parent 9e07657b
...@@ -30,7 +30,7 @@ private: ...@@ -30,7 +30,7 @@ private:
const float meanValues[3] = {127.5, 127.5, 127.5}; const float meanValues[3] = {127.5, 127.5, 127.5};
const float normValues[3] = {1.0 / 127.5, 1.0 / 127.5, 1.0 / 127.5}; const float normValues[3] = {1.0 / 127.5, 1.0 / 127.5, 1.0 / 127.5};
const int dstHeight = 32; const int dstHeight = 48;
std::vector<std::string> keys; std::vector<std::string> keys;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment