Skip to content

Commit

Permalink
add HRFormer to BASE_TYPES
Browse files Browse the repository at this point in the history
  • Loading branch information
taylormordan committed Sep 29, 2023
1 parent c827123 commit e6a695e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openpifpaf/network/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
CHECKPOINT_URLS = {}

BASE_TYPES = set([
basenetworks.HRFormer,
basenetworks.MobileNetV2,
basenetworks.MobileNetV3,
basenetworks.Resnet,
Expand Down

0 comments on commit e6a695e

Please sign in to comment.