Skip to content

Commit

Permalink
add pretrained weights
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorKey committed Mar 2, 2023
1 parent 4cdd278 commit b08b82b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
__pycache__
*.ipynb
.ipynb_checkpoints
output
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ We propose a simple but effective network, called C-3PO (Combine 3 POssible chan

If you want to use `CSCDNet` in our project, please follow their [instructions](https://github.com/kensakurada/sscdnet) to install the `correlation` module.

If you do not want to use other models, please checkout the `mini` branch.

## Prepare the dataset

There are three datasets needed in this projects:
Expand Down Expand Up @@ -74,6 +76,14 @@ source exp/sota/resnet18_mtf_id_msf4_deeplabv3_cmu.sh
train
```

### Pretrained Weights

Please download the weights by yourself. Check the `test` command in the shell, and modify `--resume` according to your download path. Then you can run the `test` command to evaluate the performance.

| Shell | Weights | Model | Dataset | Performance |
| :---: | :---: | :---: | :---: | :---: |
| [resnet18_mtf_id_msf4_deeplabv3_cmu](exp/sota/resnet18_mtf_id_msf4_deeplabv3_cmu.sh) | [resnet18_id_4_deeplabv3_VL_CMU_CD.pth](https://huggingface.co/Flourish/C-3PO/blob/main/resnet18_id_4_deeplabv3_VL_CMU_CD.pth) | resnet18_mtf_msf_deeplabv3 | VL-CMU-CD | 79 |

## Results

![VL-CMU-CD](imgs/CMU.jpg "CMU")
Expand Down

0 comments on commit b08b82b

Please sign in to comment.