Go for it
Baby Crying Recognition Tutorials of Algorithm Landing Baby Crying Recognition Tutorials of Algorithm Landing
Baby Crying Recognition Tutorials of Algorithm Landing Author:Jet Date:2023/03 [TOC] $ Pipeline S
2023-02-22
3D-vision 3D-vision
[TOC] :smile: Techniques to do☐ 2D object detection ☐ Image-based 3D object detection ☐ Depth estimation ☐ Point cloud b
2023-02-13
audio audio
AudioPipeline ML: audio -> denoise -> feature extraction(STFT) -> feature selection (PCA) -> Classification(
2023-02-10
09_python_pytorch_tensorflow 09_python_pytorch_tensorflow
Python第三方库大全https://juejin.cn/post/6978275187749830663#heading-55 rehttps://www.liujiangblog.com/course/python/72 https:
2023-01-10
08_linux_shell 08_linux_shell
tutorialshttps://www.tecmint.com/linux-dir-command-usage-with-examples/ shell& 符号(非阻塞运行,后台运行) 手动 ctrl+z fg <=>
2023-01-10
07_bugs 07_bugs
CUDARuntimeError: CUDA error: CUBLAS_STATUS_NOT_INITIALIZED when calling cublasCreate(handle)显存不够了 类似out of memory OMP
2023-01-09
06_client_server 06_client_server
1 本地服务地ssh linux 下开通 ssh https://www.jianshu.com/p/c7bdb0647c6b 默认是关闭的 2 linux配置calsh代理​ https://zhuanlan.zhihu.c
2023-01-09
05_tools 05_tools
ffmpeghttps://nicehuster.github.io/2020/03/26/ffmpeg/ https://blog.51cto.com/fengyuzaitu/2801172 installation https://c
2023-01-09
04_cpp 04_cpp
c++ 进阶http://c.biancheng.net/cplus/c2cpp/ 多线程与多进程 Cxx数据类型 ​ char *a = "string"; char a[] =
2023-01-09
03_cmake_gdb 03_cmake_gdb
g++编译添加路径 cmake debug # step 1 在CMakeLists.txt中添加下列3行即可 或者 运行cmake .. -DCMAKE_BUILD_TYPE=Debug SET(CMAKE_BUILD_TYPE "D
2023-01-09
02_docker 02_docker
docker cmdlines# 1个镜像可以开启多个容器 # 容器开启 sudo docker ps # 查看所有运行的容器 sudo docker ps -a # 查看所有容器 sudo docker start/stop CONTAI
2023-01-09
01_github_gitlab 01_github_gitlab
Commands# linux输入ssh-keygen 得到公钥,找到路径将.pub内容复制到gitlab里面就可以了 # step 1 pull仓库文件夹 mkdir gitlab_project cd gitlab_project
2023-01-09
7 / 8