hzxie/GRNet

gridding loss

Closed this issue · 2 comments

i'm a beginner in deeplearn, i can't find a place in the code to use gridding loss(extensions.gridding is exist, but it is not used ).can you tell me where to use it

sparse_loss = chamfer_dist(sparse_ptcloud, data['gtcloud'])
dense_loss = chamfer_dist(dense_ptcloud, data['gtcloud'])
grid_loss = gridding_loss(sparse_ptcloud, data['gtcloud'])
_loss = sparse_loss + dense_loss + grid_loss

is just modify here?thanks.

hzxie commented

Refer to #8.