popsift icon indicating copy to clipboard operation
popsift copied to clipboard

PopSift is an implementation of the SIFT algorithm in CUDA.

Results 19 popsift issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to run my code using pospsift in a while loop. However, there is a Memory leak when i am running jobs in a while loop. My...

type:question

## Description This PR merges PRs #114, #115 and #128, making it easier for those who need it. It adds two things: - faster grid filtering done on the CPU...

prio:blocker
type:feature
bugfix
feature request

**Is your feature request related to a problem? Please describe.** Currently, Popsift directly calls `exit()` function ([example](https://github.com/alicevision/popsift/blob/develop/src/popsift/common/debug_macros.h#L120-L123)) when it encounters failures and directly logs into stderr. Our application directly links...

stale
feature request

**Describe the bug** A clear and concise description of what the bug is. ***[bug1]. cannot use thread_local specifier for a __constant__ variable ConsoleApplication1 E:\Desktop\VS-Test\09\ConsoleApplication1\popsift\gauss_filter.cu 21 ***[bug2]. error C2086 "popsift::GaussInfo popsift::d_gauss":...

scope:build
windows
cuda
stale

When building popsift latest version on ubuntu 20.04 s_filtergrid.cu misses a header and cannot find host_vector Please add to header #include

prio:blocker
scope:build
type:bug
cuda

* [ ] add v1.0.0 label * [ ] update changelog closes #15

release

Shouldn't this check bi inside of `ModeFunctions::refine` function? https://github.com/alicevision/popsift/blob/fafcad973bd7b1740acd4c276922fe039516a787/src/popsift/s_extrema.cu#L447 There is already a comment in place suggesting this: https://github.com/alicevision/popsift/blob/fafcad973bd7b1740acd4c276922fe039516a787/src/popsift/s_extrema.cu#L160 Hope I'm not nitpicking here :) Just trying to make code...

in progress
do not close

**Describe the bug** Debug Multithread runtime library in debug (/MDd) mode replaced by the release one (/MD) which result in a link error. **To Reproduce** Steps to reproduce the behavior:...

scope:build
windows

I'm hunting for a GPU accelerated version of SIFT that's comparable to existing CPU options. I'm looking at `popsift` because it's marketed as creating similar features to OpenCV or VLFeat....

type:question

``` [17:41:52.100709][info] CUDA-Enabled GPU. Device information: - id: 0 - name: Quadro K4000 - compute capability: 3.0 - total device memory: 3071 MB - device memory available: 1303 MB -...

type:question
do not close