dnth | 2 years ago | on: Cluster images at scale using DINOv2 embeddings
dnth's comments
dnth | 3 years ago | on: Find image duplicates and outliers – A free, scalable, efficient tool
It lets you identify image duplicates, video duplicates, wrong labels, outliers, corrupted data, and image clusters.
fastdup is -
Unsupervised: fits any visual dataset. Scalable: handles 400M images on a single machine. Efficient: works on CPU (even on Google Colab with only 2 CPU cores!). Low Cost: can process 12M images on a $1 cloud machine budget.
dnth | 3 years ago | on: Dedup-ing LAION (60M duplicates) and ImageNet (1.2M duplicates) with fastdup
LAION 400M
> 60M duplicates. > 962K broken images. > Various label discrepancies.
ImageNet21K
> 1.2M duplicate images. > 104K train/val leak.
fastdup GitHub repo - https://github.com/visual-layer/fastdup
dnth | 3 years ago
dnth | 3 years ago | on: PyTorch at the Edge: Deploy 964 TIMM Models on Android with TorchScript
https://dicksonneoh.com/portfolio/pytorch_at_the_edge_timm_t...
dnth | 3 years ago | on: PyTorch at the Edge: Deploy 964 TIMM Models on Android with TorchScript
dnth | 3 years ago | on: PyTorch at the Edge: Deploy 964 TIMM Models on Android with TorchScript
dnth | 3 years ago | on: PyTorch at the Edge: Deploy 964 TIMM Models on Android with TorchScript
dnth | 3 years ago | on: PyTorch at the Edge: Deploy 964 TIMM Models on Android with TorchScript
dnth | 3 years ago | on: PyTorch at the Edge: Deploy 964 TIMM Models on Android with TorchScript
dnth | 3 years ago | on: PyTorch at the Edge: Deploy 964 TIMM Models on Android with TorchScript
dnth | 3 years ago | on: PyTorch at the Edge: Deploy 964 TIMM Models on Android with TorchScript
dnth | 3 years ago | on: PyTorch at the Edge: Deploy 964 TIMM Models on Android with TorchScript
dnth | 3 years ago | on: PyTorch at the Edge: Deploy 964 TIMM Models on Android with TorchScript
I posted on my LinkedIn awhile ago
https://www.linkedin.com/posts/dickson-neoh_deploying-object...
dnth | 3 years ago | on: PyTorch at the Edge: Deploy 964 TIMM Models on Android with TorchScript
Forget it .
The frustration is real. I remember spending nights exporting models into ONNX and it still failed me. Deploying models on mobile for edge inference used to be complex.
Not anymore.
In this post, I’m going to show you how you can pick from over 900+ SOTA models on TIMM, train them using best practices with Fastai, and deploy them on Android using Flutter.