zhangmeng
2019-12-19 d2793e162c13acbc24989de41f37627e08b660a0
update
1个文件已修改
2 ■■■ 已修改文件
gohumantrack/gohumantrack.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
}