How use a TOP downloaded from Github?

Sorry for this beginners question.
I found a cool looking TOP on GitHub, but I can’t find any instructions on how to use it.
Should I download these files into a TD project?
Are there any instructions on downloading TOPs?
Thanks so much!

If the author has compiled the Custom Operator into a .dll (windows) or .plugin (macOS), you can drop them directly into the Plugins folder. If they didn’t compile it, as seems to be the case for this example, you will have to compile it yourself.

This page has all the details or links to the required docs to learn about compiling, plugin folder location, and other examples.

Thanks, I might try that out, although it sounds like a daunting task…:slight_smile:
My goal is to get object detection working in TD. I didn’t find an option for that in the OpenCV examples.