microsoft / VoTT

Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reshape image in Custom Active Learning

TaeseongMoon opened this issue · comments

Normaly, Input image should be reshape for matching model input shape.
when use tfjs model's execute function, is it unnecessary?
I can't find any preprocess except expandDims.