selective_search_py
selective_search_py copied to clipboard
Python-based implementation of the Selective Search for Object Recognition.
segment
I have the following problem: F0, n_region = segment.segment_label(I, 0.8, k, 100) AttributeError: 'module' object has no attribute 'segment_label'. I can't find segment_label in the segment folder
disclaimer: first time noob, please be forgiving I get the error : fatal error: boost/numpy.hpp: No such file or directory and I found numpy.hpp in my installation under boost/python (...
hi, i met this problem after installation, with` import segment`, i got this error `RuntimeError: _ARRAY_API is not PyCObject object`
py3.6 boost1.73 when i exec ./demo_showcandidates.py original.jpg it occurs ImportError: ImportError: /home/yinli/PythonProject/slag_classification/segment/selective_search_py/segment.so: undefined symbol: _ZTIN5boost6python7objects21py_function_impl_baseE Anyone have solutions? Help me pls.
Hi all, I am trying to build the code with python version 2.7 and version 3.8. When I used CMake to generate building files, there were no errors. Until I...
Hi, I am facing trouble to run the selective search demo on my system. I tried with different versions of Boost i.e Boost 1.58 and Boost 1.63. Also I cloned...
When trying the last step "make", there is an problem showed as following: fatal error: segment/segment-image.h: No such file or directory #include "segment/segment-image.h".. are there any solutions? before this there...
following error appears in make stage: ` Undefined symbols for architecture x86_64: "_PyLong_FromLong", referenced from: boost::python::tuple boost::python::make_tuple(boost::numpy::ndarray const&, int const&) in segment_py.cpp.o "_PyObject_IsInstance", referenced from: boost::python::detail::caller_arity::impl::operator()(_object*, _object*) in segment_py.cpp.o "_PyObject_IsTrue",...
Hi after changing the CmakeList you have updated, now I am getting this error Boost version: 1.58.0 Boost include path: /usr/local/include Could not find the following Boost libraries: ``` boost_python3...
When i run make command, i get the following error [100%] Building CXX object CMakeFiles/segment.dir/segment_py.cpp.o cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled...