I am running the ROS node on my PC. I downloaded the persons_512 model and froze it using python3 cnn_freeze.py -p ../../../../Downloads/persons_512 -l ../../../../Downloads/persons_512_frozen/
Later I changed the config file to the new model path model_path: "/home/padmaja/Downloads/persons_512_frozen"
However, I get the following error:
Full model path: /home/padmaja/Downloads/persons_512_frozen//optimized_tRT.uff
Can't open one of the node names from the nodes.yaml fileyaml-cpp: error at line 0, column 0: bad conversion
Closing engine and exiting.
Unable to init. network.
Failed to initialize CNN
[ERROR] [1560242291.484392845]: SOMETHING WENT WRONG INITIALIZING CNN. EXITING
I am running the ROS node on my PC. I downloaded the persons_512 model and froze it using python3 cnn_freeze.py -p ../../../../Downloads/persons_512 -l ../../../../Downloads/persons_512_frozen/
Later I changed the config file to the new model path model_path: "/home/padmaja/Downloads/persons_512_frozen"
However, I get the following error: Full model path: /home/padmaja/Downloads/persons_512_frozen//optimized_tRT.uff Can't open one of the node names from the nodes.yaml fileyaml-cpp: error at line 0, column 0: bad conversion Closing engine and exiting. Unable to init. network. Failed to initialize CNN [ERROR] [1560242291.484392845]: SOMETHING WENT WRONG INITIALIZING CNN. EXITING
Thanks in advance!