File size: 503 Bytes
fb82b9a
 
 
0df98a0
fb82b9a
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
---
license: mit
---
The zip file contains all the YOLOV-5 variant models tuned on thermal data using two different SoA optimizers which includes ADAM and SGD. Each model variant contains two model versions which includes 'Best.pt' and 'Last.pt'. The models can also used in ensambling approach to increase the class wise accuracy however it will take greater inference time.

train: ../train/images
val: ../valid/images

nc: 7
Classes names: ['bicycle', 'bike', 'bus', 'car', 'dog', 'person', 'pole']