diff --git a/config.py b/config.py index 96ce2ee..0f1f1a3 100644 --- a/config.py +++ b/config.py @@ -22,7 +22,7 @@ headshot_mode = True cpsDisplay = True # Set to True if you want to get the visuals -visuals = False +visuals = True # Smarter selection of people centerOfScreen = True @@ -31,4 +31,4 @@ centerOfScreen = True # 1 - CPU # 2 - AMD # 3 - NVIDIA -onnxChoice = 3 \ No newline at end of file +onnxChoice = 2 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 80f4ea2..91f3796 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,4 @@ ipython psutil dxcam onnxruntime_directml -git+https://github.com/RootKit-Org/BetterCam \ No newline at end of file +bettercam \ No newline at end of file