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
Hello, Linyi. Thank you very much for this outstanding work. However, I recently discovered a issue during testing. The code 'out1.to_pixels(score.data, ncnn::Mat::PIXEL_GRAY);' doesn't seem to work while the format 'ncnn::Mat::PIXEL_BGR' can work well. I noticed that you tried to use 'memcpy()' to solve the problem. Do you know why cause this?
The text was updated successfully, but these errors were encountered:
Hello, Linyi. Thank you very much for this outstanding work. However, I recently discovered a issue during testing. The code 'out1.to_pixels(score.data, ncnn::Mat::PIXEL_GRAY);' doesn't seem to work while the format 'ncnn::Mat::PIXEL_BGR' can work well. I noticed that you tried to use 'memcpy()' to solve the problem. Do you know why cause this?
The text was updated successfully, but these errors were encountered: