bytedeco / javacpp-presets

The missing Java distribution of native C++ libraries
Other
2.65k stars 736 forks source link

openpose windows-x86_64 and no gpu support in linux_x86_64 #1054

Open lewis-gb opened 3 years ago

lewis-gb commented 3 years ago

javacpp-presets openpose can't be built with windows_x86_64 and no GPU support in linux_x86_64.

tried to compile linux64-gpu, but got error: image but "enumClasses.hpp" actually exists in path: image

saudet commented 3 years ago

You'll also need to update the pom.xml accordingly. You can refer to the one, for example, from Caffe: https://github.com/bytedeco/javacpp-presets/blob/master/caffe/pom.xml

/cc @frankier

lewis-gb commented 3 years ago

ok i'll take a loot at the pom, how about windows_x86, will it be supported later?

saudet commented 3 years ago

There are no plans that I know of, but contributions are of course welcome.