文件名称:matlab条纹代码-RAHE:资源感知鹰眼
文件大小:1.65MB
文件格式:ZIP
更新时间:2024-06-16 09:50:29
系统开源
matlab条纹代码资源感知鹰眼 该存储库包含TUM LIS硕士论文“使用视频时间数据进行对象检测的资源感知卷积神经网络”中使用的代码。 要求: 1. c compiler 2. c++11 compiler 3. OpenCV3 4. OpenMP 'Most compilers are shipped with it' 5. cmake 6. Darknet configuartion and weight files 暗网重量文件可以从下载。 可以在Darknet上找到不同的权重 汇编 Linux:要使用基于apt-get的软件包系统为Linux用户设置环境,请执行以下步骤: sudo apt-get install build-essentials cmake opencv3 OSX:要为OSX(macOS)用户设置环境,请执行以下步骤: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew update brew insta