Skip to content

Latest commit

 

History

History
80 lines (64 loc) · 5.18 KB

README.md

File metadata and controls

80 lines (64 loc) · 5.18 KB

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.