I want to add my custom onnx model instead of EfficientSam. #1397
Unanswered
PeterKim1
asked this question in
Q&A / Help
Replies: 1 comment
-
@PeterKim1 Yes, that's what I am aiming at as the direction of Labelme. The user will be able to use their own custom AI models. It's coming feature. In the meantime, you need to create custom AI model as a class like and add to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I want to add my custom onnx model instead EfficientSam.
I'm working in industrial domain, so EfficientSam can't detect appropriate region in my image.
So, I need to use onnx model to detect defect regions.
What I want to do is, In labelme UI, Add 'Custom Model' category in 'AI Model' box.
And when I set AI Model as 'Custom Model' and click 'Create AI-Polygon', then run my custom model.
I think I can modify https://github.com/labelmeai/labelme/tree/main/labelme/ai codes for my custom model, but I don't know what parts of codes related to 'AI Model' box in labelme UI.
Could you please help me?
Many Thanks.
Beta Was this translation helpful? Give feedback.
All reactions