I'm running the code on Windows 10 + GTX 1080 + VS 2013 + CUDA 8.0.
However I get assertion failure after the program has succesfully run for several frames (using the apt0.sens file downloaded from the authors' website):
In file \SiftGPU\SIFTImageManager.cpp, Line 44:
In function SIFTImageGPU& SIFTImageManager::createSIFTImageGPU( )assert(m_SIFTImagesGPU.size() < m_maxNumImages) fails.
It seems the problem could happen on random frames so it may be related to some multi-threading issue?
Has anyone encountered similar problem? Thanks!
I'm running the code on Windows 10 + GTX 1080 + VS 2013 + CUDA 8.0. However I get assertion failure after the program has succesfully run for several frames (using the apt0.sens file downloaded from the authors' website):
In file \SiftGPU\SIFTImageManager.cpp, Line 44: In function
SIFTImageGPU& SIFTImageManager::createSIFTImageGPU( )
assert(m_SIFTImagesGPU.size() < m_maxNumImages)
fails.It seems the problem could happen on random frames so it may be related to some multi-threading issue? Has anyone encountered similar problem? Thanks!