无题
记录当前时间,输出内容到文档
1234567891011121314151617181920212223242526272829#!/bin/bashtime=$(date "+%Y%m%d-%H%M%S")echo $timecurDir=$PWDsrcFile=$curDir/output/latest/ANP/log/pavaro.EM_LANE.logdirDest=$curDir/temp/lane#rm -rf $dirDestmkdir $dirDestdirDest=$dirDest/$timemkdir $dirDestecho $dirDestcd modules/em/ANP/tools/lanefusion_toolsskipFrame=$1if [[ $skipFrame == '' ]]; then skipFrame=-1# skipFrame=-1fiecho "Skip Frame = " $skipFrame#python run_lane_draw.py $srcFile -o $di ...
无题
PyCharm提示The current inotify(7) watch limit is too low. More details.For an intelligent IDE, it is essential to be in the know about any external changes in files it working with - e.g. changes made by VCS, or build tools, or code generators, etc. For that reason, the IntelliJ platform spins a background process to monitor such changes. The method it uses is platform-specific, and on Linux, it is the Inotify facility.
Inotify requires a “watch handle” to be set for each directory in the project. ...
无题
/bin/sh: python: not found 问题的解决原因python 可能被 python2 或者 python 3 代替了导致映射不到。
解决方法命令行执行:
1ls -l /usr/bin/python*
然后会出现:
1234lrwxrwxrwx 1 root root 9 3月 16 09:09 /usr/bin/python3 -> python3.6-rwxr-xr-x 1 root root 4526456 11月 7 18:44 /usr/bin/python3.6-rwxr-xr-x 1 root root 4526456 11月 7 18:44 /usr/bin/python3.6mlrwxrwxrwx 1 root root 10 3月 16 09:09 /usr/bin/python3m -> python3.6m
我们发现确实没有 /usr/bin/python 映射。这里我选择重建映射, 我们将/usr/bin/pytho ...
基于Windows11安装Ubuntu双系统
[TOC]
概述文章参考:手把手教你安装双系统 windows11+ubuntu 22.04
最近接触Ubuntu,安装双系统时踩了不少坑,网上能查到的攻略和安装教程基本都看的差不多了,有些教程版本太老,解释得也不是很明确,现在再安装时可能会把人引入误区,因此写一篇安装指南,闲话少说,开始。
本文安装标准的双系统,非虚拟机,采用U盘安装方法,grub2引导。
准备工作1.关闭window下快速启动(FastBoot)具体参考文档:win11快速启动有必要关闭吗?如何关闭?快速启动开启还是关闭
为什么关闭快速启动:安装Linux双系统取消快速启动,为什么在双启动时禁用Windows 8上的快速启动
首先关闭快速启动,可以通过两种方式关闭,接着关闭安全启动,安全启动的关闭方法在关闭快速启动的第二种方法中。
win10界面下,按住系统键win+X快速打开功能界面,如图:
接着进入“电源选项”,进入如下界面
点击左上角的“选择电源按钮的功能”,进入如下界面
点击“更改当前不可用设置”,进入如下界面
在中下部的关机设置中,点击“启用快速启动(推荐)”前面的对号,使其消失,也就是关 ...
无题
123456789101112131415161718192021conda create -n py37 python=3.7conda create -n py36 python=3.6#安装其他的依赖pip install numpy==1.21.5 (1.21.6)# 安装onnx# Prerequisites# numpy >= 1.16.6# protobuf >= 3.12.2# typing-extensions >= 3.6.2.1# https://onnxruntime.ai/pip install protobuf==3.16.0 -i https://pypi.tuna.tsinghua.edu.cn/simplepip install onnx==1.10.2 -i https://pypi.tuna.tsinghua.edu.cn/simplepip install onnxruntime==1.11.0 -i https://pypi.tuna.tsinghua.edu.cn/simple# 安装opencv pip instal ...
无题
前量化中的
无题
安装问题:
1234567TypeError: Descriptors cannot not be created directly.If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.If you cannot immediately regenerate your protos, some other possible workarounds are: 1. Downgrade the protobuf package to 3.20.x or lower. 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).More information: https://developers.google.com/prot ...
无题
源码位于:
源码简介1234567891011121314151617181920212223242526272829303132333435363738|-- constant_install (C库)| |-- arch-arm (ARM架构,包含系统调用汇编实现)| |-- arch-x86 (x86架构,包含系统调用汇编实现)| |-- bionic (由C实现的功能,架构无关)| |-- docs (文档)| |-- include (头文件)| |-- inet (?inet相关,具体作用不明)| |-- kernel (Linux内核中的一些头文件)| |-- netbsd (?nesbsd系统相关,具体作用不明)| |-- private (?一些私有的头 ...
无题
1234567891011121314title: Linux系统上常用软件集锦date: 2020-07-20 00:00:00updated: 2022-01-05 00:00:00tags: [Linux,四大组件,Activity]type: [Linux,四大组件,Activity]comments: Activity的生命周期完全解析description: Activity的生命周期完全解析keywords: Activity的生命周期完全解析top_img:mathjax:katex:aside:aplayer:highlight_shrink:
[TOC]
卷积神经网络(CNN)花朵识别一、前期工作
本文将采用CNN实现花朵识别
我的环境:
语言环境:Python3.6.5
编译器:jupyter notebook
深度学习环境:TensorFlow2
1. 设置GPU如果使用的是CPU可以忽略这步
1234567import tensorflow as tfgpus = tf.config.list_physical_devices("GPU&quo ...
无题
概述QNX成立于1980年,是全世界第一个类UNIX的符合POSIX标准的微内核的硬实时操作系统,在过去的几十年中广泛的应用在汽车、工业自动化、国防、航空航天、医疗、核电和通信等领域,提供以嵌入式操作系统为核心的中间件和基础软件解决方案。在上世纪七十年代末,QNX的两位创始人Gordon Bell和Dan Dodge根据大学时代的一些设想写出了一个能在IBM PC上运行的名叫Quick UNIX的系统,后来改名为QNX并于1980年正式发布,历经几十年的演进,QNX公司于2004年10月被哈曼集团以1.38亿美元收购,作为哈曼的一个事业部经营了六年。2010年04月,黑莓以2亿美元从哈曼处收购了QNX,一同被打包收购的还有哈曼下属的一个位于温哥华的叫Wavemaker的音效部门,也就是现在QNX acoustic方案的前身。QNX这个成立于加拿大渥太华的公司,在被美国哈曼买走6年后又重返加拿大,作为黑莓核心部门IOT技术方案事业部的最重要组成部分,承担黑莓业务中操作系统汽车基础平台软件、数据安全、物联网IOT及云计算和专利部门等重要业务内容。