All Projects → Media-Smart → volkscv

Media-Smart / volkscv

Licence: Apache-2.0 license
A Python toolbox for computer vision research and project

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to volkscv

Paddlex
PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具)
Stars: ✭ 3,399 (+5760.34%)
Mutual labels:  deployment, detection, classification, segmentation
Cvpods
All-in-one Toolbox for Computer Vision Research.
Stars: ✭ 277 (+377.59%)
Mutual labels:  detection, classification, segmentation
3d Pointcloud
Papers and Datasets about Point Cloud.
Stars: ✭ 179 (+208.62%)
Mutual labels:  detection, classification, segmentation
mri-deep-learning-tools
Resurces for MRI images processing and deep learning in 3D
Stars: ✭ 56 (-3.45%)
Mutual labels:  detection, classification, segmentation
All About The Gan
All About the GANs(Generative Adversarial Networks) - Summarized lists for GAN
Stars: ✭ 630 (+986.21%)
Mutual labels:  detection, classification, segmentation
Dlcv for beginners
《深度学习与计算机视觉》配套代码
Stars: ✭ 1,244 (+2044.83%)
Mutual labels:  detection, classification, segmentation
Caffe Model
Caffe models (including classification, detection and segmentation) and deploy files for famouse networks
Stars: ✭ 1,258 (+2068.97%)
Mutual labels:  detection, classification, segmentation
Model Quantization
Collections of model quantization algorithms
Stars: ✭ 118 (+103.45%)
Mutual labels:  detection, classification, segmentation
mmrazor
OpenMMLab Model Compression Toolbox and Benchmark.
Stars: ✭ 644 (+1010.34%)
Mutual labels:  detection, classification, segmentation
Vermin
Concurrently detect the minimum Python versions needed to run code
Stars: ✭ 218 (+275.86%)
Mutual labels:  analysis, detection
Ml Dl Scripts
The repository provides usefull python scripts for ML and data analysis
Stars: ✭ 119 (+105.17%)
Mutual labels:  deployment, classification
Machine Learning Projects
This repository consists of all my Machine Learning Projects.
Stars: ✭ 135 (+132.76%)
Mutual labels:  deployment, classification
Netcap
A framework for secure and scalable network traffic analysis - https://netcap.io
Stars: ✭ 1,519 (+2518.97%)
Mutual labels:  analysis, detection
Stringlifier
Stringlifier is on Opensource ML Library for detecting random strings in raw text. It can be used in sanitising logs, detecting accidentally exposed credentials and as a pre-processing step in unsupervised ML-based analysis of application text data.
Stars: ✭ 85 (+46.55%)
Mutual labels:  analysis, classification
Code Sleep Python
Awesome Projects in Python - Machine Learning Applications, Games, Desktop Applications all in Python 🐍
Stars: ✭ 306 (+427.59%)
Mutual labels:  analysis, classification
SWELF
Simple Windows Event Log Forwarder (SWELF). Its easy to use/simply works Log Forwarder and EVTX Parser. Almost in full release here at https://github.com/ceramicskate0/SWELF/releases/latest.
Stars: ✭ 23 (-60.34%)
Mutual labels:  analysis, detection
Shadowless
A Fast and Open Source Autonomous Perception System.
Stars: ✭ 29 (-50%)
Mutual labels:  detection, segmentation
Chronos
Chronos - A static race detector for the go language
Stars: ✭ 272 (+368.97%)
Mutual labels:  analysis, detection
napari-hub
Discover, install, and share napari plugins
Stars: ✭ 44 (-24.14%)
Mutual labels:  analysis, detection
BCNet
Deep Occlusion-Aware Instance Segmentation with Overlapping BiLayers [CVPR 2021]
Stars: ✭ 434 (+648.28%)
Mutual labels:  detection, segmentation

Introduction

Volkscv is a foundational python library for computer vision research and deployment projects

It provides the following functionalities.

  • Analyzer
  • Metrics.

LicenseNow

This project is released under the Apache 2.0 license.

Installation

Requirements

  • Linux or Windows
  • Python >= 3.6
  • Numpy >= 1.13.3

We have tested the following versions of OS and softwares:

  • OS: Ubuntu 16.04.6 LTS
  • Python: 3.7.3
  • Numpy: 1.16.4

Install volkscv

1.If your platform is x86 or x64, you can create a conda virtual environment and activate it.

conda create -n volkscv python=3.7 -y
conda activate volkscv

2.Setup

pip install "git+https://github.com/Media-Smart/volkscv.git"

Support

Analyzer

Metrics

Contact

This repository is currently maintained by Chenhao Wang (@C-H-Wong), Yuxin Zou (@Yuxin Zou), Jun Sun(@ChaseMonsterAway), Hongxiang Cai (@hxcai), Yichao Xiong (@mileistone).

Credits

We got and modified much code from scikit-learn, cocoapi, thanks to scikit-learn, COCO.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].