User contributions for Simon

A user with 170 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)

21 December 2024

18 December 2024

11 December 2024

6 October 2024

30 August 2024

  • 15:5515:55, 30 August 2024 diff hist +5 RDP Access No edit summary
  • 15:5515:55, 30 August 2024 diff hist +486 N RDP Access Created page with "You will need a GNOME Shell extension to solve this problem. First, install install gnome-shell-extension-manager with this command: ```sudo apt install gnome-shell-extension-manager``` The open the newly installed app called Extension in the GUI. Within this app, search for and install the Allow locked Remote Desktop GNOME Shell extension. Now you will be able to remotely connect to this computer even when the screen is locked. You will still need to be logged in loc..."
  • 15:5415:54, 30 August 2024 diff hist +16 Jetson Orin Nano No edit summary

28 August 2024

19 April 2024

20 March 2024

2 March 2024

24 February 2024

23 February 2024

21 January 2024

  • 14:0614: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..."
  • 14:0514:05, 21 January 2024 diff hist −798 Jetson Orin Nano Replaced content with "Compile opencv with cuda support" Tag: Replaced
  • 14:0514:05, 21 January 2024 diff hist +48 Jetson Orin Nano No edit summary
  • 14:0314: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..."
  • 14:0314:03, 21 January 2024 diff hist +22 Main Page No edit summary

15 January 2024

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