HITKevin

Results 4 issues of HITKevin

Hi , I noticed the train/test/valid_no_dup.json in dataset polyvore is different from the previous dataset released by paper _Learning Type-Aware Embeddings for Fashion Compatibility_. I want to know how you...

upsample_mesh 这个函数载入了细节化的网格体从data文件中,请问是这些细节化网格体是怎么产生的

``` def Compute_norm(self, face_shape): face_id = self.tri.long() point_id = self.point_buf.long() shape = face_shape v1 = shape[:, face_id[:, 0], :] v2 = shape[:, face_id[:, 1], :] v3 = shape[:, face_id[:, 2],...