ml-starter-packs / ml-monorepo

Educational example monorepo demonstrating services managed with pants.
https://ml-starter-packs.github.io/ml-monorepo/
MIT License
0 stars 0 forks source link

Resizing #4

Closed sarodz closed 2 years ago

sarodz commented 2 years ago

Have the option to provide Tuple of width/height and percentage

mathematicalmichael commented 2 years ago

resize: takes in size and calls opencv rescale: takes in scale, then calls resize after computing new dimensions.

sorry I didn't comment last week!