daip13 / LPC_MOT

This is the code for the paper "Learning a Proposal Classifier for Multiple Target tracking"
MIT License
74 stars 11 forks source link

message Detection exceeds maximum protobuf size of 2gb #7

Open liuyvchi opened 2 years ago

liuyvchi commented 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!

daip13 commented 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.