A python tool to manage configuration files, build scripts etc

repo_helper A tool to manage configuration files, build scripts etc. across multiple projects. This project is in an early stage, and some things might not work correctly or break in a new release. Note: The autocommit functionality is currently broken on Windows, but works OK on Linux and macOS. Installation repo_helper can be installed from PyPI or Anaconda. To install with pip: $ python -m pip install repo_helper To install with conda: GitHub https://github.com/repo-helper/repo_helper    

Read more

One Stop Anomaly Shop with python

One Stop Anomaly Shop (OSAS) This repository implements the models, methods and techniques presented in our paper: A Principled Approach to Enriching Security-related Data for Running Processes through Statistics and Natural Language Processing. One Stop Anomaly Shop: Anomaly detection using two-phase approach: (a) pre-labeling using statistics, Natural Language Processing and static rules; (b) anomaly scoring using supervised and unsupervised machine learning. Introduction video (follows quick start guide) This video is a recording of our Hack In The Box (HITB) Security […]

Read more

An aggressor plugin extension for Cobalt Strike which enables pypykatz to interface with the beacons remotely

Aggrokatz is an aggressor plugin extension for Cobalt Strike which enables pypykatz to interface with the beacons remotely and allows it to parse LSASS dump files and registry hive files to extract credentials and other secrets stored without downloading the file and without uploading any suspicious code to the beacon. aggrokatz is an Aggressor plugin extension for CobaltStrike which enables pypykatz to interface with the beacons remotely.The current version of aggrokatz allows pypykatz to parse LSASS dump files and Registry […]

Read more

Representing Scenes as Compositional Generative Neural Feature Fields

GIRAFFE This repository contains the code for the CVPR 2021 paper “GIRAFFE: Representing Scenes as Compositional Generative Neural Feature Fields” GIRAFFE: Representing Scenes as Compositional Generative Neural Feature Fields If you find our code or paper useful, please cite as @inproceedings{GIRAFFE, title = {GIRAFFE: Representing Scenes as Compositional Generative Neural Feature Fields}, author = {Niemeyer, Michael and Geiger, Andreas}, booktitle = {Proc. IEEE Conf. on Computer Vision and Pattern Recognition (CVPR)}, year = {2021} } TL; DR – Quick Start […]

Read more

Invert and perturb GAN images for test-time ensembling

GAN Ensembling Ensembling with Deep Generative Views.Lucy Chai, Jun-Yan Zhu, Eli Shechtman, Phillip Isola, Richard ZhangCVPR 2021 Prerequisites Linux Python 3 NVIDIA GPU + CUDA CuDNN Table of Contents: Colab – run a limited demo version without local installation Setup – download required resources Quickstart – short demonstration code snippet Notebooks – jupyter notebooks for visualization Pipeline – details on full pipeline We project an input image into the latent space of a pre-trained GAN and perturb it slightly to […]

Read more

A collection of modern themes for Tkinter TTK

ttkbootstrap A collection of modern flat themes inspired by Bootstrap. Also includes TTK Creator which allows you to easily create and use your own themes. How to install pip install ttkbootstrap If you are on Linux, you may need to install a font with emojii support. sudo apt-get install fonts-symbola Documentation Read for more information about how to use along with full-size screenshots, and other useful information. https://ttkbootstrap.readthedocs.io/en/latest/ Sample of themes Play with a live demo after installing the package […]

Read more

Task-based datasets, preprocessing, and evaluation for sequence models

SeqIO SeqIO is a library for processing sequential data to be fed into downstream sequence models. It uses tf.data.Dataset to create scalable data pipelines but requires minimal use of TensorFlow. In particular, with one line of code, the returned dataset can be transformed to a numpy iterator and hence it is fully compatible with other frameworks such as JAX or PyTorch. Currently, SeqIO assumes that the dataset is a sequence, i.e., each feature is one-dimensional array. Modalities such as text […]

Read more

A Telegram Parmanent Files Store Bot

PyroFilesStoreBot This is Telegram Parmanent Files Store Bot by @AbirHasan2005. Language: Python3Library: Pyrogram Features: In PM Just Forward or Send any file it will save on Database & give you the Access Link. In Channel Add Bot as Admin with Edit Rights. When you will send any file or media in Channel it will Edit the Broadcast Message with Saved Link Button. You can also Broadcast anythings via this Bot. You can also Do Force Sub to a Channel to […]

Read more

Discriminative Region Suppression for Weakly-Supervised Semantic Segmentation

DRS Official pytorch implementation of our paper: Discriminative Region Suppression for Weakly-Supervised Semantic Segmentation [Paper], Beomyoung Kim, Sangeun Han, and Junmo Kim, AAAI 2021 We propose the discriminative region suppression (DRS) module that is a simple yet effective method to expand object activation regions. DRS suppresses the attention on discriminative regions and spreads it to adjacent non-discriminative regions, generating dense localization maps. [2021.06.10] we support DeepLab-V3 segmentation network! Setup Dataset Preparing # dataset structure VOC2012/ — Annotations/ — ImageSets/ — […]

Read more

Efficient Regional Memory Network for Video Object Segmentation

RMNet This repository contains the source code for the paper Efficient Regional Memory Network for Video Object Segmentation. Cite this work @inproceedings{xie2021efficient, title={Efficient Regional Memory Network for Video Object Segmentation}, author={Xie, Haozhe and Yao, Hongxun and Zhou, Shangchen and Zhang, Shengping and Sun, Wenxiu}, booktitle={CVPR}, year={2021} } Datasets We use the ECSSD, COCO, PASCAL VOC, MSRA10K, DAVIS, and YouTube-VOS datasets in our experiments, which are available below: Pretrained Models The pretrained models for DAVIS and YouTube-VOS are available as follows: […]

Read more
1 524 525 526 527 528 927