Pixie: A full-featured 2D graphics library for Python
Pixie is a 2D graphics library similar to Cairo and Skia. pip install pixie-python Features: Typesetting and rasterizing text, including styled rich text via spans. Drawing paths, shapes and curves with even-odd and non-zero windings. Pixel-perfect AA quality. Supported file formats are PNG, BMP, JPG, SVG + more in development. Strokes with joins and caps. Shadows, glows and blurs. Complex masking: Subtract, Intersect, Exclude. Complex blends: Darken, Multiply, Color Dodge, Hue, Luminosity… etc. Many operations are SIMD accelerated. Image file […]
Read moreEnd-to-End Semi-Supervised Object Detection with Soft Teacher
By Mengde Xu*, Zheng Zhang*, Han Hu, Jianfeng Wang, Lijuan Wang, Fangyun Wei, Xiang Bai, Zicheng Liu. This repo is the official implementation of ICCV2021 paper “End-to-End Semi-Supervised Object Detection with Soft Teacher”. Citation
Read moreShape Matching of Real 3D Object Data to Synthetic 3D CADs
Shape Matching of Real 3D Object Data to Synthetic 3D CADs (3DV project @ ETHZ) Group Member: Yue Pan, Yuanwen Yue, Bingxin Ke, Yujie He Supervisor: Dr. Iro Armeni, Shengyu Huang report | presentation | demo Data preparation and preprocessing TBA How to use Train the model, monitor it via wandb cd ./src # configure the path and parameters in train_scannet.sh bash train_scannet.sh Evaluate the model on ScanNet or 2D3DS dataset # configure the
Read moreA Telegram bot which creates sticker packs from other stickers, images, documents and URLs
A simple Telegram bot which creates sticker packs from other stickers, images, documents and URLs. Based on kangbot Deploy Credits: And many more people who aren’t mentioned here, but may be found in Contributors. GitHub https://github.com/breakdowns/kang-stickerbot
Read moreA EddieHub API python package
A EddieHub API python package. Made with Python3 (C) @FayasNoushad Copyright permission under MIT License License -> https://github.com/FayasNoushad/EddieHub/blob/main/LICENSE Installation pip install EddieHub Note If user not joined on EddieHub Community please join first via EddieHub Community Support. Don’t forget after joining to make it public. Click here and change visibility. Add your data on EddieHubCommunity/Linkfree Usage **About EddieHub:**For json result about EddieHub import eddiehub print(eddiehub.eddiehub()) **About Member:**For json result about member of EddieHub import eddiehub print(eddiehub.member(“FayasNoushad”)) GitHub – FayasNoushad/EddieHub: A […]
Read moreA python script adds the s4vitar config to bspwm automatically
Se ha testeado este script en ParrotOS, Kali y Ubuntu. Funciona para todos los sistemas operativos basados en Debian. git clone https://github.com/yorkox0/autoBspwm cd autoBspwm/ python3 main.py Se puede instalar tambien el entorno para el ususaio root, solo ejecutar mediante [sudo] el script. Disfrutad ^^ GitHub https://github.com/yorkox0/autoBspwm
Read moreA Sublime Text plugin can display images inline to improve your documentation
Sometimes ASCII art is not enough. Sometimes an image says more than a thousand words. This Sublime Text plugin can display images inline to improve your documentation. Usage Use the  markdown syntax inside a single-line comment. E. g. in Python you would use def hello(): #  print(‘Hello’) Local images are loaded by default, remote images (https://…) aren’t. You can configure an image’s dimensions by adding HTML properties after the image markup: {width=”200″, height=”200″}. Everything between the […]
Read moreDiscord exploit allowing you to be unbannable
Discord exploit allowing you to be unbannable. 9/3/2021 Found in late August.Found by Passive and Me. If a user gets banned at the same time that they join a server, Discord seems to still think the user is banned.Hence why the user won’t work, however, kicking the user from the server may work. discord_exploit.mp4 The exploit is difficult to replicate code-wise, so there is no POC source yet.If you make a working POC source, then make a pull request with […]
Read moreKanye West Lyrics Generator in python
Kanye West Lyrics Generator Python script for generating Kanye West lyrics Put kanye.txt in the same folder as the python script and run “python kanye.py” Change numVerses at the top of the file to change the number of verses. Sample output: Verse 1: Kanye West All the street lights, glowing, happen to be Her love is all that I can see No matter how much of a thug you see I’ve been afflicted by not one, not two, but all […]
Read more