facebookresearch / ConvNeXt

Code release for ConvNeXt model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resize Test Images for size less than 32

iamsh4shank opened this issue · comments

In the code block for dataset.py there is no code to resize the test images if the size is less than 32. It only works for a size greater than 32.