JieHe96 / iOS_Tensorflow_ObjectDetection_Example

An iOS application of Tensorflow Object Detection with different models: SSD with Mobilenet, SSD with InceptionV2, Faster-RCNN-resnet101
128 stars 28 forks source link

ImportError: No module named enum #27

Open ACFancy opened 6 years ago

ACFancy commented 6 years ago

when I run the py: bazel-bin/tensorflow/python/tools/print_selective_registration_header \ --graphs=path/xx.pb > ops_to_register.h there's the problem below: ImportError: No module named enum

How to fix this problem, help!

ACFancy commented 6 years ago

fixed this change to python3 config, or change enum to aenum in Python2