Skip to content

Commit

Permalink
Update hyper-yolot.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jianganghuang authored Aug 9, 2024
1 parent 6021580 commit 16071e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ultralytics/cfg/models/hyper-yolo/hyper-yolot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,19 @@ backbone:

# head
head:
# Semantic Collecting
- [0, 1, nn.AvgPool2d, [8, 8, 0]] # 10
- [2, 1, nn.AvgPool2d, [4, 4, 0]] # 11
- [4, 1, nn.AvgPool2d, [2, 2, 0]] # 12
- [9, 1, nn.Upsample, [None, 2, 'nearest']] # 13
- [[10, 11, 12, 6, 13], 1, Concat, [1]] # cat 14

# Hypergraph Computation
- [-1, 1, Conv, [512, 1, 1]] # 15
- [-1, 1, HyperComputeModule, [512]] # 16
- [-1, 3, MANet, [512, True]] # 17

# Semantic Scattering
- [-1, 1, nn.AvgPool2d, [2, 2, 0]] # 18
- [[-1, 9], 1, Concat, [1]] # cat 19
- [-1, 1, Conv, [1024, 1, 1]] # 20
Expand Down

0 comments on commit 16071e0

Please sign in to comment.