소스 검색

modify RepRTCBlock

yjh0410 1 년 전
부모
커밋
4bba2276fc
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      models/detectors/rtdetr/basic_modules/basic.py

+ 0 - 1
models/detectors/rtdetr/basic_modules/basic.py

@@ -326,4 +326,3 @@ class RepRTCBlock(nn.Module):
         out = self.conv3(sum(out))
 
         return out
-