Skip to content

Commit

Permalink
[PATCH 081/160] fix multiPose node name
Browse files Browse the repository at this point in the history
  • Loading branch information
MNNTeam authored and xiaying committed Mar 22, 2020
1 parent 7f5fb2c commit dc0c817
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/exec/multiPose.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ using namespace MNN;
#define NMS_RADIUS 20
#define LOCAL_MAXIMUM_RADIUS 1

#define OFFSET_NODE_NAME "Conv2D_1"
#define DISPLACE_FWD_NODE_NAME "Conv2D_2"
#define DISPLACE_BWD_NODE_NAME "Conv2D_3"
#define OFFSET_NODE_NAME "offset_2"
#define DISPLACE_FWD_NODE_NAME "displacement_fwd_2"
#define DISPLACE_BWD_NODE_NAME "displacement_bwd_2"
#define HEATMAPS "heatmap"

#define CIRCLE_RADIUS 3
Expand Down

0 comments on commit dc0c817

Please sign in to comment.