Actionnet and backgroundnet - commands not found

Can anyone guide me on this issue, please?

I can run any model like <model> <input source> rtp://<ip>:<port>
BUT in the case of actionnet and backgrounder seems they cannot be found as commands.
It’s any special requirement for this, what should I do, and how can I check if I have all the necessary files for this?
If I don’t have them, how can I get them?

ps. My system is a Jetson Nano 4GB

Thanks

Hi @deeman, these types of models were added to jetson-inference recently, so you may need to update your repo and re-build/re-install the project to use them. And if you are using the container, you may need to pull the latest image to update yours (although I’ve only updated the container images for L4T R32.7.1, L4T R35.1, and L4T R35.2)

How can I run these 2 from outside the container as we can do with any other model
imagenet csi://0
Thanks

You can built it from source and install it outside of container like this: https://github.com/dusty-nv/jetson-inference/blob/master/docs/building-repo-2.md

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.