Category: Scripts
Minimal code and simple experiments to play with Denoising Diffusion Probabilistic Models (DDPMs)
All experiments have tensorboard visualizations for samples / train curves etc. To run the toy data experiments: python scripts/train_toy.py –dataset swissroll –save_path logs/swissroll To run the discrete mode collapse experiment: python scripts/train_mnist.py –save_path logs/mnist_3 –n_stack 3 This requires the pretrained mnist classifier: python scripts/train/mnist_classifier.py To run the CIFAR image generation experiment: python scripts/train_cifar.py –save_path logs/cifar To run the CelebA image generation experiments: python scripts/train_celeba.py –save_path logs/celeba GitHub
Read moreOfficial repository of SimViT
This is a official repository of SimViT.We will open our models and codes about object detection and semantic segmentation soon.Our code references the PVT, thanks a lot for their outstanding work! @misc{li2021simvit, title={SimViT: Exploring a Simple Vision Transformer with sliding windows}, author={Gang Li and Di Xu and Xing Cheng and Lingyu Si and Changwen Zheng}, year={2021}, eprint={2112.13085}, archivePrefix={arXiv}, primaryClass={cs.CV} }
Read moreGMHI: Gut Microbiome Health Index
Description Gut Microbiome Health Index (GMHI) is a robust index for evaluatinghealth status based on the species-level taxonomic profile of a stoolshotgun metagenome (gut microbiome) sample. Installation To avoid dependency conflicts, create an isolated conda environment andinstall gmhi Install via conda conda create –name gmhi_env -c danielchang2002 python=3.7 gmhi Activate environment Usage
Read moreRofi script to minimize / unminimize multiple windows in qtile
– Clone the directory and place the file “Qminimize” in a directory in your $PATH E.G. : I have mine in .local/bin but otherwise you can put it in /usr/bin –
Read morePython code that gives the fastest path from point a to point b of a chess horse
CARLOS MAGALLANES-ARANDA’S PERSONAL PROJECTSkchess.py is the code. its input is the start and the end. EXMPLE –a1d5its output is an array with the steps to follow separated with an “ó”.EXAMPLE – [‘a1’, ‘c2’, ‘b4’, ‘o’, ‘r’, ‘a1’, ‘c2’, ‘e3’]andthe number of the stepsEXAMPLE – 3 GitHub View Github
Read moreRepresents a Lavalink client used to manage nodes and connections
Represents a Lavalink client used to manage nodes and connections. setup setup lavalink you need to java 11* LTS or newer required. install lavalink last version, create application.yml, run the server config lavaplayer server info from .LavalinkClient() set information connection host=”127.0.0.1″, # server ip address port=8888, # port password=”password”, # password authentication bot_id=123 # bot id license take to LICENSE file GitHub To finish reading, please visit source site
Read moreA repository that finds a person who looks like you by using face recognition technology
Hello everyone, I’ve always wondered how casting agencies do the casting for a scene where a certain actor is young or old for a movie or TV show. I respect the art of make-up, but I am one of those who think that a different actor should play in that scene. If we look at the developments in computer vision in recent years, there will be no need for make-up in such cases. I think that face swapping and similar […]
Read more