reid from https://github.com/michuanhaohao/reid-strong-baseline
zhangmeng
2020-01-14 5459ba1d3f7f944aa97923ed9c09a5dbc7663928
goreid.go
@@ -23,7 +23,7 @@
   handle unsafe.Pointer
}
// NewReID new reid
// NewSDK new reid
func NewSDK(gpu int, module string) *ReID {
   cmodule := C.CString(module)
   defer C.free(unsafe.Pointer(cmodule))