-
Notifications
You must be signed in to change notification settings - Fork 167
Description
Your 1. example in Tutorial -> Getting started does not work in my environment but gives:
2018-02-08 20:43:57,633 INFO Starting inference using data/demo.png as input
Traceback (most recent call last):
File "demo.py", line 219, in
tf.app.run()
File "/Users/erkki/tensorflow/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 124, in run
_sys.exit(main(argv))
File "demo.py", line 175, in main
min_conf=0.50, tau=hypes['tau'], color_acc=(0, 255, 0))
File "incl/utils/train_utils.py", line 103, in add_rectangles
from utils.stitch_wrapper import stitch_rects
ImportError: dynamic module does not define module export function (PyInit_stitch_wrapper)
I'm running your code on macOS High Sierra version 10.13.3 and installed tensorflow and all SW you mentioned according your instructions and instructions by tensorflow. How could this situation be fixed ?