Skip to content

NEW - YOLOv8 🚀 in PyTorch > ONNX > CoreML > TFLite

License

Notifications You must be signed in to change notification settings

salwaalkhatib/ultralytics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLOngv8: From Imbalanced to Accurate Object Detection in Long Tailed iSAID Dataset

Requirements

YOLOv8 requires ultralytics package which requires Python>=3.7 and Pytorch>=1.7. Setup Environment with \

conda install pytorch==1.10.1 torchvision==0.11.2 torchaudio==0.10.1 cudatoolkit=11.3 -c pytorch -c conda-forge
pip install ultralytics 

Run validation of model by specifying the checkpoint for PATH/TO/CHECKPOINT in

python validate.py --checkpoint PATH/TO/CHECKPOINT

Model Architecture

Prototype based Contrastive loss

tSNE plots of features

tSNE plot of features before and contrastive learning.

About

NEW - YOLOv8 🚀 in PyTorch > ONNX > CoreML > TFLite

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • Other 1.1%