Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RunningLeon committed Sep 4, 2023
1 parent bd5ab23 commit d9eb6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/mmdeploy/codebase/mmdet/instance_segmentation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class ResizeInstanceMask : public ResizeBBox {
::mmdeploy::operation::Managed<::mmdeploy::operation::Permute> permute_;
float mask_thr_binary_{.5f};
bool is_rcnn_{true};
bool is_resize_mask_{false};
bool is_resize_mask_{true};
std::vector<float> scale_factor_{1.0, 1.0, 1.0, 1.0};
};

Expand Down

0 comments on commit d9eb6c7

Please sign in to comment.