Posts Written by Paul Guerrie

Paul Guerrie

Machine Learning Engineer at Roboflow - Building tools to democratize computer vision.

How to Deploy Computer Vision Models to Jetson Orin Nano

NVIDIA's newest Jetson Orin line promises a leap forward in computational efficiency and compatibility. Running on JetPack 5.0 and beyond, these compact yet powerful devices are akin

No Code Computer Vision with Roboflow + Zapier

Learn how to use the Roboflow Zapier integration to implement no-code computer vision workflows.

Launch: Updated Roboflow Inference Server

In this guide, learn about the new features available in the Roboflow inference server through which you can run inference on computer vision models.

How to Train YOLOv5 Instance Segmentation on a Custom Dataset

YOLOv5 is usually associated with object detection and is one of the most popular networks in the world for that task. Recently, image classification was added to YOLOv5, and it

How to Train YOLOv5-Classification on a Custom Dataset

YOLOv5 [https://blog.roboflow.com/yolov5-improvements-and-evaluation/] is one of the most popular object detection networks in the world, and now object detection isn't the only trick up its

How To Train SegFormer on a Custom Dataset

In this post, we will walk through how to train SegFormer on a custom dataset using Pytorch Lightning to classify every pixel in an image.

How to Train Detectron2 for Custom Instance Segmentation

A walk through on how to train Detectron2 to segment your custom objects from any image by providing our model with example training data.

What to Think About When Choosing Model Sizes

When training any machine learning model, you must trade off inference speed for accuracy. Larger models with more parameters are uniformly more accurate, and smaller models with fewer parameters are uniformly faster to infer.