QsingHuan
Results
2
issues of
QsingHuan
in assignment 7, when sample on BVH https://github.com/MARMOTatZJU/GAMES101-HW/blob/b53fe6407b8e4ced48034e6b5a922408bbae6075/hw7/BVH.cpp#L167 the code use std::sqrt(get_random_float()) instead of uniform distribution to sample on the area, but i can't understand the reason for doing this....
https://github.com/zswang666/PnP-Depth/blob/f3e20dd8e119b76baaf33beb4d46c3b25ade4f45/sparse-to-dense.pytorch/main_pnp.py#L254 this should be `ori_pred = model.pnp_forward_rear(model.pnp_forward_front(input)) ` instead of the original one