A simple project management tool for educational purposes in python
This software is used for educational and demonstrative purposes. It’s a simple project management tool powered by Django Framework Features: Class-Based Views approach Login, Sign Up, Recover (LoginView, FormView, UserCreationForm, PasswordResetForm, LogoutView, PasswordResetView, PasswordResetDoneView, PasswordResetConfirmView, PasswordResetCompleteView) Custom Extended User model (AbstractUser, BaseUserManager, UserManager) Permissions and Groups (LoginRequiredMixin, PermissionRequiredMixin) Simple CRUD views (ListView, DetailView, CreateView, UpdateView, DeleteView) File uploading Statistics (TemplateView, View, Q, F, Count, FloatField, Cast, Case, When, Sum, Avg) Forms (Form, ModelForm) Admin page (ModelAdmin, TabularInline) Template and layouts […]
Read moreChromepass: Hacking Chrome Saved Passwords and Cookies
Chromepass – Hacking Chrome Saved Passwords and Cookies Chromepass is a python-based console application that generates a windows executable with the following features: Decrypt Google Chrome, Chromium, Edge, Brave, Opera and Vivaldi saved paswords and cookies Send a file with the login/password combinations and cookies remotely (http server) Undetectable by AV if done correctly Custom icon Custom error message Customize port AV Detection! The new client build methodology practically ensures a 0% detection rate, even without AV-evasion tactics. If this […]
Read moreContrastive Learning for Compact Single Image Dehazing
AECR-Net Contrastive Learning for Compact Single Image Dehazing, CVPR2021. Official Pytorch based implementation. Pytorch Version TODO: model code pretrained models MindSpore Version https://github.com/Booooooooooo/AECRNet-MindSpore by @wyb Performance GitHub https://github.com/GlassyWu/AECR-Net
Read morePyTorch implementation for paper Neural Marching Cubes
NMC PyTorch implementation for paper Neural Marching Cubes, Zhiqin Chen, Hao Zhang. Citation If you find our work useful in your research, please consider citing: @article{chen2021nmc, title={Neural Marching Cubes}, author={Zhiqin Chen and Hao Zhang}, journal={arXiv preprint arXiv:2106.11272}, year={2021} } Notice We have implemented Neural Dual Contouring (NDC).NDC is based on Dual Contouring and thus much easier to implement than NMC.It produces less triangles and vertices (1/8 of NMC, 1/4 of NMC-lite, ≈MC33), with better triangle quality.It runs faster than NMC […]
Read moreLarge scale embeddings on a single machine
Marius is a system under active development for training embeddings for large-scale graphs on a single machine. Training on large scale graphs requires a large amount of data movement to get embedding parameters from storage to the computational device.Marius is designed to mitigate/reduce data movement overheads using: Pipelined training and IO Partition caching and buffer-aware data orderings Details on how Marius works can be found in our OSDI ’21 Paper, where experiment scripts and configurations can be found in the […]
Read moreBenchmarking Model and System Performance of Federated Learning
FedScale This repository contains scripts and instructions of building FedScale, a diverse set of challenging and realistic benchmark datasets to facilitate scalable, comprehensive, and reproducible federated learning (FL) research. FedScale datasets are large-scale, encompassing a diverse range of important FL tasks, such as image classification, object detection, language modeling, speech recognition, and reinforcement learning. For each dataset, we provide a unified evaluation protocol using realistic data splits and evaluation metrics. To meet the pressing need for reproducing realistic FL at […]
Read moreSofGAN: A Portrait Image Generator with Dynamic Styling
This repository contains the official PyTorch implementation for the paper: SofGAN: A Portrait Image Generator with Dynamic Styling. We propose a SofGAN image generator to decouple the latent space of portraits into two subspaces: a geometry space and a texture space. Experiments on SofGAN show that our system can generate high quality portrait images with independently controllable geometry and texture attributes. Installation Install environment: git clone https://github.com/apchenstu/sofgan.git –recursive conda install pytorch==1.7.1 torchvision==0.8.2 cudatoolkit=10.2 -c pytorch pip install tqdm argparse scikit-image […]
Read morePaster color with blender color format in python
ColorPaster [Blender Addon] Convert three types of color in your clipboard and paste it to the color property (gamma correct) How to Use Hover your mouse on the color property,F3 search color paste, then bind it to short cut or quick favorite. Copy your color from your favorite picker or website, then paste it with your quick favorite Format Support Hex : ‘#’ is not necessary RGB :uppercase letter & space after ‘,’ is not necessary. Allow to pick RGBA […]
Read more 
			 
			 
			 
			 
			 
			 
			 
			 
			