Madhav Jha
Madhav Jha
Thanks for your reply. I tried as you recommended but ran into a problem. Specifically, I tried running the following: ```python import smplx model = smplx.create(model_path, model_type='smpl') output = model(betas=torch.Tensor(a),...
Is there a documentation on how to use RDBMS? I see the Dockerfile only has setup for couchdb.
Thanks @jorge-menjivar. I like you managed to abstract out the RDBMS functionality into it's own plugin. For Docker, what would be helpful is if there is a docker-compose up command...