Error trying to run Gaze Redirect on an EC2 Instance

What I did so far

Launched an EC2 Instance - Windows Server 2019, g4dn.xlarge (T4 GPUS), Driver Version 560.94

  • Extract all from Zip file

Maxine Windows ARD SDK (BIN) folder:

  • Extract all from Nvidia AR SDK

  • Drag and drop the “bin” folder to the main folder in the first download. It has a file named README.MD

  • GazeRedirect is located on \samples\GazeRedirect\

  • Change Name of the run file to run.bat if it isn’t already.

  • Duplicate the run.bat file and name the duplicate run.bat original.

  • edit run.bat file, copy paste from below: (need for live recording)


SETLOCAL
SET PATH=%PATH%;…..\samples\external\opencv\bin;…..\bin;
SET NVAR_MODEL_DIR=…..\bin\models
GazeRedirect.exe --split_screen_view=false

  • run it from Command Prompt in the directory bar at the top (cmd)

After troubleshooting a couple of errors I reached:
ERROR: The GPU is not supported, line 77
ERROR: An error has occured while initializing Gaze Redirection
ERROR: an error has occured while creating a feature
[ WARN:1] terminating async callback
An error which I got on my laptop with a GTX 1650Ti hence why running it on an EC2 instance. T4 should be supported I believe. What should I do now? Is there anything I can do instead or anything that I messed up?