insat3d_imagen
fastdup
insat3d_imagen | fastdup | |
---|---|---|
1 | 19 | |
9 | 1,628 | |
- | 1.8% | |
3.6 | 9.1 | |
over 2 years ago | 3 months ago | |
Python | Python | |
GNU General Public License v3.0 only | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
insat3d_imagen
fastdup
- AIM Weekly 17 June 2024
-
Visualize your dataset using DINOv2 embedding
Visualizing your dataset (especially large ones) in a low-dimensional embedding space can tell you a lot about the patterns and clusters in your dataset.
We recently release a notebook showing how you can visualize your dataset using DINOv2 models by running it on your CPU.
Yes! No GPUs needed.
We used it to find clusters of similar images, duplicates, and outliers in a subset of the LAION dataset
Try it on your own dataset:
Colab notebook - https://colab.research.google.com/github/visual-layer/fastdup/blob/main/examples/dinov2_notebook.ipynb
GitHub repo - https://github.com/visual-layer/fastdup
-
[R][P] How to extract feature vectors of large datasets using DINOv2 on CPU
Run 1M images from the LAION dataset through the DINOv2 model and cluster the images using a free tool - fastdup.
-
Computer Vision pre-trained model for finding how similar two photos of a room are
Another option could be fastdup (https://github.com/visual-layer/fastdup) which is probably most helpful for analysis type objectives.
-
Find image duplicates and outliers – A free, scalable, efficient tool
I recently stumbled upon fastdup a tool that lets you gain insights from a large image/video collection.
-
How can we match images in our database?
There is this fastdup framework which supposedly allows you to find duplicates and similar images. i haven't used it though
-
Measure Images Similarity
I came across fastdup recently https://github.com/visual-layer/fastdup
- Dedup-ing LAION (60M duplicates) and ImageNet (1.2M duplicates) with fastdup
What are some alternatives?
pyspaceweather - A Python wrapper for the Australian Bureau of Meteorology's Space Weather API.
sahi - Framework agnostic sliced/tiled inference + interactive ui + error analysis plots
computervision-recipes - Best Practices, code samples, and documentation for Computer Vision.
dhash - Python library to calculate the difference hash (perceptual hash) for a given image, useful for detecting duplicates
CVPR2024-Papers-with-Code - CVPR 2024 论文和开源项目合集
pyod - A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques
flockfysh - A simple data vending machine that pops more out that what comes in. Use flockfysh to seamlessly pool existing datasets with quality web-scraped data to get top notch datasets.
plakakia - Python image tiling library for image processing, object detection, etc.
visionner - Visionner turn raw image data into numpy array, more suitable for deep learning task
CLIP - CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
albumentations - Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125
research-papers