I would like a resize transform in the library. Currently I don’t know how to add a resize transform after my random crop transform:
tfms = [crop(size=420, row_pct=(0,1), col_pct=(0,1)),
resize(size=140)] ????
I need this especific pipeline tranforms because i am replicating a paper.
I think it should be an instance of TfmCoord()
class, but im not sure.