Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangGongjie committed Mar 16, 2022
1 parent 85f5547 commit 176bc41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ python -m torch.distributed.launch \

## Model Zoo

*Trained model weights are stored in Google Drive.*

The original DETR models trained for 500 epochs:

<table>
Expand Down Expand Up @@ -239,8 +241,6 @@ The original DETR models trained for 500 epochs:
</table>


*Model weights and logs will be released soon.*

Our proposed SAM-DETR models (results reported in [our CVPR paper](https://arxiv.org/abs/2203.06883)):
<table>
<thead>
Expand Down Expand Up @@ -316,7 +316,7 @@ Our proposed SAM-DETR models (results reported in [our CVPR paper](https://arxiv
<td>58</td>
<td>210</td>
<td>45.0</td>
<td><a href="pending">model</a> <br/> <a href=".assets/output_logs/r50_dc5_smca_e50.txt">log</a></td>
<td><a href="https://drive.google.com/file/d/1q_iWQOZl1zXtaVD4vI4V9piwj2tkE8ek/view?usp=sharing">model</a> <br/> <a href=".assets/output_logs/r50_dc5_smca_e50.txt">log</a></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 176bc41

Please sign in to comment.