Add HungarianMatcher
#2
by
emanuelevivoli
- opened
With transformers version 4.46.0 and later, the ConditionalDetrHungarianMatcher
class is no longer available in transformers/src/transformers/models/conditional_detr/modeling_conditional_detr.py
. To ensure stability and avoid compatibility issues with future updates, I copied the ConditionalDetrHungarianMatcher
class along with its dependencies into a separate file.
emanuelevivoli
changed pull request status to
open
Thanks.
ragavsachdeva
changed pull request status to
merged