Dominic Donguk Lim
Dominic Donguk Lim
The maximum possible distance is calculated with resized image size. https://github.com/javiribera/locating-objects-without-bboxes/blob/e51f75ec925f67bb4054ab4a6e9b20d1d8e689cc/object-locator/losses.py#L143 But this should be calculated with the original image size, as bellow code also calculates distances in the original...
https://github.com/nvpro-samples/nvpro_core/blob/8096be945319118ab8ca8ce873d1ee46c387e8ac/nvvkhl/appbase_vk.cpp#L226 As shwon above line, only one depth buffer is shared by mutliple swap chain frame buffers in `nvvkhl::AppBaseVk` class. But it seems there is nothing that prevents more than...