Philipp Krähenbühl
Philipp Krähenbühl
You can generate proposals using propose_hf5.py for any images. If you want to train the proposals you'll need to load your dataset in C++.
Do you want to train or just run the proposal method? On Friday, July 17, 2015 09:39:41 AM Christopher Alicea-Nieves wrote: > How do I load my dataset? I'm new...
Just use and/or modify the propose_hf5.py script and run it on your images. There is no need to load your dataset into lpo.
Despite being trained on VOC2007, it generalized quite well for example to MS COCO. See the paper for details. Some of the intuition for this behavior might be that from...
I didn't upload the COCO model, as the VOC model already performs quite well on COCO too. If you want you can train them from COCO, but I'd recommend just...
It's the lambda parameter in the paper. It controls the number of proposals produced. On Fri, Jul 31, 2015 00:33:02 Michael Marshall wrote: > Great! Also, can you explain the...
I don't think that the struct / class thing causes the segfault. Can you try to build it using `cmake -DCMAKE_BUILD_TYPE=Debug`, and then run either gdb or lldm on it?
I think it added the breakpoints once lpo was loaded in python. See `1 location added to breakpoint 2`.I think you're almost there, what is the backtrace for the EXC_BAD_ACCESS?
I never tried it with libpng 1.5, so I don't really know what might be going on. Did you link against the same version of libpng as the header? What...
I just finished implementing the matlab wrapper. It should work now. Let me know if you have any further issues on Windows.