Commit ·
71d22da
1
Parent(s): c0545c6
Update README
Browse files
README.md
CHANGED
|
@@ -48,14 +48,21 @@ To download the pre-trained model weights (checkpoints), please follow the instr
|
|
| 48 |
You can use the following commands to create the required directory and download the primary checkpoint directly from the Hugging Face repository:
|
| 49 |
```
|
| 50 |
mkdir dynamicstereo_sf_dr
|
| 51 |
-
wget -O dynamicstereo_sf_dr/model_dynamic-
|
| 52 |
```
|
| 53 |
### Manual Download
|
| 54 |
-
Alternatively, you can manually download the checkpoints by clicking the [link](https://huggingface.co/kungchuking/E2E_SCSI/resolve/main/dynamicstereo_sf_dr/model_dynamic-
|
| 55 |
|
| 56 |
### Evaluation Notebook
|
| 57 |
For detailed instructions on how to evaluate the model, please refer to the dedicated [evaluation notebook](https://github.com/kungchuking/E2E_SCSI/blob/master/notebooks/evaluate.ipynb).
|
| 58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
## Training
|
| 60 |
### Hardware and Memory Requirements
|
| 61 |
Training the model requires a minimum of a 50GB GPU.
|
|
|
|
| 48 |
You can use the following commands to create the required directory and download the primary checkpoint directly from the Hugging Face repository:
|
| 49 |
```
|
| 50 |
mkdir dynamicstereo_sf_dr
|
| 51 |
+
wget -O dynamicstereo_sf_dr/model_dynamic-stereo_050895.pth "https://huggingface.co/kungchuking/E2E_SCSI/resolve/main/dynamicstereo_sf_dr/model_dynamic-stereo_050895.pth"
|
| 52 |
```
|
| 53 |
### Manual Download
|
| 54 |
+
Alternatively, you can manually download the checkpoints by clicking the [link](https://huggingface.co/kungchuking/E2E_SCSI/resolve/main/dynamicstereo_sf_dr/model_dynamic-stereo_050895.pth). Ensure the downloaded file is placed in the required path: `./dynamicstereo_sf_dr/`.
|
| 55 |
|
| 56 |
### Evaluation Notebook
|
| 57 |
For detailed instructions on how to evaluate the model, please refer to the dedicated [evaluation notebook](https://github.com/kungchuking/E2E_SCSI/blob/master/notebooks/evaluate.ipynb).
|
| 58 |
|
| 59 |
+
### Evaluation and Validation
|
| 60 |
+
To execute the final evaluation on the DynamicReplica test set, navigate to the `evaluation`directory and run the following Python script:
|
| 61 |
+
```
|
| 62 |
+
cd evaluation
|
| 63 |
+
python evaluate.py
|
| 64 |
+
```
|
| 65 |
+
|
| 66 |
## Training
|
| 67 |
### Hardware and Memory Requirements
|
| 68 |
Training the model requires a minimum of a 50GB GPU.
|