detecto icon indicating copy to clipboard operation
detecto copied to clipboard

Combining Two models

Open manjujidagi opened this issue 4 years ago • 1 comments

from detecto import core

model1 = core.Model.load(......)
model2 = core.Model.load(......)

Now i want to combine model1 & model2 generating model3. Currently there is no documentation which can do this

manjujidagi avatar Apr 02 '21 06:04 manjujidagi

Currently this is not possible to do with Detecto - I'd recommend looking into PyTorch if you wanted to do something like this.

alankbi avatar Apr 04 '21 07:04 alankbi