摘要: sudo yum install docker-compose-plugin 阅读全文
posted @ 2023-09-15 15:54 singyoutosleep 阅读(675) 评论(0) 推荐(0) 编辑
摘要: import xxx import inspect print(inspect.getfile(xxx)) 阅读全文
posted @ 2023-09-14 11:25 singyoutosleep 阅读(36) 评论(0) 推荐(0) 编辑
摘要: Solving environment: failed CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/pro/noarch/repodata 阅读全文
posted @ 2023-08-24 14:14 singyoutosleep 阅读(27) 评论(0) 推荐(0) 编辑
摘要: Onnx 和ncnn模型可视化 https://lutzroeder.github.io/netron/ Ncnn小核绑定 https://github.com/Tencent/ncnn/wiki/openmp-best-practice tflite插件产生原因 https://medium.co 阅读全文
posted @ 2023-04-26 11:32 singyoutosleep 阅读(41) 评论(0) 推荐(0) 编辑
摘要: cmake \ -D CMAKE_BUILD_TYPE=RELEASE \ -D CMAKE_INSTALL_PREFIX=/opt/conda \ -D INSTALL_PYTHON_EXAMPLES=ON \ -D INSTALL_C_EXAMPLES=OFF \ -D OPENCV_ENABL 阅读全文
posted @ 2023-04-24 16:50 singyoutosleep 阅读(59) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/111014448 阅读全文
posted @ 2023-04-24 11:50 singyoutosleep 阅读(6) 评论(0) 推荐(0) 编辑
摘要: PIDS=`lsof .|grep uwsgi|awk '{ print $2 }'|sort|uniq`if [[ -z $PIDS ]]then echo "not running"else kill -int $PIDS echo "#" $PIDS sleep 1 kill -9 $PIDS 阅读全文
posted @ 2023-04-12 14:29 singyoutosleep 阅读(8) 评论(0) 推荐(0) 编辑
摘要: /var/log/cuda-installer.log [INFO]: Executing NVIDIA-Linux-x86_64-418.87.00.run --ui=none --no-questions --accept-license --disable-nouveau --no-cc-ve 阅读全文
posted @ 2023-04-11 10:35 singyoutosleep 阅读(2106) 评论(0) 推荐(0) 编辑
摘要: 下载https://github.com/opencv/opencv_contrib/archive/4.1.0.zip 阅读全文
posted @ 2023-03-29 19:01 singyoutosleep 阅读(69) 评论(0) 推荐(0) 编辑
摘要: CMake Warning at cmake/OpenCVDownload.cmake:193 (message): IPPICV: Download failed: 7;"Couldn't connect to server" For details please refer to the dow 阅读全文
posted @ 2023-03-29 17:34 singyoutosleep 阅读(315) 评论(0) 推荐(0) 编辑