gohumantrack/gohumantrack.go | ●●●●● 补丁 | 查看 | 原始文档 | 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; }