- 博客(269)
- 资源 (13)
- 问答 (1)
- 收藏
- 关注

原创 Ubuntu tips
1.adb devices或adb shell找不到设备 使用lsusb查看Android设备ID gedit ~/.android/adb_usb.ini加入ID,注意设备号是16进制,要在前面加0x adb kill-server adb start-server2.不支持exfat文件系统 sudo apt-get install exfat-ut...
2020-04-26 18:26:09
911
1

原创 Ubuntu常用命令(统计个数,计算容量,sed,sort)
每搜索一个命令就添加,更新中……1.统计文件个数:ll | wc -l2.计算当前文件的容量:du -h --max-depth=0 .3.计算~/Downloads子文件的容量:du -h --max-depth=1 ~/Downloads4.查看已安装软件包(如ssh):dpkg -l | grep ssh5.查找动态库:...
2017-06-29 20:31:35
3580
原创 yolox转rknn
使用瑞芯微版本的yolox:https://github.com/airockchip/YOLOXpip install torch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 --no-cache -i https://pypi.tuna.tsinghua.edu.cn/simplepip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple --no-cache
2023-11-01 21:04:01
1015
原创 python设置字体输出颜色等效果
print(‘\033[100m’ + ‘lwd’) 到 print(‘\033[107m’ + ‘lwd’)print(‘\033[30m’ + ‘lwd’) 到 print(‘\033[36m’ + ‘lwd’)print(‘\033[90m’ + ‘lwd’) 到 print(‘\033[96m’ + ‘lwd’)print(‘\033[0m’ + ‘lwd’) 到 print(‘\033[9m’ + ‘lwd’)设置背景色黑、红、绿、黄、深蓝、紫、浅蓝、白。依次是黑、红、绿、黄、深蓝、紫、浅蓝。
2023-08-18 11:03:57
713
原创 Lightweight and Progressively-Scalable Networks for Semantic Segmentation简记
贡献:可行的轻量网络设计和路径交互方法,扩展到所需准确率和速度平衡的方法。
2023-07-03 18:37:32
270
原创 anacoda安装opencv以后扔提示没有cv2
因为pip安装opencv卡主,所以使用anaconda安装anaconda一下就成功了,但是报错:no module named cv2最后使用pip并指定版本安装成功pip install opencv-python==3.4.6.27 -i https://pypi.tuna.tsinghua.edu.cn/simple
2023-06-16 18:25:42
1726
原创 关于pytorch转darknet,各种模型转darknet后没有结果的分析
【代码】关于pytorch转darknet,各种模型转darknet后没有结果的分析。
2023-05-25 10:16:17
605
2
原创 ros2自己创建message
ros2 msg fatal error: geometry_msgs/msg/detail/point__struct.hpp: No such file or directory
2023-04-06 16:18:29
806
scipy-1.2.1-cp36-cp36m-manylinux1_x86_64.whl
2021-06-08
嵌入式debian内核源码
2020-10-21
MLP4MNIST.zip
2020-05-08
libcudnn7-dev_7.5.1.10-1+cuda10.1_amd64.deb
2019-11-06
libcudnn7_7.6.3.30-1+cuda10.1_amd64.deb
2019-11-06
cudnn_v7.h
2019-11-06
rk3288 ubuntu驱动文件(cp210x, ftdi, pl2303)
2018-03-23
boostdesc_binboost/boostdesc_lbgm/boostdesc_bgm
2017-05-16
vgg_generated_48(64,80,120).i
2017-05-16
C++编译问题 internal compiler error
2023-02-28
python读取大量图片到内存
2022-12-09
python读大量图片到内存
2022-12-09
unordered_map加速
2022-11-24
程序链接的库不对,runpath无效
2022-02-17
TA创建的收藏夹 TA关注的收藏夹
TA关注的人