Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewongv committed Jul 14, 2022
1 parent a6fa641 commit a1b058e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ python setup.py build develop
| Method | SOAP mask | SOAP bbox | mask AP | box AP |
| :-----:| :--------: | :--------: |:------: |:-----: |
| [LISA](https://github.com/stevewongv/InstanceShadowDetection) | 23.5 | 21.9 | 39.2 | 37.6 |
| **SSIS** | 30.2 | 27.1 | 43.6 | 41.3 |
| **SSIS** | 30.2 | 27.1 | 43.5 | 41.3 |
|**SSISv2**| 35.3 | 29.0 | 50.2 | 44.4 |

### Performance on SOBA-challenge set
Expand Down Expand Up @@ -67,7 +67,7 @@ $ python train_net.py \
# SSISv2 requires more GPU memory. We trained it on RTX 3090
$ cd tools
$ python train_net.py \
--config-file ../configs/SSIS/MS_R_101_BiFPN_with_offset_class.yaml \
--config-file ../configs/SSIS/MS_R_101_BiFPN_SSISv2.yaml \
--num-gpus 1
```

Expand Down

0 comments on commit a1b058e

Please sign in to comment.