File size: 890 Bytes
a46f3d2
 
 
 
 
 
 
 
 
 
 
 
 
21891ff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6f6e81e
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: Which Image Models Are Best
emoji: 💻
colorFrom: gray
colorTo: red
sdk: gradio
sdk_version: 5.29.1
app_file: app.py
pinned: false
license: apache-2.0
short_description: Alternative to the timm leaderboard
---

# Image Model Performance Analysis

This interactive tool analyzes and visualizes performance metrics of different image models based on benchmark data from the pytorch-image-models repository.

## Features

- Select from various benchmark files
- Choose different metrics for X and Y axes
- Filter by model families
- Toggle log scales
- Interactive Plotly visualizations

## Data Source

The benchmark data comes from the [pytorch-image-models](https://github.com/huggingface/pytorch-image-models) repository by Ross Wightman.

Based on the original notebook by Jeremy Howard.

## About

Read more about the project on my blog [dronelab.dev](https://dronelab.dev).