pyronear / pyro-mlops

4 stars 4 forks source link

Model and Structure #14

Open gaetanbrison opened 5 months ago

gaetanbrison commented 5 months ago

Hi Matéo 👋

Hope you are doing well. Here is a summary of the changes:

  1. 🔨 adapted yolov8

    Adapted yolov8 to be able to change input parameters based on benchmark

  2. ✨ create v9

    Added yolov9 to models with training and pre-trained approach for Yolov9c and Yolov9e

  3. ✨ start hyperparams

    Uploaded the two approaches to run bench on screen Option 1 python Option 2 bash

  4. 🎨 improve structure

    Creating 3 folders models / preprocessing / hyperparams

  5. 📚 improving doc

    Adding changes to the README.md

  6. ✔️ making tests pass

I have followed this approach for commit names: https://gist.github.com/parmentf/035de27d6ed1dce0b36a

Wishing you a great day Gaëtan