SunJ1025
SunJ1025
I found the descriptors are not the same size, do you konw which step is wrong, leading to a different descriptor sizes?
Thank you for your quick response!I'll have a try.
Sorry to bother you again, but I still have the same problem after modifying max_keypoints=2048, it seems that it's because too few descriptors are fetched, for example [256,835] [256,829], so...
Hello, I have tried to set 'keypoint_threshold': 0.0 in the configs of Hloc, I think the set of configs are right. Maybe it's that 2048 keypoints cannot be extracted from...
@flymin hi flymin, I want to ask which **.yaml** did you use to get "**73.69** for road." I only got about 47/48 when I test with the commond `python3 scripts/train.py...
After my testing, it is caused by `sample=next(train_dataloader)` in train_nuscenes.py mian(), do you know the cause of increased CPU memory consumption here?