ubuntu 16 下载地址: http://releases.ubuntu.com/16.04/?_ga=2.211639766.273896083.1564759714-49163328.1564759714 Desktop image The desktop image allows you to try Ubuntu without changing your computer at all, and at your option to install it permanently la…
样本说明: tensorflow经典实例之手写数字识别.MNIST数据集. 数据集dir名称 每个文件夹代表一个标签label,每个label中有820个手写数字的图片 标签label为0的文件夹中部分bmp图片示例 import tensorflow as tf import os from matplotlib import pyplot as plt import numpy as np from sklearn.utils import shuffle 相关模块 def load_s…
默认情况下系统所有的快捷方式放在/usr/share/applications,打开该目录会看到大量的.desktop文件,每个文件便是一个快捷方式. 有时我们需要自己安装软件,然后添加快捷方式.文件的主要结构为: [Desktop Entry] Name=Android Studio Comment=this is Android Studio Exec=/home/xiaobu/DevelopmentTools/AndroidStudio/bin/studio.sh Icon=/home/x…
官网介绍:https://wiki.qt.io/Install_Qt_5_on_Ubuntu Contents [hide] 1Install Qt 5 on Ubuntu 1.1Introduction 1.2Installation Guide 1.3Troubleshooting 1.4References Install Qt 5 on Ubuntu Introduction This is a tutorial for installation of Qt 5.7.0 to Ubun…
The PASCAL Object Recognition Database Collection News 04-Apr-07: The VOC2007 challenge development kit is now available. Objectives To compile a standardised collection of object recognition databases To provide standardised ground truth object anno…
How to train (Pascal VOC Data): Download pre-trained weights for the convolutional layers (154 MB): http://pjreddie.com/media/files/darknet53.conv.74and put to the directory build\darknet\x64 Download The Pascal VOC Data and unpack it to directory bu…