Alex Yang
Alex Yang
Will there be collection for cvpr 2023?
In `losses.py`, it seems translation has been overlooked. ```python def perspective_projection(points, rotation, translation, focal_length, camera_center): """ This function computes the perspective projection of a set of points. Input: points (bs,...
In `demo_fit.py`, code below puzzles me: ```python bbox_info[:, :2] = bbox_info[:, :2] / focal_length.unsqueeze(-1) * 2.8 # [-1, 1] bbox_info[:, 2] = (bbox_info[:, 2] - 0.24 * focal_length) / (0.06...
在[参考链接](https://stackoverflow.com/questions/9268586/what-are-callee-and-caller-saved-registers)中这样描述Caller和Callee寄存器 > > Caller-saved registers (AKA volatile registers, or call-clobbered) are used to hold temporary quantities that need not be preserved across calls. > > For that reason, it is...
Hi, it might sound like a silly question... But I wonder whether the `PSNR_full` and `SSIM_full` reported in the original paper are somehow unuseful...? Since we only focus on the...
I notice that camera-ready day of this workshop has been passed, would there be code released?
When will the paper and code be released?
Hi, I've reading your papers lately, nice work! However, I noticed that you use DM predicting X instead of noise (eps). Does D3PO only work for DM predicting X?
Hi, could you share the approximate training time of your 2-stage training respectively?