lpo
lpo copied to clipboard
Implementation of the CVPR 2015 paper: Learning to propose objects
I followed the instructions in the readme and compiled with -DUSE_PYTHON=2 , when I do bash eval_all.sh I get error: Traceback (most recent call last): File "train_lpo.py", line 31, in...
It's great that you made easy-to-use code to evaluate on multiple datasets. However, I'm having a little trouble evaluating on individual images for my own application. Could you make a...
Hey, whenever I try to compile using cmake it throws an error. Below is the output. Any help is appreciated. --- CMake Error at /usr/local/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:138 (message): Could NOT find PythonInterp:...
`[ 26%] Building CXX object lib/util/CMakeFiles/util.dir/geodesics.cpp.o` `In file included from /media/dat1/liao/lpo/lib/util/threading.cpp:27:0:` `/media/dat1/liao/lpo/lib/util/threading.h: In member function ‘void` `ThreadedQueue::process(ThreadedQueue::F, const std::vector&)’:` `/media/dat1/liao/lpo/lib/util/threading.h:188:5: error: ‘sleep_for’ is not a member of ‘std::this_thread’` `make[2]: ***...
When I was building the program, I got an error like : # **collect2: error: ld returned 1 exit status examples/CMakeFiles/example.dir/build.make:97: recipe for target 'examples/example' failed make[2]: **\* [examples/example] Error...
Can I use this on a custom dataset that I have? Thanks!
Hi! The paper mentions that models are trained for both Pascal VOC and COCO, as the COCO data tends to be a small part of the image, and a different...
@philkr i got the code installed and could get it working - I rain eval_all.sh and it seemed to run fine. but i seem to be a bit lost post...
Hi @philkr, and other lpo users, Is there any way, convenient or not, to convert an ndarray object to the `Image8u` type used in this library? Using the `lpo.improc.imread` function...
When I tried to train LPO on the COCO dataset using the command: python train_lpo.py ../models/lpo_COCO_0.02.dat -b -t -f0 0.02 I get the following error: Traceback (most recent call last):...