Codegraven

Results 5 issues of Codegraven

https://github.com/vietanhdev/anylabeling/blob/82ab5aacafd50a8f6319b3b528824e4c07abb2cf/anylabeling/services/auto_labeling/yolov8.py

![image](https://github.com/vietanhdev/anylabeling/assets/8229443/51a1f8d4-e9ea-4c79-96b0-f6b0e421e933)

Following https://anylabeling.nrl.ai/docs/custom-models for a custom yolov5 model results in ![image](https://github.com/vietanhdev/anylabeling/assets/8229443/beb3cb0d-a53b-410c-8923-044cfe6e0675) type: yolov5 name: Custom display_name: Custom model_path: ./best.onnx confidence_threshold: 0.45 input_height: 640 input_width: 640 nms_threshold: 0.45 score_threshold: 0.5 classes: -...

I can't see the option in documentation or code but just wanted to check if there's a way to load a faster rcnn custom model, before I add the code?...