User contributions for Simon

A user with 156 edits. Account created on 28 August 2023.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

30 August 2024

28 August 2024

19 April 2024

20 March 2024

2 March 2024

24 February 2024

23 February 2024

21 January 2024

  • 13:0613:06, 21 January 2024 diff hist +938 N Compile opencv with cuda support Created page with "https://www.youtube.com/watch?v=art0-99fFa8 https://github.com/mdegans/nano_build_opencv/tree/master You want to change line 114 in opencv/modules/dnn/src/cuda4dnn/primitives/normalize_bbox.hpp: from: <pre> if (weight != 1.0)</pre> to: <pre> if (weight != static_cast<T>(1.0))</pre> As well as line 124 in opencv/modules/dnn/src/cuda4dnn/primitives/region.hpp (due to a similar error): from: <pre> if (nms_iou_threshold > 0) {</pre> to: <pre> if (nms_iou_threshold > stat..."
  • 13:0513:05, 21 January 2024 diff hist −798 Jetson Orin Nano Replaced content with "Compile opencv with cuda support" Tag: Replaced
  • 13:0513:05, 21 January 2024 diff hist +48 Jetson Orin Nano No edit summary
  • 13:0313:03, 21 January 2024 diff hist +786 N Jetson Orin Nano Created page with "You want to change line 114 in opencv/modules/dnn/src/cuda4dnn/primitives/normalize_bbox.hpp: from: if (weight != 1.0) to: if (weight != static_cast<T>(1.0)) As well as line 124 in opencv/modules/dnn/src/cuda4dnn/primitives/region.hpp (due to a similar error): from: if (nms_iou_threshold > 0) { to: if (nms_iou_threshold > static_cast<T>(0)) { Explanation: Since both variables, weight and nms_iou_threshold, are templated and finally boil down to a primitive type during..."
  • 13:0313:03, 21 January 2024 diff hist +22 Main Page No edit summary

15 January 2024

8 November 2023

31 August 2023

28 August 2023

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)