Skip to content

Commit

Permalink
13개 class 로 detection 하기 위한 오류 수정
Browse files Browse the repository at this point in the history
참고 : hustvl#113
  • Loading branch information
Dain-Jeong committed Oct 25, 2022
1 parent b5e746f commit b5f42a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/models/YOLOP.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,8 @@
[ -1, Conv, [256, 256, 3, 2]], #21
[ [-1, 10], Concat, [1]], #22
[ -1, BottleneckCSP, [512, 512, 1, False]], #23
[ [17, 20, 23], Detect, [1, [[3,9,5,11,4,20], [7,18,6,39,12,31], [19,50,38,81,68,157]], [128, 256, 512]]], #Detection head 24
#[ [17, 20, 23], Detect, [1, [[3,9,5,11,4,20], [7,18,6,39,12,31], [19,50,38,81,68,157]], [128, 256, 512]]], #Detection head 24
[ [17, 20, 23], Detect, [13, [[3,9,5,11,4,20], [7,18,6,39,12,31], [19,50,38,81,68,157]], [128, 256, 512]]], #Detection head 24

[ 16, Conv, [256, 128, 3, 1]], #25
[ -1, Upsample, [None, 2, 'nearest']], #26
Expand Down

0 comments on commit b5f42a0

Please sign in to comment.