You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
I have finished compiling, and it raised error libcaffe2_detectron_custom_ops_gpu.so: undefined symbol: _ZN6caffe236FLAGS_caffe2_report_cpu_memory_usageE after I ran python tests/test_zero_even_op.py.
The text was updated successfully, but these errors were encountered:
I solved !
In /path/to/DetectAndTrack/lib/CMakeLists.txt, Add a few lines in the beginning:
add_library(libprotobufSTATICIMPORTED)
# set pathset(PROTOBUF_LIB"/path/to/pytorch/build/lib/libprotobuf.a")
set_property(TARGETlibprotobufPROPERTYIMPORTED_LOCATION"${PROTOBUF_LIB}")
You can find two target_link_libraries lines in this file(they are not adjacent):
I have finished compiling, and it raised error
libcaffe2_detectron_custom_ops_gpu.so: undefined symbol: _ZN6caffe236FLAGS_caffe2_report_cpu_memory_usageE
after I ranpython tests/test_zero_even_op.py
.The text was updated successfully, but these errors were encountered: