C++ Top Always Cooks

I’m using the Vision Background removal top from this repo, though I’m having an issue where it cooks even if it’s not in use downstream. I’ve tested this by connecting it to a null after and disabling both viewers, and still it shows to be cooking. Is this an issue with this particular C++ top or something to do with the way the C++ top itself operates? Haven’t been able to find any precompiled .plugin files to do testing with so any help is appreciated. Thanks!

The code for that TOP has this set

ginfo->cookEveryFrame = true;

So that’s why that’s occurring. I don’t’ think that should be set though, so you may want to open an issue with the creator.

Will do, thank you!