zhangmeng
2019-12-19 d2793e162c13acbc24989de41f37627e08b660a0
gohumantrack/gohumantrack.go
@@ -26,7 +26,7 @@
void *create_fake_image(const int size){
   unsigned char *img = (unsigned char*)malloc(size);
   printf("batch~~~~~~ fake image len: %d\n", size);
   memset(img, 0, size);
   memset(img, 255, size);
   return img;
}