athithya-raj

Results 2 issues of athithya-raj

I am training EfficienDet D4 on my custom dataset using TensorFlow Object Detection API, I have an imbalanced dataset so, I am planning to add class weights to give extra...

type:support
models:research:odapi

![image](https://github.com/omarabid59/yolov8-triton/assets/95672442/b287b005-f816-4d86-86c2-46cfd9948a2a) ![image](https://github.com/omarabid59/yolov8-triton/assets/95672442/27bf4579-6074-4d24-ab42-d1a038e72041) Unable to find 'libtriton_tensorrt_plan.so' for model 'object_detection', searched: /models/object_detection/1, /models/object_detection, /opt/tritonserver/backends/tensorrt_plan I am getting the above error while running the triton server. I have used yolov8 conversion method...