Verg-Avesta / CounTR

CounTR: Transformer-based Generalised Visual Counting
https://verg-avesta.github.io/CounTR_Webpage/
MIT License
92 stars 9 forks source link

List index out of range while resizeing #22

Closed NateshReddy closed 5 months ago

NateshReddy commented 1 year ago

image

Getting this resize issue while finetuning with FSC_finetune_cross.py on my custom dataset. Can you please help me with this?

Verg-Avesta commented 1 year ago

The mosaic augmentation in FSC147.py needs the image to be 384x384, so maybe there is something wrong with the image size?