#算法刷题#A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
翻译 - python库旨在使开发人员能够使用独立的计算机视觉功能来构建应用程序和系统
#计算机科学#Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
翻译 - 您好AI World指南,介绍如何使用TensorRT和NVIDIA Jetson部署深度学习推理网络和深度视觉原语。
PaddleClas 是一个为工业界和学术界所准备的图像识别任务工具集
#计算机科学#A PyTorch Implementation of Single Shot MultiBox Detector
翻译 - 单发MultiBox检测器的PyTorch实现
#IOS#Code examples for new APIs of iOS 10.
#计算机科学#ICCV2021/2019/2017 论文/代码/解读/直播合集,极市团队整理
#计算机科学#Emgu CV is a cross platform .Net wrapper to the OpenCV image processing library.
翻译 - Emgu CV是OpenCV图像处理库的跨平台.Net包装器。
#自然语言处理#Dealing with all unstructured data, such as reverse image search, audio search, molecular search, video analysis, question and answer systems, NLP, etc.
#人脸识别#A modern, web-based photo management server. Run it on your home server and it will let you find the right photo from your collection on any device. Smart filtering is made possible by object recognit...
翻译 - 这是一个新的基于Web的照片管理应用程序。在家庭服务器上运行它,它将使您可以在任何设备上从收藏集中找到合适的照片。通过对象识别,位置识别,颜色分析和其他ML算法,可以实现智能过滤。
#人脸识别#An Embedded Computer Vision & Machine Learning Library (CPU Optimized & IoT Capable)
翻译 - 嵌入式计算机视觉和机器学习库(CPU优化和物联网功能)
Bayesian Convolutional Neural Network with Variational Inference based on Bayes by Backprop in PyTorch.
#计算机科学#Notes for Fastai Deep Learning Course
Channel Pruning for Accelerating Very Deep Neural Networks (ICCV'17)
#计算机科学#A Tensorflow model for text recognition (CNN + seq2seq with visual attention) available as a Python package and compatible with Google Cloud ML Engine.
#计算机科学#Framework-agnostic implementation for state-of-the-art saliency methods (XRAI, BlurIG, SmoothGrad, and more).
C++ implementation of a ScienceDirect paper "An accelerating cpu-based correlation-based image alignment for real-time automatic optical inspection"
#计算机科学#Descriptive Deep Learning
#安卓#📷 Point your camera at things to learn how to say them in a different language. Android app built with React Native.
基于u-net,cv2以及cnn的中文车牌定位,矫正和端到端识别软件,其中unet和cv2用于车牌定位和矫正,cnn进行车牌识别,unet和cnn都是基于tensorflow的keras实现