This website works better with JavaScript
Home
Explore
Help
Sign In
junxiaoyao
/
RT-ODLab
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
modify RepRTCBlock
yjh0410
1 year ago
parent
21edb1acd4
commit
4bba2276fc
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
models/detectors/rtdetr/basic_modules/basic.py
+ 0
- 1
models/detectors/rtdetr/basic_modules/basic.py
View File
@@ -326,4 +326,3 @@ class RepRTCBlock(nn.Module):
out = self.conv3(sum(out))
return out
-