Skip to content

Commit

Permalink
Fix KP Export (single obj case) (#4191)
Browse files Browse the repository at this point in the history
remove transform for single object case
  • Loading branch information
kprokofi authored Jan 29, 2025
1 parent 40b82f6 commit 35fdb7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/otx/recipe/keypoint_detection/openvino_model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ overrides:
batch_size: 1
num_workers: 2
transforms:
- class_path: otx.core.data.transform_libs.torchvision.GetBBoxCenterScale
- class_path: otx.core.data.transform_libs.torchvision.TopdownAffine
init_args:
input_size: $(input_size)
Expand All @@ -35,7 +34,6 @@ overrides:
batch_size: 1
num_workers: 2
transforms:
- class_path: otx.core.data.transform_libs.torchvision.GetBBoxCenterScale
- class_path: otx.core.data.transform_libs.torchvision.TopdownAffine
init_args:
input_size: $(input_size)
Expand All @@ -44,7 +42,6 @@ overrides:
batch_size: 64
num_workers: 2
transforms:
- class_path: otx.core.data.transform_libs.torchvision.GetBBoxCenterScale
- class_path: otx.core.data.transform_libs.torchvision.TopdownAffine
init_args:
input_size: $(input_size)

0 comments on commit 35fdb7f

Please sign in to comment.