1.rplidar实时测试 参考文献:http://www.cnblogs.com/liangyf0312/p/8028441.html 修改USB转串口权限 yhexie@ubuntu:~$ cd /etc/udev/rules.d yhexie@ubuntu:/etc/udev/rules.d$ su Password: root@ubuntu:/etc/udev/rules.d# touch 70-ttyusb.rules root@ubuntu:/etc/udev/rules.d# vi
官方教程中没有解释pooling层各参数的意义,找了很久终于找到,在tensorflow/python/ops/gen_nn_ops.py中有写: def _max_pool(input, ksize, strides, padding, name=None): r"""Performs max pooling on the input. Args: input: A `Tensor` of type `float32`. 4-D input to pool over. ks
背景 对于某一个函数, 其被调用多次, 每次调用的入参都是一致的. 不想每次都填写参数, 如果能够定义一个新的函数, 将参数跟此函数绑定就棒哒哒了. local function pirntfunc(...) local args = {...} for _,arg in pairs(args) do print(arg) end end pirntfunc(, ) pirntfunc(, ) pirntfunc(, ) pirntfunc(, ) -- can we have printFun
FFMPEG版本:2.6.2,编译环境:ubuntu 14.4. 不同版本的FFMPEG参数可能不同,可在FFMPEG目录下使用以下命令查看 ./configure --help --help print this message --list-decoders show all available decoders --list-encoders show all available encoders --list-hwaccels show all available hardware ac