Open liuyvchi opened 2 years ago
Hi. When I use "ReID_feature_extraction.py" to prepare the ".pb" file for MOT20, the function "detections_pb.SerializeToString()" raise an error that "message Detection exceeds maximum protobuf size of 2gb" for MOT20-05. Can it be solved? Could you please tell me the solution we use to solve this issue? Thanks!
You can simply solve it by saving the results to multiple sub pb files.
Hi. When I use "ReID_feature_extraction.py" to prepare the ".pb" file for MOT20, the function "detections_pb.SerializeToString()" raise an error that "message Detection exceeds maximum protobuf size of 2gb" for MOT20-05. Can it be solved? Could you please tell me the solution we use to solve this issue? Thanks!