Expose is_deprecated argument from RFDETRLarge class #621
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Hello Roboflow team, this PR exposes the is_deprecated parameter of
RFDETRLargeclass so that we can access to the deprecated version of RFDETR-large. I am not able to tell if the non-exposure was intentional, so if it was, feel free to reject this PR.Related Issue(s):
No related issue.
Type of Change
Testing
This script above, with the current
developbranch, loads the new version of RFDETR-large twice (rf-detr-large-2026.pth). The only way to load the old version (rf-detr-large.pth) is to use theRFDETRLargeDeprecatedclass or if loading the new version from theRFDETRLargeclass fails. With my commit, we can access the deprecated version from theRFDETRLargeclass.Checklist