From 4a0f978d5b4c426a7d37022d8c927d6ea031dcb6 Mon Sep 17 00:00:00 2001 From: edavalosanaya Date: Fri, 19 Jan 2024 16:50:18 -0600 Subject: [PATCH] Updating README.md to have the correct GitHub repo link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e23a2884..47dfe5c7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The official PyTorch implementation of L2CS-Net for gaze estimation and tracking Install package with the following: ``` -pip install git+https://github.com/edavalosanaya/L2CS-Net.git@main +pip install git+https://github.com/Ahmednull/L2CS-Net.git@main ``` Or, you can git clone the repo and install with the following: