keunhong / photoshape

111 stars 15 forks source link

An issue in src/terial/shapes/generate_alignment_rends.py #4

Closed ZhizhuoZhang closed 5 years ago

ZhizhuoZhang commented 5 years ago

Hi,Keunhong! In line 48,how can get the radiance map rnl.cross.exr?

keunhong commented 5 years ago

Hi Zhizhuo,

I've uploaded the cross format environment maps here: https://github.com/keunhong/photoshape/releases/download/0.1/rendkit-envmaps.zip

But if you're trying to compute the HOG features for the shapes, then I have a precomputed archive in PyTorch format here. It's used to compute pairs in this code: https://github.com/keunhong/photoshape/blob/master/src/terial/pairs/compute_pairs.py#L189

ZhizhuoZhang commented 5 years ago

Thanks a lot.I really appreciate it.