Juan Manuel Restrepo
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') ```  