forked from itemhsu/DeepSORT
-
Notifications
You must be signed in to change notification settings - Fork 0
AIML-Course/DeepSORT
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
1. bazel build //tensorflow:libtensorflow_cc.so 2. make -C DeepAppearanceDescriptor 3. make 4. cp DeepAppearanceDescriptor/libDeepAppearanceDescriptor.so /usr/local/lib 5. sudo ldconfig ################# tf cc lib build ###################### ./configure bazel build --config=opt //tensorflow:libtensorflow_cc.so ###### below is static link solution. not recommand ###### ./tensorflow/contrib/makefile/build_all_linux.sh - tenorflow/contrib/makefile/gen/lib/libtensorflow-core.a - tensorflow/contrib/makefile/gen/protobuf/lib/libprotobuf.a -tensorflow/contrib/makefile/downloads/nsync/builds/default.linux.c++11/libnsync.a ./tensorflow/contrib/makefile/build_all_linux.sh sudo cp /home/itemhsu/src/c/tensorflow/tensorflow/contrib/makefile/gen/protobuf-host/lib/* /usr/local/lib -R sudo ldconfig vi /home/itemhsu/src/c/tensorflow/tensorflow/contrib/makefile/tf_op_files.txt add these line at end of the file tensorflow/core/ops/bitwise_ops.cc tensorflow/core/ops/lookup_ops.cc tensorflow/core/ops/dataset_ops.cc tensorflow/core/ops/stateless_random_ops.cc tensorflow/core/ops/decode_proto_ops.cc tensorflow/core/ops/encode_proto_ops.cc tensorflow/core/ops/spectral_ops.cc tensorflow/core/ops/stateful_random_ops.cc
About
C++ deepsort on tensorflow
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 96.8%
- Makefile 3.2%