A newer version of the Gradio SDK is available:
5.21.0
metadata
title: SMLB
emoji: π
colorFrom: indigo
colorTo: purple
sdk: gradio
sdk_version: 3.24.1
app_file: app.py
pinned: false
license: cc
This is a visual program of demonstrating the SMLB. It helps you to compare the performance of different models on each synset.
How to use
- first, you need to find the related synsets of your task. For example, if you want to know the performance on the Pets dataset which consists of cats and dogs, you can search the synsets related to cats and dogs. In this case, you can search
cat
anddog
in the search bar. Then you will get the synsets of cats and dogs. Here, you will getcat.n.01
anddog.n.01
. - Then you can select the synsets you want to compare. In this case, you can select
cat.n.01
anddog.n.01
.
Citation
@misc{wu2023smlb,
title={Beyond Accuracy: Statistical Measures and Benchmark for Evaluation of Representation from Self-Supervised Learning },
author={Jiantao Wu and Shentong Mo and Sara Atito and Josef Kittler and Zhenhua Feng and Muhammad Awais},
year={2023}
primaryClass={cs.CV}
}