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

PyTorch 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 more
1 549 550 551 552 553 973