Hi,
I am currently working with the INvDsInPlaceDataHandler
class but have encountered an issue. I get errors indicating that the following two packages were not found when I try to execute: include “extensions/nvdsbase/nvds_probe_connector.hpp”
include “extensions/nvdsinterface/interfaces.hpp”
|____third party
|____WORKSPACE
|____.bazelrc
|____apps
| |____app.yaml
|____extensions
| |____test
| | |____BUILD
| | |____HelloWorld.hpp
| | |____test.cpp
| | |____HelloWorld.cpp
I tried placing the missing packages inside the extensions
folder (which is at the same level as WORKSPACE
and apps
), but I am still encountering the same issue.
Could you please advise on how to resolve this?