Pascal VOC 2007: Faster R-CNN

Object detection model using PyTorch and Faster R-CNN trained on the Pascal VOC dataset.

Tech Stack

Python PyTorch Torchvision Pascal VOC Dataset

Overview

This project implements a Faster R-CNN model for object detection. A custom dataset class was created for Pascal VOC 2007 annotations. The model was trained with data augmentations and evaluated using mAP, precision, and recall.

Features

View on GitHub Back to Portfolio