- Practical Computer Vision
- Abhinav Dadhich
- 222字
- 2021-06-30 18:54:40
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "This will install the Python libraries in the $HOME/anaconda3 folder since we are using Python 3. A Python 2 version is also available and the installation process is similar. To use Anaconda, the newly installed libraries need to be added in $PATH, this can be done every time a new shell is launched."
A block of code is set as follows:
import numpy as np
import matplotlib.pyplot as plt
import cv2
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
from sklearn.metrics import f1_score
true_y = .... # ground truth values
pred_y = .... # output of the model
f1_value = f1_score(true_y, pred_y, average='micro')
Any command-line input or output is written as follows:
sudo apt-get install build-essential
sudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev
sudo apt-get install libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libjasper-dev libdc1394-22-dev
Bold: Indicates a new term, an important word, or words that you see onscreen.
- Dreamweaver CS3 Ajax網頁設計入門與實例詳解
- 輕松學C#
- 空間機器人遙操作系統及控制
- 教父母學會上網
- Mastering Elastic Stack
- INSTANT Varnish Cache How-to
- Windows環境下32位匯編語言程序設計
- Prometheus監控實戰
- Learn CloudFormation
- Lightning Fast Animation in Element 3D
- 工業機器人運動仿真編程實踐:基于Android和OpenGL
- Deep Reinforcement Learning Hands-On
- Visual Studio 2010 (C#) Windows數據庫項目開發
- 智慧未來
- WOW!Photoshop CS6完全自學寶典