Tag: Semantic

Getting Started with MongoDB Atlas for Semantic Search

On June 22nd, MongoDB launched Atlas Vector Search in preview mode. I tried this new feature for you! The idea is to store a small dataset of common English proverbs on MongoDB and ask something like: Question: Things that look good outwardly may not be as valuable or good. A...

What Happened to the Semantic Web?

Remember the Semantic Web? Probably not. It was all the rage about two decades ago. But nowadays, mentions of it are rare. After starting with a bold vision for a new Web (see below), the Semantic Web gradually lost steam and faded into the background little by little. Still, there never was a ki...

What Happened to the Semantic Web?

Remember the Semantic Web? Probably not. It was all the rage about two decades ago. But nowadays, mentions of it are rare. After starting with a bold vision for a new Web (see below), the Semantic Web gradually lost steam and faded into the background little by little. Still, there never was a ki...

Semantic Segmentation with Open3D-ML, PyTorch Backend, and a Custom Dataset

As part of my experimentation with Open3D-ML for Point Clouds, I wrote articles explaining how to install this library with Tensorflow and PyTorch support. To test the installation, I explained how to run a simple Python script to visualize a labeled dataset for Semantic Segmenta...

3D Point Cloud Semantic Segmentation Using Deep Learning Techniques

Point cloud learning has recently attracted attention due to the development of Augmented Reality / Virtual Reality and its wide applications in areas of computer vision, autonomous driving, and robotics. Deep Learning has been successfully used to solve 2D vision problems, however, the use of deep ...

My First Project in Computer Vision: Cityscape Semantic Segmentation Using UNet

When I first heard of computer vision, I was only familiar with Object Detection and Classification, but that’s not all there is to Image Semantic Segmentation. Image Segmentation is the process of partitioning a digital image into multiple image segments also known as image regions or im...

Semantic Segmentation Datasets for Autonomous Driving

Myriad efforts have been made over the last 10 years in algorithmic improvements and dataset creation for semantic segmentation tasks. Of late, there have been rapid gains in this field, a subset of visual scene understanding, due mainly to contributions by deep learning methodologies. But deep&nbsp...