SimMIM VS mmpretrain

Compare SimMIM vs mmpretrain and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
SimMIM mmpretrain
1 2
860 3,171
0.0% 2.6%
0.0 7.8
over 1 year ago 14 days ago
Python Python
MIT License Apache License 2.0
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.

SimMIM

Posts with mentions or reviews of SimMIM. We have used some of these posts to build our list of alternatives and similar projects.
  • My DL model mis-segment wrong objects with similar colors
    1 project | /r/computervision | 20 Mar 2023
    It seems the segmentation task is complex. One thing that I can suggest that definitely worked for me is Self-supervised learning prior to training. The task of the sel-supervision is very important. In your case I suggest Masked Image Modeling because it does not rely heavily on shapes and colors but can leverage them if they exist. Check out SimMIM by Microsoft. https://arxiv.org/abs/2111.09886 . https://github.com/microsoft/simmim

mmpretrain

Posts with mentions or reviews of mmpretrain. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-21.

What are some alternatives?

When comparing SimMIM and mmpretrain you can also consider the following projects:

Unsupervised-Classification - SCAN: Learning to Classify Images without Labels, incl. SimCLR. [ECCV 2020]

efficientnet - Implementation of EfficientNet model. Keras and TensorFlow Keras.

mmdetection - OpenMMLab Detection Toolbox and Benchmark

ModelZoo.pytorch - Hands on Imagenet training. Unofficial ModelZoo project on Pytorch. MobileNetV3 Top1 75.64🌟 GhostNet1.3x 75.78🌟

PaddleClas - A treasure chest for visual classification and recognition powered by PaddlePaddle

senet.pytorch - PyTorch implementation of SENet

SparK - [ICLR'23 Spotlight🔥] The first successful BERT/MAE-style pretraining on any convolutional network; Pytorch impl. of "Designing BERT for Convolutional Networks: Sparse and Hierarchical Masked Modeling"

AdelaiDet - AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.

Swin-Transformer - This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows".

pytorch-image-models - PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNet-V3/V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more

TFLiteClassification - TensorFlow Lite Image Classification Python Implementation

biprop - Identify a binary weight or binary weight and activation subnetwork within a randomly initialized network by only pruning and binarizing the network.