A semantic segmentation toolbox based on PyTorch

vedaseg vedaseg is an open source semantic segmentation toolbox based on PyTorch. Features Modular Design We decompose the semantic segmentation framework into different components. The flexible and extensible design make it easy to implement a customized semantic segmentation project by combining different modules like building Lego. Support of several popular frameworks The toolbox supports several popular semantic segmentation frameworks out of the box, e.g. DeepLabv3+, DeepLabv3, U-Net, PSPNet, FPN, etc. High efficiency Multi-GPU data parallelism & distributed training. Multi-Class/Multi-Label segmentation […]

Read more

Visualization toolkit for neural networks in PyTorch

FlashTorch A Python visualization toolkit, built with PyTorch, for neural networks in PyTorch. Neural networks are often described as “black box”. The lack of understanding on how neural networks make predictions enables unpredictable/biased models, causing real harm to society and a loss of trust in AI-assisted systems. Feature visualization is an area of research, which aims to understand how neural networks perceive images. However, implementing such techniques is often complicated. FlashTorch was created to solve this problem! You can apply […]

Read more

OpenMMLab Semantic Segmentation Toolbox and Benchmark

MMSegmentation MMSegmentation is an open source semantic segmentation toolbox based on PyTorch. It is a part of the OpenMMLab project. The master branch works with PyTorch 1.3+. Major features Unified Benchmark We provide a unified benchmark toolbox for various semantic segmentation methods. Modular Design We decompose the semantic segmentation framework into different components and one can easily construct a customized semantic segmentation framework by combining different modules. Support of multiple methods out of box The toolbox directly supports popular and […]

Read more

OpenMMLab Image and Video Editing Toolbox in PyTorch

MMEditing Documentation actions codecov PyPI LICENSE Average time to resolve an issue Percentage of issues still open MMEditing is an open source image and video editing toolbox based on PyTorch. It is a part of the OpenMMLab project. The master branch works with PyTorch 1.3 to 1.6. Documentation: https://mmediting.readthedocs.io/en/latest/. Major features Modular design We decompose the editing framework into different components and one can easily construct a customized editor framework by combining different modules. Support of multiple tasks in editing […]

Read more

An open-source toolbox for video understanding based on PyTorch

MMAction2 MMAction2 is an open-source toolbox for video understanding based on PyTorch. It is a part of the OpenMMLab project. The master branch works with PyTorch 1.3+.Action Recognition Results on Kinetics-400 Spatio-Temporal Action Detection Results on AVA-2.1 Skeleton-base Action Recognition Results on NTU-RGB+D-120 Major Features Modular design We decompose the video understanding framework into different components and one can easily construct a customized video understanding framework by combining different modules. Support for various datasets The toolbox directly supports multiple datasets, […]

Read more

Python package for the analysis and visualisation of finite-difference fields

discretisedfield Marijan Beg1,2, Martin Lang1, Ryan A. Pepper1, Thomas Kluyver1,2, and Hans Fangohr1,2,3 1 Faculty of Engineering and Physical Sciences, University of Southampton, Southampton SO17 1BJ, United Kingdom2 European XFEL GmbH, Holzkoppel 4, 22869 Schenefeld, Germany3 Max Planck Institute for the Structure and Dynamics of Matter, Luruper Chaussee 149, 22761 Hamburg, Germany About discretisedfield is a Python package, integrated with Jupyter, providing: definition of finite-difference regions, meshes, lines, and fields, analysis of finite-difference fields, visualisation using matplotlib and k3d, and […]

Read more

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 more

Chromepass: 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 more
1 27 28 29 30 31 51