detecto
detecto copied to clipboard
Combining Two models
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
Currently this is not possible to do with Detecto - I'd recommend looking into PyTorch if you wanted to do something like this.