Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

caffe provided contains error? #2268

Closed
1uan-yuan opened this issue Dec 18, 2023 · 2 comments
Closed

caffe provided contains error? #2268

1uan-yuan opened this issue Dec 18, 2023 · 2 comments

Comments

@1uan-yuan
Copy link

1uan-yuan commented Dec 18, 2023

Issue Summary

caffe.dll is either not designed to run on Windows or it contains an error

Executed Command (if any)

Note: add --logging_level 0 --disable_multi_thread to get higher debug information.

(In openpose dir)
build\x64\Release\OpenPoseDemo.exe --image_dir {one of the pictures in the example/media directory}

OpenPose Output (if any)

Errors (if any)

caffe.dll is either not designed to run on Windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vendor for support. Error status: 0xc000007b

I followed the steps that was provided. And I downloaded the 3rd party libraries. The compilation and built was correct. Following the tutorial, I also copied the dll files into the correct directories. However, when I used the above command, the error message popped out. I wonder if it is possible that the provided caffe version does not fit in the current software.

I used caffe_16_2020_11_14, caffe3rdparty_16_2020_11_14, opencv450_v15_2020_11_18 in the provided package in the above link.

Type of Issue

Select the topic(s) on your post, delete the rest:

  • Execution error

Your System Configuration

  1. Whole console output (if errors appeared), paste the error to PasteBin and then paste the link here: LINK

  2. OpenPose version: Latest GitHub code? Or specific commit (e.g., d52878f)? Or specific version from Release section (e.g., 1.2.0)?
    Latest GitHub code

  3. General configuration:

    • Installation mode: CMake, sh script, manual Makefile installation, ... (Ubuntu); CMake, ... (Windows); ...?
    • Operating system (lsb_release -a in Ubuntu):
    • Operating system version (e.g., Ubuntu 16, Windows 10, ...):
    • Release or Debug mode? (by default: release):
    • Compiler (gcc --version in Ubuntu or VS version in Windows): 5.4.0, ... (Ubuntu); VS2015 Enterprise Update 3, VS2017 community, ... (Windows); ...?

I used CMake GUI to configure and used Visual Studio 16 2019 to build the sln file on Win10 system.

  1. Non-default settings:

    • 3-D Reconstruction module added? (by default: no):
    • Any other custom CMake configuration with respect to the default version? (by default: no):
  2. 3rd-party software:

    • Caffe version: Default from OpenPose, custom version, ...?
      I used the caffe contained in the post ( Unable to fetch/download models #1602).
    • CMake version (cmake --version in Ubuntu):
      cmake version 3.250-rc2
    • OpenCV version: pre-compiled apt-get install libopencv-dev (only Ubuntu); OpenPose default (only Windows); compiled from source? If so, 2.4.9, 2.4.12, 3.1, 3.2?; ...?
  3. If GPU mode issue:

    • CUDA version (cat /usr/local/cuda/version.txt in most cases):
    • cuDNN version:
    • GPU model (nvidia-smi in Ubuntu):
  4. If CPU-only mode issue:

    • CPU brand & model:
    • Total RAM memory available:
  5. If Python API:

    • Python version: 2.7, 3.7, ...?
    • Numpy version (python -c "import numpy; print numpy.version.version" in Ubuntu):
  6. If Windows system:

    • Portable demo or compiled library?
  7. If speed performance issue:

@1uan-yuan
Copy link
Author

I think I made a quite simple mistake...

I forgot to put myself in the root directory of this project. This problem is solved.

@MAXMAXMAX555
Copy link

MAXMAXMAX555 commented Feb 4, 2024

@1uan-yuan if you succeded in building openpose from source, can you provide your setup: visual studio version, cuda and cuddn versions, caffe and 3rdparty that you used? I have troubles with building vs project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants