Skip to content

Commit

Permalink
removed implicit keypoint head
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Oct 7, 2024
1 parent d10200e commit 2a0e458
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
4 changes: 0 additions & 4 deletions tests/configs/archive_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ model:
inputs:
- EfficientRep

- name: ImplicitKeypointBBoxHead
inputs:
- EfficientRep

- name: SegmentationHead
inputs:
- EfficientRep
Expand Down
10 changes: 0 additions & 10 deletions tests/configs/parking_lot_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ model:
inputs:
- neck

- name: ImplicitKeypointBBoxHead
alias: car-detection-head
inputs:
- neck
task:
keypoints: car-keypoints
boundingbox: car-boundingbox

- name: EfficientKeypointBBoxHead
alias: motorbike-detection-head
task:
Expand Down Expand Up @@ -65,8 +57,6 @@ model:
attached_to: vehicle-type-segmentation-head
- name: CrossEntropyLoss
attached_to: color-segmentation-head
- name: ImplicitKeypointBBoxLoss
attached_to: car-detection-head
- name: EfficientKeypointBBoxLoss
attached_to: motorbike-detection-head

Expand Down

0 comments on commit 2a0e458

Please sign in to comment.