thuyngch / Human-Segmentation-PyTorch

Human segmentation models, training/inference code, and trained weights, implemented in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

submodule clone error

bcsefercik opened this issue · comments

https://github.com/AntiAegis/pytorch-image-models is private repo. I cannot clone the repo. Therefore, I am not able to run the scripts.

commented

I'm not sure if the account is private, deleted or if that was the author's previous account name but I managed to make it work by getting it from other sources.

Try: git clone https://github.com/thuyngch/Human-Segmentation-PyTorch.git
and replace
url = https://github.com/AntiAegis/pytorch-image-models
with
url = https://github.com/rwightman/pytorch-image-models
in .gitmodules

Before executing git submodule update --init --recursive

Thank you. It worked.