yolo Learning Series: K-means Dimensional Clustering
yolo Learning Series (V): K-means Dimensional Clustering
Deep learning: teach you to do target detection (YOLO, SSD) video tutorial
1. Dimensional Clustering
1.1 Clustering Purpose
Run voc_label.py under Ubuntu system to generate training set and test set list file. Under Windows, there will be c ...
Posted by nEJC on Wed, 02 Oct 2019 05:01:54 -0700
Implementing VPC-PEERING with Route Leakage
Experimental topology
Topological specification
The experimental environment is a 16G memory host. The above three virtual machines are run using vmware, and the running system is ubuntu-19.04. The three virtual machines are connected in host-only mode.
spine, leaf1 and leaf2 are all ubuntu-19.04. The FRR program is running on them.
host1, ho ...
Posted by Dodon on Tue, 01 Oct 2019 19:53:33 -0700
Learning of Embedded Makefile
This article is suitable for engineers engaged in embedded uboot migration and driver development. It involves a comparative basis of knowledge points, but the content is not so in-depth.
First, Makefile is the necessary file to manage a large p ...
Posted by toppac on Mon, 16 Sep 2019 23:45:55 -0700
Recommendation of Several Common Pressure Measuring Tools
ab
ab is a pressure testing tool provided by apache, which is very convenient to use.
install
If Apache is installed, then ab is installed. If you don't want to install apache, you can install ab in the following way
# ubuntu
sudo apt-get install apache2-utils
# centos
yum -y install httpd-tools
Pressure measurement
Before press ...
Posted by tiggy on Thu, 12 Sep 2019 02:27:12 -0700
MongoDB Replica Set Configuration and Data Migration Actual
Original Link: https://my.oschina.net/u/168138/blog/1838207
MongoDB Replica Set Configuration and Data Migration Actual
https://gitee.com/et/ops/blob/master/MongoDB Replica Set Config ...
Posted by Goofan on Wed, 11 Sep 2019 13:33:27 -0700
OVS DPDK VXLAN Tunnel Treatment
Before learning about the implementation of OVS VXLAN, let's review how traditional VTEP devices handle VXLAN messages. As shown in the following figure:
After the vxlan message enters the switch port, the vxlan tunnel is terminated according to the message header information. After the end of the tunnel, overlay mapping is carried out accordi ...
Posted by neilybod on Mon, 09 Sep 2019 21:31:56 -0700
Scrapy, write the first crawl problem summary
Original Link: https://my.oschina.net/GloryMK/blog/1842367
Because of python's outstanding performance in artificial intelligence, I have been exploring Python recently. I hope to have ...
Posted by rReLmy on Sun, 08 Sep 2019 20:05:37 -0700
Raspberry Pi 4 Model B Compiles 64-bit Kernel
The raspberry pie system installed by default is ARM32-bit system, but since raspberry Pie 3 supports ARM64-bit system, since the official does not give 64-bit system, we have to compile it ourselves.
Actually, there are many 64-bit compiler cores of ...
Posted by Syranide on Tue, 27 Aug 2019 02:51:08 -0700
Ubuntu 18.04 Deep Learning Environment Configuration: Machine Environment Part
Ubuntu 18.04 Deep Learning Environment Configuration
1. Hardware configuration and basic environment description
2. Install graphics card driver
1. Delete old drivers
2. Disable the nouveau nvidia driver
3. Official start of installation
3. Inst ...
Posted by alfonsomr on Fri, 23 Aug 2019 04:23:32 -0700
Object methods in JavaScript
Original Link: https://www.html.cn/web/javascript/10448.html
Objects in JavaScript are collections of key/value pairs.Values can contain properties and methods, and can contain all other JavaScript data types, such as strings, numbers, a ...
Posted by kartul on Thu, 22 Aug 2019 18:53:29 -0700