Hi
I'm using images of size 1920*1216.
I get 5 pyramid levels ("using pyramid levels 0 to 5. coarsest resolution: 60 x 38!") and an assertion as follows:
@JakobEngel @NikolausDemmel
I have also the same problem. The dso shows different behavior for different frame sizes.
Would you tell me, what is the good frame size for your implementation or algorithm?
Hi I'm using images of size 1920*1216. I get 5 pyramid levels ("using pyramid levels 0 to 5. coarsest resolution: 60 x 38!") and an assertion as follows:
Assertion failed: coarsestLvl < 5 && coarsestLvl < pyrLevelsUsed, file ..\src\FullSystem\CoarseTracker.cpp, line 544
Probably because coarsestLvl is 5.
Am I using images which are too big for this code?