Open
Description
First, awesome project! 😁
Getting a couple errors with the string_int_label_map.pb
files included in your project.
First is:
#if 3003002 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif
Second is:
No member named 'Shutdown' in 'object_detection::protos::StringIntLabelMapItemDefaultTypeInternal'
for:
void TableStruct::Shutdown() {
_StringIntLabelMapItem_default_instance_.Shutdown();
delete file_level_metadata[0].reflection;
_StringIntLabelMap_default_instance_.Shutdown();
delete file_level_metadata[1].reflection;
}
It seems that these files should've been regenerated when I built tensorflow, but I can't find them in the gen directory.
Any ideas?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels