chimper
100% Rust graphical image viewer that browses directories and supports all sorts of image formats (by pedrocr)
imgaug
Image augmentation for machine learning experiments. (by aleju)
chimper | imgaug | |
---|---|---|
1 | 7 | |
80 | 14,612 | |
- | 0.2% | |
0.0 | 0.0 | |
almost 3 years ago | 11 months ago | |
Rust | Python | |
GNU General Public License v3.0 only | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
chimper
Posts with mentions or reviews of chimper.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Which image viewer with ability to print do we have (does not require xwayland)?
For minimalism and wayland support I've just done a release of my image viewer/editor: https://github.com/pedrocr/chimper
imgaug
Posts with mentions or reviews of imgaug.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-23.
- How to label augmented images for training YOLO algorithm?
-
Improve Your Deep Learning Models with Image Augmentation
There are many good options when it comes to tools and libraries for implementing data augmentation into our deep learning pipeline. You could for instance do your own augmentations using NumPy or Pillow. Some of the most popular dedicated libraries for image augmentation include Albumentations, imgaug, and Augmentor. Both TensorFlow and PyTorch even come with their own packages dedicated to image augmentation.
-
[N] Facebook AI Open Sources AugLy: A New Python Library For Data Augmentation To Develop Robust Machine Learning Models
https://github.com/aleju/imgaug This one is way better for image.
-
[UPDATE!] Recognize trinkets with Isaac Item Recognizer! And also a few useful features in my newest update.
I have to improve my dataset with more backgrounds featuring obstacles. At the moment I'm working on creating a dataset with both items and trinkets, and I'm planning on using https://github.com/aleju/imgaug which will replace most of the stuff I'm doing with PIL.
-
Support creation of tf.data.Dataset (data generator) and augmentation for image.
Do you acknowledge that there is ImageDataGenerator and ImgAug?
-
[P] Albumentations 1.0 is released (a Python library for image augmentation)
Albumentations no longer uses the imgaug library by default. All previous imgaug augmentations in the library are reimplemented in Albumentations with the same API (but you can still install Albumentations with imgaug if you need the old augmentations).
-
Bounding boxes do not completely wrap the objects with YOLOv4
I would also recommend you to give a try to TensorFlow Object Detection Model - https://github.com/tensorflow/models/tree/master/research/object_detection with augmentation - https://github.com/aleju/imgaug pipeline. The same worked for me in a similar use case where I had to localise logo on documents.
What are some alternatives?
When comparing chimper and imgaug you can also consider the following projects:
annatar - The Lord of Gifs! ...Hahahaha shut up.
albumentations - Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125
aladin-lite - An astronomical HiPS visualizer in the browser
png - A pure Erlang library for creating PNG images. It can currently create 8 and 16 bit RGB, RGB with alpha, indexed, grayscale and grayscale with alpha images.
image-sieve - GUI based tool to sort and categorize images written in Rust
YOLO-Mosaic - Perform mosaic image augmentation on data for training a YOLO model