Juan Manuel Restrepo

Results 3 comments of Juan Manuel Restrepo

During handling of the above exception, another exception occurred: Traceback (most recent call last): File "train.py", line 285, in tf.app.run(main=main, argv=[sys.argv[0]] + unparsed) File "/home/inn/anaconda3/envs/dgland/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 125, in run _sys.exit(main(argv))...

I have this error: File "video_emotion_rec.py", line 6, in from utils.inference import detect_faces ModuleNotFoundError: No module named 'utils.inference'

I run your code in colab, It was perfect, I only need the 56 line of demo.py ``` with tf.variable_scope('detector'): detections = yolo_v3(inputs, len(classes), data_format='NCHW') ``` ![dog_output](https://user-images.githubusercontent.com/29231800/45831714-b4a39a00-bcc5-11e8-85f7-e878cb043c49.jpg) ![colab](https://user-images.githubusercontent.com/29231800/45831722-b9684e00-bcc5-11e8-8e3c-4f26fe93a633.jpg)