Hi @jakaskerl ,
Sorry for the delay.
I see, I will do it manually then.
Another question related to pipeline node and trackers, but using the camera online this time:
I would like to use a nn to detect an object on an image, and then only rely on a tracker to continue following that object. Some tracker are really fast, and with MOSSE I can follow the object up to 100 fps when the tracker is running alone (I tried to instantiate a MOSSE tracker with a script and that was the speed). My problem is that my nn node is still processing and slowing down the fps. Is there anyway to delete or disable a node from a pipeline on the fly since I don't need it once the tracker has been initialized ?
And is there also an easy way to run a nn without using the pipeline and a nn node ? Like in the script ?
Thanks for your help.