happyday521
happyday521
Can you provide the pretrained model on DeepFashion dataset? Thanks very much!
I meet the problem: DataLossError (see above for traceback): Checksum does not match: stored 769046061 vs. calculated on the restored bytes 1925235876 [[Node: save/RestoreV2_127 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_save/Const_0_0, save/RestoreV2_127/tensor_names, save/RestoreV2_127/shape_and_slices)]] [[Node:...
Hello, thanks for your great work! Can you explain to me why the following code can make weights fixed in the eval mode? What is the function of the parameter...
Hi, thanks for your great work! I have a question about the location map. Specifically, I want to know which is the coordinate system w.r.t. the 3 channel(xyz) of the...
Hi! Thanks for sharing your code! It is really very useful. However, the released version now is based on TensorFlow, I wonder have you implemented it using PyTorch?
你好,请问大佬一个关于FK实现的问题。 在你的代码中(见utils/FKinematics.py的class ForwardKinematics(object)),FK的运算过程如下图所示:  请问:1、为什么要首先将transform[..., i, :, :]跟其父节点transform[..., pi, :, :]相乘,然后再跟offset[..., i, :, :]相乘,最后加上result[..., pi, :]呢? 2、为什么不是直接用父节点transform[..., pi, :, :]跟offset[..., i, :, :]相乘,最后加上result[..., pi, :]呢? 实际上,我注意到在Skeleton-Aware Networks for Deep Motion...
Hi, I want to fine-tune the SAM mask decoder to only a single labeled dataset unsing supervised training (i.e., Setup 1 in your paper). Since I have no experience in...
When translating GPS coordinates into panorama IDs, how can I obtain the IDs with the most recent date?