Please provide complete information as applicable to your setup.
• GPU • 7.1 • 10.3 • 580.88 • DsApp Score is 0 for pipetuner
Hi I am getting 0 score error when running piptuner with my own custom detector and pipetuner config. The data is used is the sample one provided and my custom model uses a custom library .so file for parsing.
I have alrd tried with limited parameters for my tracker but still same error.
Thus can i get more info/details/steps on each one of this solution proposed below. I am not sure if I am doing them correctly.
Is there any sub-folder under “pipe-tuner-sample/output/"?
Can you get any checkpoints log? E.G. "pipe-tuner-sample/output/SDG_sample_PeopleNet-ResNet34_NvDCF-ResNet50_MOT.yml_output/checkpoints/DsAppRun_output_20240611_010614/log_DsAppRun.log”
From your log and files, the checkpoints configuration files are missing. The configuration files (nvinfer configuration, and deepstream-app configuration are all missing. Please check your pipetuner_config.yml file to find out whether there are file path or file name error.
Have you tried your custom model with deepstream-app? Can it work?
The root cause is the bbo client failed to copy the configuration files to the checkpoints where the deepstream-app will work with. There are two possible reasons of the failure:
There is non-standard YAML tags in your “pipetuner_config.yml” file. Since the yaml file is parsed by the python function YAML.safe_load which recognizes only standard YAML tags and cannot construct an arbitrary Python object.
The path of “configs/config_PGIE/config_infer_primary.txt” is not correct.
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks.