A python script to convert images to animated sus among us crewmate twerk jifs as seen on r/196

Overview

img_sussifier

A python script to convert images to animated sus among us crewmate twerk jifs as seen on r/196

Examples sussified brit ditto with higher resolution sussy jonathon

How to use

  • install python
  • pip install pillow numpy
  • change input.png to your desired image
  • optionally change output_width in sus.py (output height is calculated automagically)
  • run sus.py
  • upload sussified.gif to r/196 for free karma and also to kill the sus among meme faster

my discord is Lines#9260 send complaints / memes whatever (pls)

You might also like...
tf2onnx - Convert TensorFlow, Keras and Tflite models to ONNX.

tf2onnx converts TensorFlow (tf-1.x or tf-2.x), tf.keras and tflite models to ONNX via command line or python api.

Pytorch implementation for
Pytorch implementation for "Implicit Feature Alignment: Learn to Convert Text Recognizer to Text Spotter".

Implicit Feature Alignment: Learn to Convert Text Recognizer to Text Spotter This is a pytorch-based implementation for paper Implicit Feature Alignme

A tutorial showing how to train, convert, and run TensorFlow Lite object detection models on Android devices, the Raspberry Pi, and more!
A tutorial showing how to train, convert, and run TensorFlow Lite object detection models on Android devices, the Raspberry Pi, and more!

A tutorial showing how to train, convert, and run TensorFlow Lite object detection models on Android devices, the Raspberry Pi, and more!

Convert Apple NeuralHash model for CSAM Detection to ONNX.

Apple NeuralHash is a perceptual hashing method for images based on neural networks. It can tolerate image resize and compression.

Convert weight file.pth to weight file.blob

CONVERT YOUR MODEL TO IR FORMAT INSTALLATION OpenVino Toolkit Download openvinotoolkit 2021.3 version : Link Instruction of installation : Link Pytorc

Json2Xml tool will help you convert from json COCO format to VOC xml format in Object Detection Problem.

JSON 2 XML All codes assume running from root directory. Please update the sys path at the beginning of the codes before running. Over View Json2Xml t

Txt2Xml tool will help you convert from txt COCO format to VOC xml format in Object Detection Problem.

TXT 2 XML All codes assume running from root directory. Please update the sys path at the beginning of the codes before running. Over View Txt2Xml too

Convert openmmlab (not only mmdetection) series model to tensorrt

MMDet to TensorRT This project aims to convert the mmdetection model to TensorRT model end2end. Focus on object detection for now. Mask support is exp

Convert onnx models to pytorch.

onnx2torch onnx2torch is an ONNX to PyTorch converter. Our converter: Is easy to use – Convert the ONNX model with the function call convert; Is easy

Comments
  • "Inspiration"

    This is clearly just a recreation of my program: https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker

    While that's fine on its own, you gave ABSOLUTELY NO CREDIT. Given your program does exactly the same thing as mine, going as far as to use the same assets, credit would be appreciated.

    opened by ThatOneCalculator 3
  • Scale down input image so 1 px = 1 crewmate

    Scale down input image so 1 px = 1 crewmate

    If the input image is scaled down so each pixel corresponds to a crewmate before the loop, the colors of each crewmate are way more accurate.

    Compare (width is 30):

    Original:

    wtf

    Before patch:

    wtf

    You can see how it picks up the noise in the image and uses the colors poorly

    After patch:

    sussified

    The patch can be viewed here: https://github.com/makeworld-the-better-one/img_sussifier/commit/5eb29c4235238f59fa2e19b5ec4216a37cc7368f

    My fork targets Linux and has likely diverged too much to make a PR useful, but you can just change that bit of code to gain this feature.

    opened by makeworld-the-better-one 2
  • added `shell=True` on subprocess.call to make it work on linux

    added `shell=True` on subprocess.call to make it work on linux

    no shell = True -> I got the error [Errno 2] No such file or directory: 'ffmpeg -f image2 -i sussified_%d.png -filter_complex "[0:v] scale=sws_dither=none:,split [a][b];[a] palettegen=max_colors=255:stats_mode=single [p];[b][p] paletteuse=dither=none" -r 20 -y -hide_banner -loglevel error sussified.gif'

    with shell = True works just fine! https://stackoverflow.com/questions/23258660/subprocess-call-fails-on-mac-and-linux

    opened by phuwit 1
  • Video output

    Video output

    Here is the command for video output if you want, I used this in my fork.

    ffmpeg -f image2 -i sussified_%d.png -r 20 -movflags faststart -pix_fmt yuv420p -vf "scale=iw*min(1920/iw\,1080/ih):ih*min(1920/iw\,1080/ih)" -y -hide_banner -loglevel error sussified.mp4
    

    This command is somewhat opinionated, in that it limits video dimensions to 1080p. Otherwise it's very easy to generate gigantic videos and slow down your computer when ffmpeg runs.

    opened by makeworld-the-better-one 0
Releases(release)
Owner
aka bread. discord is Lines#9260. lamkas is cute
null
An image base contains 490 images for learning (400 cars and 90 boats), and another 21 images for testingAn image base contains 490 images for learning (400 cars and 90 boats), and another 21 images for testing

SVM Données Une base d’images contient 490 images pour l’apprentissage (400 voitures et 90 bateaux), et encore 21 images pour fait des tests. Prétrait

Achraf Rahouti 3 Nov 30, 2021
Simple-System-Convert--C--F - Simple System Convert With Python

Simple-System-Convert--C--F REQUIREMENTS Python version : 3 HOW TO USE Run the c

Jonathan Santos 2 Feb 16, 2022
Script that receives an Image (original) and a set of images to be used as "pixels" in reconstruction of the Original image using the set of images as "pixels"

picinpics Script that receives an Image (original) and a set of images to be used as "pixels" in reconstruction of the Original image using the set of

RodrigoCMoraes 1 Oct 24, 2021
A Blender python script for getting asset browser custom preview images for objects and collections.

asset_snapshot A Blender python script for getting asset browser custom preview images for objects and collections. Installation: Click the code butto

Johnny Matthews 44 Nov 29, 2022
Python script for performing depth completion from sparse depth and rgb images using the msg_chn_wacv20. model in ONNX

ONNX msg_chn_wacv20 depth completion Python script for performing depth completion from sparse depth and rgb images using the msg_chn_wacv20 model in

Ibai Gorordo 19 Oct 22, 2022
Python script for performing depth completion from sparse depth and rgb images using the msg_chn_wacv20. model in Tensorflow Lite.

TFLite-msg_chn_wacv20-depth-completion Python script for performing depth completion from sparse depth and rgb images using the msg_chn_wacv20. model

Ibai Gorordo 2 Oct 4, 2021
A toy compiler that can convert Python scripts to pickle bytecode 🥒

Pickora ?? A small compiler that can convert Python scripts to pickle bytecode. Requirements Python 3.8+ No third-party modules are required. Usage us

ꌗᖘ꒒ꀤ꓄꒒ꀤꈤꍟ 68 Jan 4, 2023
Convert Python 3 code to CUDA code.

Py2CUDA Convert python code to CUDA. Usage To convert a python file say named py_file.py to CUDA, run python generate_cuda.py --file py_file.py --arch

Yuval Rosen 3 Jul 14, 2021
A python code to convert Keras pre-trained weights to Pytorch version

Weights_Keras_2_Pytorch 最近想在Pytorch项目里使用一下谷歌的NIMA,但是发现没有预训练好的pytorch权重,于是整理了一下将Keras预训练权重转为Pytorch的代码,目前是支持Keras的Conv2D, Dense, DepthwiseConv2D, Batch

Liu Hengyu 2 Dec 16, 2021
Open CV - Convert a picture to look like a cartoon sketch in python

Use the video https://www.youtube.com/watch?v=k7cVPGpnels for initial learning.

Sammith S Bharadwaj 3 Jan 29, 2022