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

Following https://anylabeling.nrl.ai/docs/custom-models for a custom yolov5 model results in  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?...