Update README.md
Browse files
README.md
CHANGED
|
@@ -41,15 +41,9 @@ For more details, see the paper: [ViewDelta: Scaling Scene Change Detection thro
|
|
| 41 |
git clone https://github.com/drags99/viewdelta-scd.git
|
| 42 |
```
|
| 43 |
|
| 44 |
-
### Download ViewDelta Model Weights
|
| 45 |
-
|
| 46 |
-
```bash
|
| 47 |
-
wget https://huggingface.co/hoskerelab/ViewDelta/resolve/main/viewdelta_checkpoint.pth
|
| 48 |
-
```
|
| 49 |
-
|
| 50 |
### Install Pixi
|
| 51 |
|
| 52 |
-
|
| 53 |
|
| 54 |
```bash
|
| 55 |
# On Linux
|
|
@@ -70,6 +64,12 @@ This will automatically set up the environment with all required dependencies in
|
|
| 70 |
|
| 71 |
## Running the Model
|
| 72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
### Basic Usage
|
| 74 |
|
| 75 |
The repository includes an [inference.py](inference.py) script for running the model on image pairs. Here's how to use it:
|
|
|
|
| 41 |
git clone https://github.com/drags99/viewdelta-scd.git
|
| 42 |
```
|
| 43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
### Install Pixi
|
| 45 |
|
| 46 |
+
First, install the Pixi package manager:
|
| 47 |
|
| 48 |
```bash
|
| 49 |
# On Linux
|
|
|
|
| 64 |
|
| 65 |
## Running the Model
|
| 66 |
|
| 67 |
+
### Download ViewDelta Model Weights
|
| 68 |
+
|
| 69 |
+
```bash
|
| 70 |
+
wget https://huggingface.co/hoskerelab/ViewDelta/resolve/main/viewdelta_checkpoint.pth
|
| 71 |
+
```
|
| 72 |
+
|
| 73 |
### Basic Usage
|
| 74 |
|
| 75 |
The repository includes an [inference.py](inference.py) script for running the model on image pairs. Here's how to use it:
|