GAP-LAB-CUHK-SZ / REC-MV

REC-MV: REconstructing 3D Dynamic Cloth from Monocular Videos (CVPR2023)
https://lingtengqiu.github.io/2023/REC-MV/
MIT License
298 stars 10 forks source link

Bool-long issue with tensors #3

Closed albusdemens closed 1 year ago

albusdemens commented 1 year ago

Great work! I am trying to run your demo code. https://github.com/GAP-LAB-CUHK-SZ/REC-MV/blob/77c3c08c9ad8197cc9da20ae51d63281b970208a/dataset/dataset.py#L353 --> I had to change this line to body_parsing = body_parsing.long() ^ all_garment_parsing.long().

lingtengqiu commented 1 year ago

Thanks for your tips. This may be caused by an issue with the version of Torch. I will fix this bug to make it compatible with different versions of Torch.