Open rogeriochaves opened 3 years ago
nervmind, I just commented line 81 in run_demo.py:
if torch.cuda.device_count() == 1:
now this error is gone, but still I cannot run it without GPU, even if I try to work around all the error messages, it freezes when opening the webcam
It worked eventually!
BTW I could make it fully work on Mac OSX too https://github.com/rogeriochaves/few_shot_gaze/commit/bcb8fa7dc4fc3ab7d65a6cfe8e815ed3290546cd
Sorry about the late response! It is indeed tricky to get things working in a different environment...
The module.
error you encountered occurs due to the original model being trained with torch.DataParallel
and a simple renaming of keys should resolve it.
Thank you for sharing the exact steps you took to address this issue. I hope others in the future will find this information helpful.
Hi all,
Did anyone ever get FAZE to work fully on Mac OSX (not ubuntu)? If so, would you be willing to share the scripts? Thanks so much!
@rogeriochaves @swook
It worked eventually!
BTW I could make it fully work on Mac OSX too rogeriochaves@bcb8fa7
I'm trying to run the demo on an ubuntu (no GPU), but I'm getting this:
what am I doing wrong? Maybe because I don't have CUDA?