Ashwath Shetty
Ashwath Shetty
Hey, thanks for releasing your code. I've been looking into the application of your work for virtual headset removal and I've been facing some issues with the kind of output...
Hey. I'm trying to follow the steps in clothing-attributes-moduler.ipynb I initially was using torch version 1.4 and ran into some index errors[1 line in classifiers.py] but fixed it and the...
Hi, I was able to successfully set up your repo on colab (let me know if I should add it somewhere), and was wondering if there was a way to...
Is it rotate=trimesh.transformations.rotation_matrix( angle=np.radians(10.0), direction=[0,1,0], point=[0,0,0]) scene.set_pose(cam,np.dot(scene.get_pose(nl), rotate))
Hey, I've been using your library for dataset generation for my ocr project. I think it would be useful to have a branch dedicated to English, also adding an English...
Hey guys, thanks for the clean code and open sourcing your work I'm looking into face inpainting techniques for some work in occlusion removal for faces, and I wanted to...
One of the errors that occur in step 3 is the following (Process the video ) File "hmr/demo.py", line 194, in all_files.sort(key=lambda x: int(x.split('/')[-1].split('.')[0])) ValueError: invalid literal for int() with...
## ❓ Questions on how to use PyTorch3D I saw in a previous issue that Pytorch3D supports 1 lighting source for a batch, Is it possible to have a different...
OS : Pop OS 20.04 python 3.8.2 Hey guys I followed the instructions specified in the readme for installation for this package and ran into the following issues After running...
Hi, I need to convert SMPL Meshes to SMPLX for a comparison I am trying to setup the script in (https://github.com/vchoutas/smplx/blob/main/tools/README.md) but am facing some issues **When I run (python...