jadechoghari commited on
Commit
243800e
·
verified ·
1 Parent(s): e352874

Update modular_rtdetrv2.py

Browse files
Files changed (1) hide show
  1. modular_rtdetrv2.py +1 -0
modular_rtdetrv2.py CHANGED
@@ -334,6 +334,7 @@ class RTDetrV2HungarianMatcher(RTDetrHungarianMatcher):
334
  pass
335
 
336
 
 
337
  class RTDetrV2ForObjectDetection(RTDetrForObjectDetection):
338
  pass
339
 
 
334
  pass
335
 
336
 
337
+ # must inherit the new classes!
338
  class RTDetrV2ForObjectDetection(RTDetrForObjectDetection):
339
  pass
340