aespielberg
aespielberg
Having the following issues trying to install one of the submodules :). Is it private/missing? ``` $ pip install -r requirements.txt Collecting GPyOpt@ git+git://github.com/yunshengtian/GPyOpt@5fc1188ffdefea9a3bc7964a9414d4922603e904 Cloning git://github.com/yunshengtian/GPyOpt (to revision 5fc1188ffdefea9a3bc7964a9414d4922603e904) to...
Working on Ubuntu 20.04, CUDA 11.7, taichi 1.04. When running the example descirbed [here](https://github.com/taichi-dev/taichi/blob/56689ad61a7fad8dfd6818ef6be9a6d7e8ac1c85/python/taichi/aot/record.py#L28), the record.yml file is empty. Full code: ``` import taichi as ti ti.aot.start_recording('record.yml') ti.init(arch=ti.cc) loss =...
Start of creating a physics component to add differentiable simulation and animation support to TF graphics. Code is the GPU-free version of https://arxiv.org/abs/1810.01054, though the GPU code is included (needs...
Let's say I have a tree rooted at the hip. Is there any tool in pymo to change the hierarchy so that the root joint becomes, say, the foot?
Platform (like ubuntu 16.04/win10): Ubuntu 16.04 Python version: Anaconda Python 3.6 (Willing to use any) Source framework with version (like Tensorflow 1.4.1 with GPU): Caffe 1.0 Destination framework with version...
Hi, first, I love the project. I was wondering if you might have working code for the PointNet chair example for LipMLP, somewhere, that users can easily try?
I have been playing around with converting [diffmpm from the difftaichi package](https://github.com/taichi-dev/difftaichi/blob/master/examples/diffmpm.py) into a jax version, and while the forward pass has been working wonderfully, the backward pass has been...