User contributions for Simon
Jump to navigation
Jump to search
- 18:12, 6 October 2024 diff hist +1 Opencv with cuda support current
- 15:55, 30 August 2024 diff hist +5 RDP Access current
- 15: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:54, 30 August 2024 diff hist +16 Jetson Orin Nano current
- 17:11, 28 August 2024 diff hist 0 Opencv with cuda support
- 20:35, 19 April 2024 diff hist +535 N Opencv with cuda support Created page with "Install JTOP <pre>sudo apt install python3-pip</pre> After pip installs: <pre>sudo pip3 install -U jetson-stats</pre> Install jetson containers <pre> # install the container tools git clone https://github.com/dusty-nv/jetson-containers bash jetson-containers/install.sh </pre> Then staying in the home directory <pre> sudo ./jetson-containers/packages/opencv/opencv_install.sh https://nvidia.box.com/shared/static/ngp26xb9hb7dqbu6pbs7cs9flztmqwg0.gz OpenCV-4.8.1-aarch64.t..."
- 20:32, 19 April 2024 diff hist −8 Jetson Orin Nano
- 17:48, 19 April 2024 diff hist +2 Compile opencv with cuda support current
- 17:48, 19 April 2024 diff hist 0 Compile opencv with cuda support
- 17:47, 19 April 2024 diff hist +18 Compile opencv with cuda support
- 17:46, 19 April 2024 diff hist 0 N File:JTOP.png current
- 17:46, 19 April 2024 diff hist −413 Compile opencv with cuda support
- 17:44, 19 April 2024 diff hist −10 Compile opencv with cuda support
- 09:09, 20 March 2024 diff hist −2 Front Gate current
- 09:09, 20 March 2024 diff hist 0 Front Gate
- 09:09, 20 March 2024 diff hist +32 Front Gate
- 09:08, 20 March 2024 diff hist 0 N File:Front gate.png current
- 09:06, 20 March 2024 diff hist +210 N Front Gate Created page with "Jeatone is the supplier Setup information can be found at http://www.jeatone.com/col.jsp?spm=a2g0s.imconversation.0.0.74f63e5f7uslaH&id=110 Select SIP villa multiple matching sets operation PIN Code is 666666"
- 09:05, 20 March 2024 diff hist +16 Main Page current
- 13:05, 2 March 2024 diff hist +206 N Fix Docker Created page with "Use the following commands <pre> sudo update-alternatives --set iptables /usr/sbin/iptables-legacy sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy sudo systemctl restart docker </pre>" current
- 13:03, 2 March 2024 diff hist +16 Jetson Orin Nano
- 10:29, 24 February 2024 diff hist +5 Enable CSI Camera via header pins current
- 10:28, 24 February 2024 diff hist +203 N Enable CSI Camera via header pins Created page with "Got to https://docs.nvidia.com/jetson/archives/r36.2/DeveloperGuide/HR/ConfiguringTheJetsonExpansionHeaders.html?highlight=jetson%20io#running-jetson-io run ```sudo /opt/nvidia/jetson-io/jetson-io.py```"
- 10:27, 24 February 2024 diff hist +39 Jetson Orin Nano
- 14:36, 23 February 2024 diff hist +141 Node-red current
- 14:34, 23 February 2024 diff hist +41 N File:Ttn1.png The things network security current
- 14:29, 23 February 2024 diff hist 0 Node-red
- 14: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:05, 21 January 2024 diff hist −798 Jetson Orin Nano Replaced content with "Compile opencv with cuda support" Tag: Replaced
- 14:05, 21 January 2024 diff hist +48 Jetson Orin Nano
- 14: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:03, 21 January 2024 diff hist +22 Main Page
- 15:41, 15 January 2024 diff hist +169 Node-red →Node Red
- 15:39, 15 January 2024 diff hist 0 N File:Node-red6.png current
- 15:39, 15 January 2024 diff hist +152 Node-red →Node Red
- 15:36, 15 January 2024 diff hist −1 Node-red
- 15:34, 15 January 2024 diff hist −21 Node-red
- 15:31, 15 January 2024 diff hist +86 Node-red
- 15:29, 15 January 2024 diff hist 0 N File:Node-red2.png current
- 15:28, 15 January 2024 diff hist +426 Node-red
- 15:23, 15 January 2024 diff hist −3 Node-red
- 15:22, 15 January 2024 diff hist +198 Node-red
- 15:18, 15 January 2024 diff hist 0 N File:Node-red5.png current
- 15:15, 15 January 2024 diff hist 0 File:Node-red1.png Simon uploaded a new version of File:Node-red1.png current
- 15:15, 15 January 2024 diff hist 0 N File:Node-red4.png current
- 15:14, 15 January 2024 diff hist 0 N File:Node-red3.png current
- 10:50, 8 November 2023 diff hist −4 Towel rails logic current
- 10:50, 8 November 2023 diff hist +1 Towel rails logic
- 10:50, 8 November 2023 diff hist +7 Towel rails logic
- 10:43, 31 August 2023 diff hist −3 Towel rails logic