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
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
opencv imdecode return numpy.array data format just like: (width, height, channel(rgb)),
but mxnet's image data load and train from rec just like (channel(gbr), width, height),
When I code my program to extract features online(inputs are some raw image data, not load from rec), It seem not easy to code, and I don't want to code the data conversion with python, It seems run slowly ;(
opencv imdecode return numpy.array data format just like: (width, height, channel(rgb)),
but mxnet's image data load and train from rec just like (channel(gbr), width, height),
When I code my program to extract features online(inputs are some raw image data, not load from rec), It seem not easy to code, and I don't want to code the data conversion with python, It seems run slowly ;(