Closed Zhenghao97 closed 8 months ago
crop_size_meters = 96
max_init_error ~ crop_size_meters - z_max/2 = 80
to make the training more difficult.z_max
to 48.All of this will increase the GPU memory requirement. A trade-off between size and accuracy is to decrease pixel_per_meter
, e.g. to 1?
Hello Sarlin,
The city's content which I use is very sparse such like buildings, etc. I have to enlarge the map size to contain more content to assist localization. So If I adapt map crop size, like 64 to 96, which other params also need to adapt?
Looking forward your reply, thanks!