You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the "Realtime Demo Instructions" to run the demo, but found that:
Traceback (most recent call last):
File "run_demo.py", line 22, in
from monitor import monitor
File "/home/rgyao/env/few_shot_gaze/demo/monitor.py", line 10, in
gi.require_version('Gdk', '3.0')
File "/home/rgyao/anaconda3/envs/faze/lib/python3.6/site-packages/gi/init.py", line 126, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gdk not available
The text was updated successfully, but these errors were encountered:
I followed the "Realtime Demo Instructions" to run the demo, but found that: Traceback (most recent call last): File "run_demo.py", line 22, in from monitor import monitor File "/home/rgyao/env/few_shot_gaze/demo/monitor.py", line 10, in gi.require_version('Gdk', '3.0') File "/home/rgyao/anaconda3/envs/faze/lib/python3.6/site-packages/gi/init.py", line 126, in require_version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace Gdk not available
Dude, how did you run run_demo.py in "Realtime Demo Instructions"? run_demo.py calls frame_processor.py, and frame_processor.py calls detect_faces and show_bboxes in the src folder. However, when I searched through the src folder and didn't find detect_faces or show_bboxes, I don't think the author's src folder is complete!
I followed the "Realtime Demo Instructions" to run the demo, but found that:
Traceback (most recent call last):
File "run_demo.py", line 22, in
from monitor import monitor
File "/home/rgyao/env/few_shot_gaze/demo/monitor.py", line 10, in
gi.require_version('Gdk', '3.0')
File "/home/rgyao/anaconda3/envs/faze/lib/python3.6/site-packages/gi/init.py", line 126, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gdk not available
The text was updated successfully, but these errors were encountered: