博文地址
https://xugaoxiang.com/2021/06/30/yolov5-pyqt5
代码执行
项目中使用YOLOv5的v5.0版本,界面文件是project.ui
pip install -r requirements.txt
python main.py
图片检测
视频检测
摄像头检测
图片处理后,预测结果保存在prediction.jpg
视频或者摄像头处理后,预测结果保存在prediction.avi
https://xugaoxiang.com/2021/06/30/yolov5-pyqt5
项目中使用YOLOv5的v5.0版本,界面文件是project.ui
pip install -r requirements.txt
python main.py
图片检测
视频检测
摄像头检测
图片处理后,预测结果保存在prediction.jpg
视频或者摄像头处理后,预测结果保存在prediction.avi
基于YOLOv5 5.0正式版, https://github.com/ultralytics/yolov5/releases/tag/v5.0,方便起见,版本号与原版YOLOv5保持一致。
Source code(tar.gz)AtlasNet [Project Page] [Paper] [Talk] AtlasNet: A Papier-Mâché Approach to Learning 3D Surface Generation Thibault Groueix, Matthew Fisher, Vladimir
sdeflow-light This is a minimalist codebase for training score-based diffusion models (supporting MNIST and CIFAR-10) used in the following paper "A V
Sequence-Labeling-Early-Exit Code for ACL 2021 paper: Accelerating BERT Inference for Sequence Labeling via Early-Exit Requirement: Please refer to re
This repository contains code for the following two papers: VisualBERT: A Simple and Performant Baseline for Vision and Language (arxiv) with a short
RR-GCN: Random Relational Graph Convolutional Networks PyTorch Geometric code for the paper "R-GCN: The R Could Stand for Random" RR-GCN is an extensi
To run a generation experiment (either conceptnet or atomic), follow these instructions: First Steps First clone, the repo: git clone https://github.c
MNIST on the Web An attempt to predict MNIST handwritten digits from my PyTorch model from the browser (client-side) and not from the server, with the
Designing a Minimal Retrieve-and-Read System for Open-Domain Question Answering Abstract In open-domain question answering (QA), retrieve-and-read mec
FB-tCNN for SSVEP Recognition Here are the codes of the tCNN and FB-tCNN in the paper "Filter Bank Convolutional Neural Network for Short Time-Window
DC-CapsNet This is a tensorflow and keras based implementation of DC-CapsNet for HSI in the Remote Sensing Letters R. Lei et al., "Hyperspectral Remot
CorrelAid Machine Learning Winter School Welcome to the CorrelAid ML Winter School! Task The problem we want to solve is to classify trees in Roosevel
ARAE Tensorflow Code Code for the paper Adversarially Regularized Autoencoders for Generating Discrete Structures by Zhao, Kim, Zhang, Rush and LeCun
Food recognition model using convolutional neural network & computer vision. The goal is to match or beat the DeepFood Research Paper
MSR-GCN Official implementation of MSR-GCN: Multi-Scale Residual Graph Convolution Networks for Human Motion Prediction (ICCV 2021 paper) [Paper] [Sup
Controlling Hill Climb Racing with Hand Tacking Opened Palm for Gas Closed Palm for Brake
Fast recommendation algorithms for large graphs based on link analysis. License: Apache Software License Author: Emmanouil (Manios) Krasanakis Depende
NeoPlay is the project dedicated to ESport events. On this platform users can participate in tournaments with prize pools as well as create their own tournaments.
Semantic segmentation using Tensorflow eager execution Requirement Python 2.7+ Tensorflow-gpu OpenCv H5py Scikit-learn Numpy Imgaug Train with eager e
Pose-Transfer Code for the paper Progressive Pose Attention for Person Image Generation in CVPR19(Oral). The paper is available here. Video generation
Official Pytorch implementation of ICLR 22 paper Fast Differentiable Matrix Square Root