Shreeshail Hingane
Shreeshail Hingane
I am using [Multi Garment Network](https://github.com/bharat-b7/MultiGarmentNetwork/), a method which can clothe an SMPL model. The garments are instances of the [psbody.Mesh class](https://github.com/MPI-IS/mesh/blob/master/mesh/mesh.py). How can I use this to clothe the...
In table-1, is there any explanation for why the results of unsupervised PQ (MRR@10 = 0.028 @ compression ratio = 64x) so poor? In our experience, PQ works reasonably well....
I am working on a problem which requires animating finger movements and facial expressions. Hence, I am using [PIXIE](https://pixie.is.tue.mpg.de/index.html), which uses the SMPL-X model. However, PIXIE works on the vanilla,...
The DropBox link to download the file under the BestModel directory is no longer working. @neccam Could you please update the link?
I took the `smplx_texture_m_alb.png` texture image file (see image below) from the `SMPLX Blender Add-On` (available at https://smpl-x.is.tue.mpg.de/download.php). I wanted to add texture to the SMPLX mesh using this image...
In `test_i3d.py`, in `run()` function: Why do we have the statement `i3d.load_state_dict(torch.load('weights/rgb_imagenet.pt'))`. It seems redundant since it is later overwritten completely by `i3d.load_state_dict(torch.load(weights))`. Please correct me if I am wrong....
I am assuming you used vanilla embeddings in your first ablation experiment on the number of encoder-decoder layers. Moreover, the paper states that it uses #layers=2 for further experiments. In...
This issue is in reference to extracting the video clips of individual signs from BOBSL that form the BSL-1k dataset. In `mouthing_spottings.json`, the `global_times` annotation is a single timestamp value...
I see that the `hresMapping.pkl` file contains a sparse column matrix of shape `(82662, 20670)`. What exactly does this matrix represent? Should it be read row-wise or column-wise?
I am working on a problem which requires animating finger movements and facial expressions. Hence, I am using [PIXIE](https://pixie.is.tue.mpg.de/index.html), which uses the SMPL-X model. However, PIXIE works on the vanilla,...