Please help me, I am getting the error while run in arduino ide

My project link : Project1 - Dashboard - Edge Impulse

I am getting this error, while running in arduino ide, I am working under a project object detection, few months ago, the code is worked but now, it is not working, it shows compilation error, can anyone solve my problem

c:\Users\ragav\Documents\Arduino\libraries\Project1_inferencing\src\edge-impulse-sdk\tensorflow\lite\micro\kernels\conv.cpp: In function ‘TfLiteStatus tflite::{anonymous}::Prepare(TfLiteContext*, TfLiteNode*)’:c:\Users\ragav\Documents\Arduino\libraries\Project1_inferencing\src\edge-impulse-sdk\tensorflow\lite\micro\kernels\conv.cpp:1789:67: error: either all initializer clauses should be designated or none of them should be 1789 | .channels = input->dims->data[3], 1 | ^c:\Users\ragav\Documents\Arduino\libraries\Project1_inferencing\src\edge-impulse-sdk\tensorflow\lite\micro\kernels\conv.cpp:1793:68: error: either all initializer clauses should be designated or none of them should be 1793 | .channels = output->dims->data[3], 1 | ^c:\Users\ragav\Documents\Arduino\libraries\Project1_inferencing\src\edge-impulse-sdk\tensorflow\lite\micro\kernels\conv.cpp:1795:80: error: either all initializer clauses should be designated or none of them should be 1795 | data_dims_t filter_dims = {.width = filter_width, .height = filter_height, 0, 0}; | ^c:\Users\ragav\Documents\Arduino\libraries\Project1_inferencing\src\edge-impulse-sdk\tensorflow\lite\micro\kernels\conv.cpp: In function ‘void tflite::{anonymous}::EvalQuantizedPerChannel(TfLiteContext*, TfLiteNode*, const TfLiteConvParams&, const NodeData&, const TfLiteEvalTensor*, const TfLiteEvalTensor*, const TfLiteEvalTensor*, TfLiteEvalTensor*)’:c:\Users\ragav\Documents\Arduino\libraries\Project1_inferencing\src\edge-impulse-sdk\tensorflow\lite\micro\kernels\conv.cpp:1883:58: error: either all initializer clauses should be designated or none of them should be 1883 | .channels = input_depth, 1 | ^c:\Users\ragav\Documents\Arduino\libraries\Project1_inferencing\src\edge-impulse-sdk\tensorflow\lite\micro\kernels\conv.cpp:1887:59: error: either all initializer clauses should be designated or none of them should be 1887 | .channels = output_depth, 1 | ^c:\Users\ragav\Documents\Arduino\libraries\Project1_inferencing\src\edge-impulse-sdk\tensorflow\lite\micro\kernels\conv.cpp:1889:80: error: either all initializer clauses should be designated or none of them should be 1889 | data_dims_t filter_dims = {.width = filter_width, .height = filter_height, 0, 0}; | ^exit status 1Compilation error: exit status 1

You did not fill the template, so I can only guess your setup (OS, Arduino version, Arduino ESP32 core version etc). But this is perhaps related