weigao95 / surfelwarp

SurfelWarp: Efficient Non-Volumetric Dynamic Reconstruction
https://sites.google.com/view/surfelwarp/home
BSD 3-Clause "New" or "Revised" License
276 stars 71 forks source link

The pre-allocated buffer is not enough. #3

Closed NuageLee closed 5 years ago

NuageLee commented 5 years ago

Hi, I run it on Ubuntu16.04 with GTX 980ti, it says "The pre-allocated buffer is not enough" and give me a runtime_error. buffer size = 50000 and size = 72748.

Any help will be much appreciated.

weigao95 commented 5 years ago

You might modify the constants in ${project_root}/common/Constants.cpp

50000 seems to be "Constants::kMaxNumSurfelCandidates", you can change it to a larger number like 100000.

ZYJxxx commented 3 years ago

Hi, I run it on Ubuntu16.04 with GTX 980ti, it says "The pre-allocated buffer is not enough" and give me a runtime_error. buffer size = 50000 and size = 72748.

Any help will be much appreciated.

hi, have you solved this problem, and how did you do that? hope for your reply.