Created by: linshuliang
first, offset should be set to 127.0f when image_min < 0, the bug is in visualdl/utils/image.h second, byte_t can't be transformed to int directly , otherwise the value is unpredictable. I have fix this bug in visualdl/logic/sdk.cc