LPC_MOT icon indicating copy to clipboard operation
LPC_MOT copied to clipboard

message Detection exceeds maximum protobuf size of 2gb

Open liuyvchi opened this issue 3 years ago • 1 comments

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!

liuyvchi avatar Dec 05 '21 06:12 liuyvchi

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.

daip13 avatar Dec 09 '21 09:12 daip13