Skip to content
Snippets Groups Projects
Commit e4708e9f authored by bisig daniel - dbisig's avatar bisig daniel - dbisig
Browse files

Update README_anaconda.md

parent 1642510b
No related branches found
No related tags found
No related merge requests found
......@@ -115,11 +115,11 @@ Unfortunately, on MacOS, the installation of MMPose requires one cumbersome addi
In this file, line 127 has to be changed from:
`inds = NMSop.apply(bo`xes, scores, iou_threshold, offset, score_threshold,`max_num)`
`inds = NMSop.apply(boxes, scores, iou_threshold, offset, score_threshold,max_num)`
to:
`inds = NMSop.apply(bo`xes.to('cpu'), scores.to('cpu'), iou_threshold, offset, score_threshold,`max_num)`
`inds = NMSop.apply(boxes.to('cpu'), scores.to('cpu'), iou_threshold, offset, score_threshold,max_num)`
#### ZED Stereo Camera Python-based 3D Pose Estimation tool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment