# Project Overview
This zip contains code and models for inference using cylindrical models. 
It includes various helper functions, model weights, and test images for evaluation.

## Directory Structure
- **Helpers/**: Contains helper scripts and utilities used throughout the project.
- **Models/**: Directory containing model weights.
- **Test_images/**: Folder with test images for inference.
- **Results_images/**: Folder with results images.

## Files
- **Inference_cylinders.py**: Main script for performing inference on cylinder models.
- **loss_functions.py**: Contains custom loss functions for training/evaluation.
- **requirements.txt**: Lists the dependencies required to run the project.

## Usage
Run the inference script with: python Inference_cylinders.py
