CVRPDataset commited on
Commit
5a6ca36
·
verified ·
1 Parent(s): 73f5520

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -12,10 +12,9 @@
12
  ***Clone***
13
 
14
  ```bash
15
- # Download files and models using huggingface_cli.
16
- pip install huggingface_hub
17
- huggingface-cli login
18
- huggingface-cli download CVRPDataset/Model --local-dir ./model
19
  cd Model
20
  git clone https://github.com/open-mmlab/mmsegmentation.git -b v1.1.2 mmsegmentation
21
 
 
12
  ***Clone***
13
 
14
  ```bash
15
+ sudo apt-get install git-lfs
16
+ git lfs install
17
+ git clone https://huggingface.co/CVRPDataset/Model
 
18
  cd Model
19
  git clone https://github.com/open-mmlab/mmsegmentation.git -b v1.1.2 mmsegmentation
20