facebookresearch / DetectAndTrack

The implementation of an algorithm presented in the CVPR18 paper: "Detect-and-Track: Efficient Pose Estimation in Videos"
Apache License 2.0
999 stars 187 forks source link

RuntimeError: [enforce fail at init.cc:88] success. Failed to run some init functions for caffe2. #60

Open my-hello-world opened 5 years ago

my-hello-world commented 5 years ago

/home/vivian/anaconda3/envs/detect_and_track/lib/python2.7/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
  from ._conv import register_converters as _register_converters
Found Detectron ops lib: /home/vivian/HelloWorld/tracker/tools/pytorch/build/lib/libcaffe2_detectron_ops_gpu.so
Found Detectron ops lib: /home/vivian/HelloWorld/tracker/tools/pytorch/build/lib/libcaffe2_detectron_ops_gpu.so
Parsing commandline arguments for c10.
C10 flag: reached the last commandline argument, but I am expecting a value for --caffe2_gpu_memory_tracking[E init_intrinsics_check.cc:43] CPU feature avx is present on your machine, but the Caffe2 binary is not compiled with it. It means you may not get the full speed of your CPU.
[E init_intrinsics_check.cc:43] CPU feature avx2 is present on your machine, but the Caffe2 binary is not compiled with it. It means you may not get the full speed of your CPU.
[E init_intrinsics_check.cc:43] CPU feature fma is present on your machine, but the Caffe2 binary is not compiled with it. It means you may not get the full speed of your CPU.
Traceback (most recent call last):
  File "tools/train_net.py", line 244, in <module>
    ['caffe2', '--caffe2_log_level=0', '--caffe2_gpu_memory_tracking'])
RuntimeError: [enforce fail at init.cc:88] success. Failed to run some init functions for caffe2.
frame #0: c10::ThrowEnforceNotMet(char const*, int, char const*, std::string const&, void const*) + 0x59 (0x7f72b9267a89 in /home/vivian/HelloWorld/tracker/tools/pytorch/build/lib/libc10.so)
frame #1: caffe2::GlobalInit(int*, char***) + 0x28f (0x7f729f0c673f in /home/vivian/HelloWorld/tracker/tools/pytorch/build/lib/libcaffe2.so)
frame #2: <unknown function> + 0x52137 (0x7f72b94c7137 in /home/vivian/HelloWorld/tracker/tools/pytorch/build/caffe2/python/caffe2_pybind11_state_gpu.so)
frame #3: <unknown function> + 0x949a8 (0x7f72b95099a8 in /home/vivian/HelloWorld/tracker/tools/pytorch/build/caffe2/python/caffe2_pybind11_state_gpu.so)
<omitting python frames>
frame #11: __libc_start_main + 0xf5 (0x7f72c4eb6f45 in /lib/x86_64-linux-gnu/libc.so.6)`

TGIF ,umm ...can anybody help me? thanx
dengyang1 commented 5 years ago

have you solve this problem? I meet same problem.

williamdwl commented 4 years ago

I meet the same problem