NVIDIA-AI-IOT / scene-text-recognition

Other
36 stars 14 forks source link

Access git Error? #3

Open AK51 opened 2 years ago

AK51 commented 2 years ago

Hi,

I have a Jetson NX and I would like to try your OCR, but there is an error of access right... Thx

nvidia@nvidia-desktop:~$ git clone --recursive git@github.com:tomek-l/nv-scene-text-recognition.git Cloning into 'nv-scene-text-recognition'... ssh: connect to host github.com port 22: Connection timed out fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

AK51 commented 2 years ago

I used my own wifi, still cannot access it...

git clone --recursive git@github.com:tomek-l/nv-scene-text-recognition.git Cloning into 'nv-scene-text-recognition'... The authenticity of host 'github.com (20.205.243.166)' can't be established. ECDSA key fingerprint is SHA256:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'github.com,20.205.243.166' (ECDSA) to the list of known hosts. git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. nvidia@nvidia-desktop:~$ git clone --recursive git@github.com:tomek-l/nv-scene-text-recognition.git Cloning into 'nv-scene-text-recognition'... git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. nvidia@nvidia-desktop:~$

gitwavelet commented 2 years ago

Try this one. git clone --recursive https://github.com/NVIDIA-AI-IOT/scene-text-recognition.git For torch2trt, git clone https://github.com/NVIDIA-AI-IOT/torch2trt.git (it's the latest one)

Clysmo commented 1 year ago

This issue should be marked as closed, and the instructions should be updated. Is anyone maintaining this repo anymore?