Recommended Computer Vision Projects from Microsoft Research Asia

Recommended Computer Vision Projects from Microsoft Research Asia

ClickI Love Computer Vision to star and get CVML new technologies faster. Microsoft Research Asia has produced a lot of cutting-edge technologies in computer vision, as well as numerous high-quality open-source projects that are highly regarded. For those who love CV, the following recommendations are not to be missed. Additionally, at the end of the … Read more

Understanding Object Detection in Computer Vision

Understanding Object Detection in Computer Vision

Click the "Xiaobai Learns Vision" above, select to add "Star" or "Top" Heavyweight content delivered to you first Editor’s Recommendation Object Detection is a popular direction in the field of Computer Vision, widely used in autonomous driving, industrial inspection, video surveillance, and aerospace, among others. Its basic process involves locating the target of interest in … Read more

Detailed Explanation of Detection and Segmentation in Computer Vision

Detailed Explanation of Detection and Segmentation in Computer Vision

Click the "Xiaobai Learns Vision" above, select to add "Starred" or "Pinned" Heavy content, delivered first time 【Introduction】Neural networks have a wide range of applications in the field of computer vision. With slight modifications, the same tools and techniques can be effectively applied to a wide variety of tasks. In this article, we will introduce … Read more

Recommended Computer Vision Papers for May 2024

Recommended Computer Vision Papers for May 2024

Source: DeepHub IMBA This article is approximately 3100 words long and is recommended for a 6-minute read. This article introduces the latest research and advancements in the field of computer vision, covering various topics including diffusion models, vision-language models, image editing and generation, video processing and generation, and image recognition. Today, we summarize the most … Read more

Development Report on Pattern Recognition: Key Advances in Computer Vision

Development Report on Pattern Recognition: Key Advances in Computer Vision

CASIA Unlock More Intelligence Beauty Introduction Computer vision is a discipline that studies how to use computers to simulate the functions of human or biological visual systems. Its purpose is to enable computers to perceive and understand the surrounding world based on images, specifically to recognize, measure, and understand information such as scenes, objects, and … Read more

Four Fundamental Tasks of Computer Vision

Four Fundamental Tasks of Computer Vision

Click on the above “Beginner’s Guide to Vision“, choose to add “Star” or “Top“ Important content delivered at the first time Reprinted from: Author | Zhang Hao Source | Zhihu(https://zhuanlan.zhihu.com/p/31727402) Introduction:Deep learning has become one of the fastest-growing and most exciting fields of machine learning. Many significant papers have been published, and there are many … Read more

Training and Inference of Safety Helmet Detection Model Using TensorFlow and OpenCV4

Training and Inference of Safety Helmet Detection Model Using TensorFlow and OpenCV4

Click on the above“Beginner Learning Vision” to choose to add “Star” or “Top“ Important content delivered in real-time Development Environment Software Version Information: Windows 10 64-bit TensorFlow 1.15 TensorFlow Object Detection API 1.x Python 3.6.5 VS2015 VC++ CUDA 10.0 Hardware: CPU i7 GPU 1050ti To install the TensorFlow Object Detection API framework, see here: The … Read more

Object Detection Tutorial in TensorFlow: Real-Time Detection

Object Detection Tutorial in TensorFlow: Real-Time Detection

Introduction Creating precise machine learning models capable of identifying and locating multiple objects in a single image remains a core challenge in computer vision. However, with recent advancements in deep learning, object detection applications are easier to develop than ever before. The TensorFlow Object Detection API is an open-source framework built on top of TensorFlow … Read more

Social Distance Detector Using TensorFlow, Python, and OpenCV

Social Distance Detector Using TensorFlow, Python, and OpenCV

Click on the “Beginner’s Visual Learning” above to select “Star” or “Pin“ Important content delivered promptly 0. Introduction During the pandemic, we searched for TensorFlow pre-trained models on GitHub and found a repository containing 25 object detection pre-trained models with their performance and speed metrics. Utilizing one of these models to build a social distance … Read more

How to Build a Real-Time Object Detection Program Using TensorFlow and OpenCV

How to Build a Real-Time Object Detection Program Using TensorFlow and OpenCV

Click the "Xiaobai Learns Vision" above, select to add "Star" or "Top" Heavyweight content delivered promptly Introduction In this article, we will gradually introduce how to easily build your own real-time object detection application using TensorFlow (TF) new Object Detection API and OpenCV in Python 3. Below is the running application: Purpose and Motivation Google … Read more