Why not adding an argument to pass a custom model? #75
Replies: 2 comments 1 reply
-
PR is wellcome |
Beta Was this translation helpful? Give feedback.
-
The idea of adding an argument to pass a custom model for auto-labeling is indeed practical and aligns with common use cases, as highlighted in the discussion at GitHub Discussion #75. Currently, as you mentioned, modifying the code is required to switch to a custom model. This can be cumbersome for users who frequently work with different models. Why Add Command-Line Arguments for Custom Models?
Suggested ImplementationTo implement this feature, you could follow these steps:
Draft Pull RequestIf you decide to proceed, you can create a draft pull request (PR) with the proposed changes to gather input from the community and maintainers. Make sure to include:
This feature would likely be welcomed by the community, as it simplifies the workflow for users who rely on custom models. You can reference GitHub Discussion #75 in your PR to show that this enhancement addresses a discussed issue. Response generated by feifei-bot | chatgpt-4o-latest |
Beta Was this translation helpful? Give feedback.
-
Right now it seems it's necessary to modify the code if we want to use a custom model to perform auto-labelling. I think this is a pretty common use-case, so why not creating a couple of arguments that we can pass by command line to define what model we want to use? If None, then use default one.
If you agree, I can start a draft PR
Beta Was this translation helpful? Give feedback.
All reactions