ubuntu 18.04 reproducing OpenPCDet training evaluation visual loss function from scratch

ubuntu 18.04 reproducing OpenPCDet preface: I've installed NVIDIA 460 91.03 driver, and cuda 10.1 is also installed. However, because spconv (giant pit Library) needs to be installed in OpenPCDet, cuda above 10.2 can only pip install spconv of version 2.0, otherwise the old version of spconv is too difficult to install (countless pits). There ...

Added by webslinger on Sun, 30 Jan 2022 01:25:52 +0200

N63044 - week 6

Advanced shell script 1. ubuntu network configuration (61 minutes) 2. shell script programming purchase price while loop and control (46 minutes) 3. shell script advanced shift and select(49 minutes) 4. shell script advanced function implementation (57 minutes) 5. shell script advanced function recursion and signal capture (61 minutes) 6. shell ...

Added by centered effect on Sat, 29 Jan 2022 18:52:48 +0200

Docker common commands

Image command 1. List all local images docker images docker image ls 2. Label the local image docker tag [image_name]:[tag] [new_image_name]:[new_tag] 3. View image details docker inspect [image_name]:[tag] 4. View the image history # Display the specific content of each layer docker history [image_name]:[tag] 5. Search image # ...

Added by cafrow on Thu, 27 Jan 2022 01:38:19 +0200

Ubuntu compiles the ijkplayer so library and plays the local raw/assets file

1, Preliminary basic knowledge reserve 1. Official project address of ijkplayer: https://github.com/Bilibili/ijkplayer Ijkplayer is a lightweight Android/iOS video player based on ffmpeg. The cross platform function is realized, and the API is easy to integrate; The compilation configuration can be tailored to facilitate the control of the in ...

Added by wwwapu on Tue, 25 Jan 2022 23:05:22 +0200

How to install Tomcat 9 on Ubuntu 20.04

This article was first published in: How to install Tomcat 9 - ITCoder on Ubuntu 20.04 This guide describes how to Ubuntu Install and configure Tomcat 9 on 20.04. Apache Tomcat is an open source Web server and Java servlet container. It is the most popular choice in the world to build Java based websites and applications. Tomcat is lightweigh ...

Added by ruttegar on Tue, 25 Jan 2022 10:11:31 +0200

Linux - Ubuntu web server development (full)

Linux - Ubuntu web server development Linux - Ubuntu server development The interface between the server and the client is through Socket communication Socket communication has three elements: Target address of communication (ip address of server)Port number used (different protocols specify different ports, for example, port 25 corresponds ...

Added by killsite on Tue, 25 Jan 2022 09:47:04 +0200

Detailed installation of Hadoop full set of components in Li Jian collection -- taking you into the abyss of big data

catalogue Hadoop deployment Deploy components 1, VMware deployment installation 2, Ubuntu18 Deployment and installation of version 04.5 ​ 3, Installing VMware Tools 4, Configure ssh password free login 5, Java environment installation Hadoop installation MySQL installation and deployment hive installation deployment Sqoop installati ...

Added by Entanio on Sun, 23 Jan 2022 03:34:05 +0200

Detailed explanation of dpkg command in Ubuntu system

dpkg, package manager for Debian, is a major package management tool in Debian and Debian based systems. It can be used to install, build, uninstall and manage deb format software packages. Install software When installing software with the dpkg command, you can use the - i option and specify the path of the deb installation packa ...

Added by gevo12321 on Fri, 21 Jan 2022 22:04:48 +0200

linux:uabntu Daily Operations

1. Shared Files 2. Install TensorFlow 3. Install python3 1. Shared Folders Install vmware toolsVirtual Machine Turn off Ubuntu or you cannot add shared folders In the VMware Virtual Machine window, select VM->Settings->Options->Shared Folders Click Add on the right, click Next->Select the path to the Win7 shared directory, then cl ...

Added by brandye71 on Fri, 21 Jan 2022 16:41:46 +0200

How to use Ubuntu 18 Install caffe+darknet2caffe environment on 04

For Ubuntu installation, please refer to< How to quickly install Ubuntu 18 04> For the configuration of samba service, please refer to< How to configure Samba service in Ubuntu> 0. You need to download and install torch when installing Darknet 2caffe environment When executing pip3 install torch, it will always be killed, so you ...

Added by simon_belak on Thu, 20 Jan 2022 16:55:16 +0200