ethz-asl / deep_motion_planning

Using Deep Neural Networks for robot navigation purposes
BSD 3-Clause "New" or "Revised" License
26 stars 9 forks source link

google.protobuf.message.DecodeError #17

Open zzuxzt opened 4 years ago

zzuxzt commented 4 years ago

Thank you for open source your codes. I was trying to running your CNN planner model (deep_motion_planner/models/model.pb) with tensorflow 1.14.0 and protobuf 3.6.1. But there was an error related to protobuf where showed "google.protobuf.message.DecodeError: Truncated message." or "google.protobuf.message.DecodeError: Error parsing message.” I guess it is due to the uncorrect protobuf version. So could you tell me your setup environment (tensorflow verison and protobuf version ) ? Thank you very much.

minded-hua commented 4 years ago

@zzuxzt Hello, have you solved the problem? looking forward to your reply. Thanks.