Open dmpetrov opened 1 day ago
To vissualize all possible signals we need something like this:
@dmpetrov is it opposed to something that we have now? can you give a bit more details please?
@shcheklein could you please clarify the question?
@dmpetrov I guess my question is - that code that you shared, is it something that we do now? E.g. do I have to do a custom MyYolo
to visualize multiple signals now?
E.g. do I have to do a custom MyYolo to visualize multiple signals now?
To visualize multiple kind of signals (e.g. both poses and segments the same time) — yes, either custom model or two signals with build-in models. This will also requires setup multiple models (like one for poses and another one for segments).
yes, either custom model or two signals with build-in models.
yep, thanks! Q: what is the value then to do a combined model, can we just always return multiple independent (built in?) models?
Since we now have toolkit
module, I can add helpers there for YOLO visualization 👀
Description
To vissualize all possible signals we need something like this:
An idea: from_result() can have options like
from_result(bbox=True, segm=True, poses=True)