Does each training get added to same model? Or separate models?

#64
by midgetjoe555 - opened

If I train a person and then another person and then an object, do I get a model with all 3 in it? Or 3 seperate models?

If separate is there a way to get it to train the same model so I can continuously improve the same one?

Each training will train a separate model for now.
It is in my todo list to be able to add custom models to be trained - and then you could keep iterating on the same, for now it is possible but require some meddling with the code and converting your model to fp32; i plan to streamline that soon

That will be a great update.

Is there something new about that feature request? I had the same question: I want to train a whole family with 5 or more members and some important object. I tried to do it with the "add +1 concept" Button for 3 persons - but even that did not work for me. There was a model created - but I can't find more than the first person.

Sign up or log in to comment