当前位置:网站首页>Use of C3d
Use of C3d
2022-07-28 07:16:00 【Sauerkraut】
1. cd C3D-v1.0
2. cp Makefile.config.example Makefile.config
3. If opencv The version is greater than 3.0 It also needs to be Makefile.config Set according to the prompt in the file
# Uncomment if your OpenCV version >= 3.0
OPENCV_VERSION := 3
4.make -j8
5.“fatal error: hdf5.h: There is no file or directory ” resolvent
Step 1
stay Makefile.config File first 85 That's ok , add to /usr/include/hdf5/serial/ To INCLUDE_DIRS, That is to change the first line of code below into the second line of code .
INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/local/include
INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/local/include /usr/include/hdf5/serial/
Step 2
stay Makefile File first 173 That's ok , hold hdf5_hl and hdf5 It is amended as follows hdf5_serial_hl and hdf5_serial, That is to change the first line of code below into the second line of code .
LIBRARIES += glog gflags protobuf boost_system boost_filesystem m hdf5_hl hdf5
LIBRARIES += glog gflags protobuf boost_system boost_filesystem m hdf5_serial_hl hdf5_serial
6.make clean
7.make -j8
8. First test whether it can run
cd examples/c3d_feature_extraction
sh c3d_sport1m_feature_extraction_frm.sh
Problems encountered :
9.Check failed: error == cudaSuccess (2 vs. 0) out of memory
batch_size It's a little bit big , Change a little . If in c3d_sport1m_feature_extraction_frm.sh Need to adjust batch size, stay prototxt The document should also be modified accordingly
10. Check failed: fd != -1 (-1 vs. -1) File not found: conv3d_deepnetA_sport1m_iter_1900000
solve : In the file ./stage1_rpn_solver60k80k.pt Of train_net: Change the path to absolute path
边栏推荐
- Branch and loop statements
- Read the IP and device information of the switch node in the XML file, Ping the device, and the exception is displayed in the list
- 视频格式基础知识:让你了解MKV、MP4、H.265、码率、色深等等
- win下安装nessus
- NoSQL之Redis配置与优化
- 关于正则的教程
- Shell--- circular statement practice
- MOOC Weng Kai C language fourth week: further judgment and circulation: 3. Multiple branches 4. Examples of circulation 5. Common errors in judgment and circulation
- Construction of Yum warehouse
- MOOC Weng Kai C language week 8: pointer and string: 1. Pointer 2. Character type 3. String 4. String calculation
猜你喜欢

NoSQL之Redis配置与优化

VNC Timed out waiting for a response from the computer

PXE unattended installation management
![[learning records of erudite Valley] Super summary, attentive sharing | collection](/img/a3/4183a074a7cdc41fe7624624492280.png)
[learning records of erudite Valley] Super summary, attentive sharing | collection

joern运行后.joernindex数据库无内容

MOOC Weng Kai C language week 8: pointer and string: 1. Pointer 2. Character type 3. String 4. String calculation

MHA高可用配置及故障切换

最近最久未使用

ELK日志分析系统的部署

Group management and permission management
随机推荐
Review of C language (variable parameters)
Method of decomposing path into directory name and file name
Blueberry pie Bluetooth debugging process
开虚拟机KALI2022.2下安装GVM
Easypoi export table with echars chart
Event_ Loop event loop mechanism
codesensor:将代码转化为ast后再转化为文本向量
C language: understand the creation and destruction of function stack frames through an example
WiFi one click connection configuration of raspberry pie
freemarker导出word,带表格和多张图片,解决图片重复和变形
A timed task reminder tool
Standard C language learning summary 9
VNC Timed out waiting for a response from the computer
Codesensor: convert the code into AST and then into text vector
Implementation method of converting ast into word vector before converting word vector
Uni app double click event simulation
MySQL排除节假日,计算日期差
shell---sed语句练习
The.Joernindex database has no content after Joern runs
Standard C language summary 1