Skip to content

loeclos/aircraft-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FGCV Aircraft prediction

Live demo -> https://huggingface.co/spaces/loeclos/aircraft-prediction


Timeline ⏲️

0.1 04/07/2025 - Created repository.


File diagram

|  resources           # Folder with different files used for showing the model in action.
│  model_weights.pt    # The best model weights.
│  main.ipynb          # The notebook that the model was trained with
│  classes.csv         # The available classes.

Description

This project aims to be able to classify planes from the FGCV dataset. The model we use here is the yolo11n from the ultralitycs library. The dataset from pytorch datasets.

Everything else is quite easy. Half of the notebook is focused on preprocessing the data. After that we load our yolo model using the weights in the repo.

You can see the model in action here: https://colab.research.google.com/drive/18nlsrKk2FIlxxOU16HT0RSUw-LVUwgGy?usp=sharing

About

A project that predicts planes from a given image

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors