Carsten Griwodz

Results 20 comments of Carsten Griwodz

We have CPU versions for the two feature extractors, only DepthMap is CUDA-only. The stage can be bypassed, but it is important for quality. If anyone has the time and...

FYI, we have a quick example for using symmetric with PCL > 1.10.0 here: https://github.com/henryhansen23/Indoor-reconstruction-plus-plus/pull/3/files

I did a clean install and now I'm getting the same on the 1080. Clearly something went really wrong after fixing the CPU-side code. I'm afraid figuring it out will...

I broke this when I restructured popsift to execute in 3 asynchronous blocks: image upload, feature extraction, descriptor download. That made it impossible to print one time. I'll look into...

@mitjap Sorry that I'm silent - end of semester, examining, grading, admission of new students etc. I'm glad that someone is giving the code a thorough review!

Huh. You are getting different error messages on the K4000 and the RTX 2070. That's weird. Could you try to move the `__device__ __constant__ GaussInfo d_gauss;` in gauss_filter.cu out of...

The amount on constant memory on a CUDA card is quite limited, but all documentation insists that it is because the constant cache size is limited. Do you have any...

Is it possible that your main Docker container uses a different CUDA SDK than the host machine, but your test container uses the same SDK as the host? Since late...

@tkircher Thanks! I'm pretty sure that this PR is a big improvement over develop. It may not be absolutely 100% identical to vlfeat yet, but the descriptors including the statistical...

Instead of changing all the descriptor extraction types, I would prefer to fix the out-of-bounds problem in s_orientation.cu as you propose. But instead of changing ExclusivePrefixSum::Block, wouldn't it be better...