ta012 commited on
Commit
63b7e0a
·
verified ·
1 Parent(s): e6ec3af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -10
README.md CHANGED
@@ -49,18 +49,11 @@ If not, follow the steps below for installation:
49
  ```bash
50
  conda create --prefix /path/to/sslam_eval_env -y python=3.9.13
51
  /path/to/sslam_eval_env/bin/python -m pip install pip==24.0 # downgrade pip
 
 
 
52
  /path/to/sslam_eval_env/bin/pip install -r SSLAM_Inference/requirements_sslam_eval.txt
53
  ```
54
-
55
-
56
- ## 📦Model Weights
57
-
58
- | Model Type | Link |
59
- |--------------------------|--------------------------------------------------------------------------------------------|
60
- | **Pre-Trained** | [Download](https://drive.google.com/drive/folders/1aA65-qQCHSCrkiDeLGUtn1PiEjJi5HS8?usp=sharing) |
61
- | **AS2M Fine-Tuned** (50.2 mAP) | [Download](https://drive.google.com/drive/folders/1Yy38IyksON5RJFNM7gzeQoAOSPnEIKp2?usp=sharing) |
62
- ---
63
-
64
  #### 🚀**Using SSLAM**
65
 
66
  We provide scripts to use SSLAM in the following ways:
 
49
  ```bash
50
  conda create --prefix /path/to/sslam_eval_env -y python=3.9.13
51
  /path/to/sslam_eval_env/bin/python -m pip install pip==24.0 # downgrade pip
52
+ ##clone SSLAM
53
+ git clone https://github.com/ta012/SSLAM.git
54
+ cd SSLAM/
55
  /path/to/sslam_eval_env/bin/pip install -r SSLAM_Inference/requirements_sslam_eval.txt
56
  ```
 
 
 
 
 
 
 
 
 
 
57
  #### 🚀**Using SSLAM**
58
 
59
  We provide scripts to use SSLAM in the following ways: