simon3dv
simon3dv
@QiWang-SJTU No. I still wonder why they use *.ply to load modelnet40. I finally used modelnet40_ply_hdf5_2048.zip on https://shapenet.cs.stanford.edu/media/modelnet40_ply_hdf5_2048.zip which I found on https://github.com/charlesq34/pointnet/blob/master/provider.py, and rewrote this: https://github.com/fxia22/pointnet.pytorch/blob/f0c2430b0b1529e3f76fb5d6cd6ca14be763d975/pointnet/dataset.py#L167
I met the same problem. The texture seems well in step2, but the rgb and normal in step3 is the same as @fantasyfw . https://github.com/lingjie0206/Neural_Actor_Main_Code/assets/136057575/94501d93-b896-4df4-908b-08f9aeeb5dc1 https://github.com/lingjie0206/Neural_Actor_Main_Code/assets/136057575/e7419eaa-b94a-4701-ade6-a5751e02d097 My environment is: `Python...
Paper name/title: Simulating Fluids in Real-World Still Images Paper link: https://arxiv.org/abs/2204.11335 Code link: https://github.com/simon3dv/SLR-SFS Project Page: https://slr-sfs.github.io/ Related areas: Video Generation Thank you very much!
I tried to download the first 50 videos with yt-dlp, but found 29 videos are broken("Sorry, this page isn't available. The link you followed may be broken, or the page...
Hi @AK391 , thank you for contacting me. I'm interested in adding SLR-SFS to Hugging Face. I'll give it a try in the next few weeks.
Hi @shangdibufashi , we provide a script to inference motion with sparse hints and mask described in README using the model "baseline2+motion2+fixedMotionFinetune". `bash test_animating/CLAW/test_baseline_motion.sh` In the script, mask is generated...
> https://github.com/simon3dv/SLR-SFS/blob/8d922b32c895aa6d53e71241318bf0f677a6d6be/test_animating/test_motion_4eval_rawsize_threshold.py#LL162C1-L209C89 Replace to to (for example) ``` max_hint = 1 hint_y = torch.zeros((max_hint,)) hint_x = torch.zeros((max_hint,)) hint_y[0] = height // 2 # posision hint_x[0] = width // 2 #...
@x4jc1 big_motion_alpha is the binary mask of fluid which you want to animate, so just load the png file to big_motion_alpha and convert it to float datatype.
Hi @Spark-RTG , "AttributeError: 'AnimatingSoftmaxSplatingJoint' object has no attribute 'motion_regressor'", the motion_regressor should be in this pretrained model: baseline2+motion2+fixedMotionFinetune.pth ``` import torch model = torch.load("baseline2+motion2+fixedMotionFinetune.pth") print([x for x in model['state_dict'].keys()...
Sorry, I don't have a backup of this dataset. Please contact the dataset author at https://eulerian.cs.washington.edu/dataset/.