Skip to content

Commit

Permalink
v2
Browse files Browse the repository at this point in the history
  • Loading branch information
talrid committed Sep 1, 2020
1 parent c57e3d4 commit 0c233ef
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/tresnet-high-performance-gpu-dedicated/fine-grained-image-classification-on-oxford)](https://paperswithcode.com/sota/fine-grained-image-classification-on-oxford?p=tresnet-high-performance-gpu-dedicated)<br>
[![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/tresnet-high-performance-gpu-dedicated/multi-label-classification-on-ms-coco)](https://paperswithcode.com/sota/multi-label-classification-on-ms-coco?p=tresnet-high-performance-gpu-dedicated)<br>

[paperV1](https://arxiv.org/pdf/2003.13630.pdf) | [pretrained models](MODEL_ZOO.md)
[paperV2](https://arxiv.org/pdf/2003.13630.pdf) |
[pretrained models](MODEL_ZOO.md)

Official PyTorch Implementation

Expand Down Expand Up @@ -37,6 +38,21 @@ Official PyTorch Implementation
> achieve state-of-the-art accuracy on competitive datasets such as
> Stanford cars (96.0\%), CIFAR-10 (99.0\%), CIFAR-100 (91.5\%) and
> Oxford-Flowers (99.1\%). They also perform well on multi-label classification and object detection tasks.
## 28/8/2020: V2 of TResNet Article Released

## Sotabench Comparisons
Comparative results from
[sotabench benchamrk](https://sotabench.com/benchmarks/image-classification-on-imagenet#code),
demonstartaing that TReNset models give excellent speed-accuracy tradoff:
<p align="center">
<table class="tg">
<tr>
<td class="tg-c3ow"><img src="./figures/sotabench.png" align="center" width="700" ></td>
</tr>
</table>
</p>

## 11/6/2020: V1 of TResNet Article Released
The main change - In addition to single label SOTA results, we also
added top results for multi-label classification and object detection
Expand Down Expand Up @@ -80,17 +96,6 @@ major CVPR-Kaggle competitions:
</table>
</center>

## Sotabench Comparisons
Comparative results from
[sotabench benchamrk](https://sotabench.com/benchmarks/image-classification-on-imagenet#code),
demonstartaing that TReNset models give excellent speed-accuracy tradoff:
<p align="center">
<table class="tg">
<tr>
<td class="tg-c3ow"><img src="./figures/sotabench.png" align="center" width="700" ></td>
</tr>
</table>
</p>

## Main Article Results
#### TResNet Models
Expand Down
Binary file modified figures/sotabench.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0c233ef

Please sign in to comment.