Tags: eleanorchienqr/pycolmap
Tags
Fix bug in UpdateFromDict (colmap#231) * Improve UpdateFromDict * Cleanup other functions
Fixing issue for CUDA feautre extraction (colmap#117) Using THROW_CHECK_EQ(options_.max_image_size, sift_gpu->GetMaxDimension()); causes issues for me when using CUDA as I don't seem to be able to set the parameter right. It seems wrong to me to expect that max_image_size is set to GetMaxDimension, as the latter will be device-dependent. Using THROW_CHECK_LE seems more appropriate.