zeakey / bezier-palm

Official implementation of "Bezier Palm", a data synthesizing method for palmprint recognition.
https://kaizhao.net/palmprint
27 stars 4 forks source link

Missing assets directory. #4

Open wl2776 opened 7 months ago

wl2776 commented 7 months ago

Code in the provided notebook bezier-palm3d tries to load files that are absent.

uv_data = torch.load('assets/uv_data.pth')
concave = torch.from_numpy(np.load('assets/hand_mean.npy')).to(device)

This project does not include assets directory.