Skip to content

Haste171/tow-truck-object-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation







Object detection tools to detect tow trucks

User-Setup

Join the Discord server for help

Dev-Setup

Prerequisites:

Setup

git clone https://github.com/Haste171/tow-truck-object-detection.git

Install Requirements

poetry install

Activate Environment

poetry shell

Setup ClearML for Logging

clearml-init

Access ClearML

Go to https://app.clear.ml/projects to access the project created once training starts to view logs etc.

Usage

Training

python main.py train --dataset /path/to/dataset --model_size medium --name TowTruckModel --clear_ml_name TowTruckObjectDetection --patience 10

Inference

python main.py infer --image /path/to/image.jpg

About

Object detection tools to detect tow trucks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages