after execution of all these steps , not able to find calib.table , where it got saved ?
the steps mentioned they do not define how the calib.table is created. They just grab 1000 images from the dataset, put them inside a folder called calibration, and created a calibration.txt with the absolute paths
may i know how to confirm whether calib.table is created or not?
if its not created , any extra steps i need to do ?
yes i used this command deepstream-app -c deepstream_app_config.txt
but on running this command error comes
File does not exist: /opt/nvidia/deepstream/deepstream-6.2/sources/apps/sample_apps/deepstream_tms/calib.table
OpenCV is required to run INT8 calibrator
Because it comes error, the file cannot be generated. The first time you run this command, the file will be generated.
Since it’s open source and the model is trained by yourself. Please resolve this error first.
As I attached before, You need to run the following commands successfully to generate them.
deepstream-app -c deepstream_app_config.txt
But there was an error during your operation as you attached. Please resolve this error first as it’s an open source. It may be a problem with your own model or with the open source project code.
But the error is file do not exist - calib.table
calib.table needs to be generated before i run this command.
deepstream-app -c deepstream_app_config.txt
I’m facing the same issue i have converted a model for face recognition to .trt, i have modified the config file according to .trt file i generated. When running the .txt file, engine file creation will show the below error
ERROR: Failed to create network using custom network creation function
ERROR: Failed to get cuda engine from custom library API
0:00:05.293110370 9137 0xaaaae90980f0 ERROR nvinfer gstnvinfer.cpp:674:gst_nvinfer_logger:<primary_gie> NvDsInferContext[UID 2]: Error in NvDsInferContextImpl::buildModel() <nvdsinfer_context_impl.cpp:1943> [UID = 2]: build engine file failed
ERROR: [TRT]: 2: [logging.cpp::decRefCount::65] Error Code 2: Internal Error (Assertion mRefCount > 0 failed. )
corrupted size vs. prev_size while consolidating
Aborted (core dumped)
please support
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
Your problem should be about the setup environment from the log. Please file a new topic and describe your environmental information in detail.