Skip to content

Commit

Permalink
cudnn support
Browse files Browse the repository at this point in the history
  • Loading branch information
unsky committed Aug 22, 2018
1 parent 7d2a1ab commit dccc8f6
Show file tree
Hide file tree
Showing 48 changed files with 5,377 additions and 264 deletions.
515 changes: 272 additions & 243 deletions .idea/workspace.xml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ include_directories(${GLOG_INCLUDE_DIR})
link_directories(${GLOG_LIBRARY_DIR})
file(GLOB GLOG_LIBRARIES ${GLOG_LIBRARY_DIR}/*.a)

include_directories(/home/cs/cudnn/cudnn_v7/cuda/include)
link_directories(/home/cs/cudnn/cudnn_v7/cuda/lib64)


include_directories(/home/cs/caffe_third/for_x86/protobuf/include)
link_directories(/home/cs/caffe_third/for_x86/protobuf/lib)
execute_process(COMMAND protoc --cpp_out=${PROJECT_SOURCE_DIR}/src/sita/proto/ --proto_path=${PROJECT_SOURCE_DIR}/src/sita/proto/
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align=center>
<img src="sita.png"/>
<img src="docs/sita.png"/>
</div>

Sita is a lightweight tracking architecture.
Expand All @@ -16,11 +16,11 @@ Integrate an trackor using sita in your project!
# deep learning module

<div align=center>
<img src="framework.png"/>
<img src="docs/framework.png"/>
</div>

## Graph builder

<div align=center>
<img src="graph.gif"/>
</div>
<img src="docs/graph.gif"/>
</div>
Loading

0 comments on commit dccc8f6

Please sign in to comment.